Page Analyzer Links (or Deep Linking with Filters)
I am trying to create this BM calc but instead of the example shown in DOMO where you create a column with the link (Deep Link Col3) and also display the value (Owner Name Col1) I am trying to do it as one column but I am getting an error on the card. The link takes you to the page and you can see the filter is added to the page but the card has an error.
My table is really a list similar to the one above but I transposed it across in a mega table
CONCAT('<a href="https://xxxxxxxx.domo.com/page/xxxxxxxxxx',
'?pfilters=[{
%22column%22: %22Line of Business Level 3%22,
%22dataSourceId%22: %228377d31b-580b-473f-bbe5-956b70277394%22,
%22dataType%22: %22string%22,
%22operandtype%22: %22IN%22,
%22values%22: [%22',`Line of Business Level 3`,'%22]
}]"
target=%22_blank%22>'
,`Line of Business Level 3`,'</a>')
What am I doing wrong?
Answers
-
Hi @Jessica
Have you tried compressing the pfilters to be on a single line instead of multiples?
Also, try
target="_blank"
instead of URL encoding the quotestarget=%22_blank%22
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**0 -
Changed it to this, still error
CONCAT('<a href="https://xxxxxx.domo.com/page/xxxxxxxxx',
'?pfilters=[{
%22column%22: %22Line of Business Level 3%22,%22dataSourceId%22: %228377d31b-580b-473f-bbe5-956b70277394%22,%22dataType%22: %22string%22,%22operandtype%22: %22IN%22,%22values%22: [%22',`Line of Business Level 3`,'%22]
}]"
target="_blank">'
,`Line of Business Level 3`,'</a>')
0 -
On this issue, I found that from DOMO support my code was actually working but that we are experiencing a caching issue that is being addressed.
1
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 616 Datasets
- 2.2K Magic ETL
- 3.9K Visualize
- 2.5K Charting
- 738 Beast Mode
- 57 App Studio
- 40 Variables
- 685 Automate
- 176 Apps
- 452 APIs & Domo Developer
- 47 Workflows
- 10 DomoAI
- 36 Predict
- 15 Jupyter Workspaces
- 21 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 124 Manage
- 121 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive