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?