Page Analyzer Link filter not working

I am attempting a page analyzer link filter.

It takes me to the page, but no filtering.

 

Here is the beastmode:

CONCAT('<a href="https://my_url.domo.com/page/-100000/kpis/details/xxxxxxx'
,'?pfilters=[{%22column%22:%22CDS_Interest_Areas%22,%22dataSourceId%22:%xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx%22,%22dataType%22:%22string%22,%22operand%22:%22IN%22,%22values%22:[%22'
,'COPD'
,'%22]}]" target=%22_blank%22>'
,'Link Display Name'
,'</a>'
)

What am I doing wrong?

Comments

  • It looks like the link you're providing is directly for a card instead of a page. the /kpis/details/xxxxxxx need to be removed so that you only link to the page and not to the card.

     

    I've tried myself to get it to filter directly on a card but no luck. If someone else has been able to find a method of direct card fitlering, I'd love to see an example.


    Hope this helps,

    ValiantSpur