Customer Banners (Ads) - SpiceUp. AX and SpotfireX Disclaimer



If you find this site useful and you want to support, buy me a coffee   to keep this site alive and without ads.

Multiple select property control to filter data on a visualization ($map)

Hard coded "limit data using expression" on a visualization:
[column] in ("A","B","C")

Expression to use when using a string document property driven by "multiple selection" property control:
[column]  in ($map("""${docProp}""", ",")) 


No comments: