Filter link to a new page but did not pass to another dataset
Hello, I am using page Analyzer Links to bring to a new page based on a camapign name. However, in the new page, I have a few cards built from another data set. The filter did not pass to these cards although the second dataset has the same column name as the filter used. I allowed to interactive with all cards in the dashboard, but seems no use.
How to pass the filter selection to the new page with mutliple data sets.
Thank you very much.
Best,
Olivia
Best Answer
-
You should be able to get this to work simply by removing the dataset id from your link.
Instead of something like this:
CONCAT('<a href=''https://superman.domo.com/page/1823207411?pfilters=['
,'{"column":"Territory ID",
-- This is the part you want to remove. the datasourceid portion --
"dataSourceId":"2c3b4f45-cb27-4640-b5de-f88489c8225c"
,"dataType":"string","operand":"IN","values":["'
,`Territory ID`
,'"]}'
,']'' target="_blank" title="Open in Domo">','Territory Details','</a>'
)just use a link like this:
CONCAT('<a href=''https://superman.domo.com/page/2142867627?pfilters=['
-- Replace 2142867627 with target page id
-- Page filters to pass to landing page
,'{"column":"Salesforce Account ID","dataType":"string","operand":"IN","values":["'
,`Salesforce Account ID`
,'"]}'
,']'' target="_blank" title="Open in Domo">',`Account Name`,'</a>'
-- Replace `Account Name` with what you want the link to say
)
“There is a superhero in all of us, we just need the courage to put on the cape.” -Superman0
Answers
-
You should be able to get this to work simply by removing the dataset id from your link.
Instead of something like this:
CONCAT('<a href=''https://superman.domo.com/page/1823207411?pfilters=['
,'{"column":"Territory ID",
-- This is the part you want to remove. the datasourceid portion --
"dataSourceId":"2c3b4f45-cb27-4640-b5de-f88489c8225c"
,"dataType":"string","operand":"IN","values":["'
,`Territory ID`
,'"]}'
,']'' target="_blank" title="Open in Domo">','Territory Details','</a>'
)just use a link like this:
CONCAT('<a href=''https://superman.domo.com/page/2142867627?pfilters=['
-- Replace 2142867627 with target page id
-- Page filters to pass to landing page
,'{"column":"Salesforce Account ID","dataType":"string","operand":"IN","values":["'
,`Salesforce Account ID`
,'"]}'
,']'' target="_blank" title="Open in Domo">',`Account Name`,'</a>'
-- Replace `Account Name` with what you want the link to say
)
“There is a superhero in all of us, we just need the courage to put on the cape.” -Superman0 -
Hi, Superman,
Thank you very much! It works perfect.
Best,
Olivia
0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 296 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 614 Datasets
- 2.2K Magic ETL
- 3.8K Visualize
- 2.5K Charting
- 729 Beast Mode
- 53 App Studio
- 40 Variables
- 677 Automate
- 173 Apps
- 451 APIs & Domo Developer
- 45 Workflows
- 8 DomoAI
- 34 Predict
- 14 Jupyter Workspaces
- 20 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 121 Manage
- 118 Governance & Security
- Domo Community Gallery
- 32 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive