Concat all values of a multi value parameter into one field

I have a parameter called ${regioncode}. this can take multiple values such as APAC, AMM , EU, NA , IND etc . A field called rgcode is filtered using this parameter on other visuals.

My goal is to create a text visual which checks if default value is not selected (in this case the default value is NULL), then present all the parameter values as below :

“region codes selected are APAC, AMM”

Hello @myohorenge , welcome the QuickSight community!

I would recommend first trying an insight narrative and using a if block:

As per my understanding, im not sure if we can use Multi select parameters in insights directly.

Hey @myohorenge

Good catch, I missed that detail! In that case there’s not really a great option.

Here is a democentral example that works but requires more dev work because you have to use another service to create the visual and then link it back to your analysis:

There is a potential workaround if you want to try the solution from this topic, it’s biggest limitation is the number of fields it can display:

1 Like