Hi,
Need help with page analyzer links
I have a dashboard with about 6 different filters (two of them have been shown below). I have "xxx" ed out the actual ids for obvious reasons.
I have two questions
1) How can I pass multiple filter values and multiple field filters over to the new page. I have two fields in my example below but even that fails to work.
2) What kinds of chart objects should I use to get the page analyzer link working. So far only the html table works (with just one field and one filter value).
Can anyone help me out?
Bease mode calculation:
CONCAT('<a href="https://xxxxxxxxx.domo.com/page/xxxxxxxxxxx'
,'?pfilters=[{%22column%22:%22Opportunity%22,%22dataSourceId%22:%xxxxxxx%22,%22dataType%22:%22string%22,%22operand%22:%22IN%22,%22values%22:[%22'
,`Opportunity`
,'?pfilters=[{%22column%22:%22Package.Name%22,%22dataSourceId%22:%22f7307a70-2c25-4165-bdaa-4742ea6f5499%22,%22dataType%22:%22string%22,%22operand%22:%22IN%22,%22values%22:[%22'
,`Package Name`
,'%22]}]" target=%22_blank%22>'
,'3rd Party KPI'
,'</a>'
)