I have created a link to a page using the below format-
CONCAT('<a href="https://customer.domo.com/page/##########'
,'?pfilters=[{%22column%22:%22Owner.Name%22,%22dataSourceId%22:%DataSet ID%22,%22dataType%22:%22string%22,%22operand%22:%22OperandType%22,%22values%22:[%22'
,`Owner.Name`
,'?pfilters=[{%22column%22:%22Owner.Name%22,%22dataSourceId%22:%DataSet ID%22,%22dataType%22:%22string%22,%22operand%22:%22OperandType%22,%22values%22:[%22'
,`Owner.Name2`
,'%22]}]" target=%22_blank%22>'
,`Owner.Name`
,'</a>'
)
On my landing page, I have multiple cards ,all with different datasets. My goal is - as I click on some id '1234' on my card, I should be navigated to my landing page and all cards on the landing page should display filtered data for id '1234'.