Add 2 or more values in Parameters Custom Value

Good afternoon, I would like to know if in the custom values ​​row, two or more values ​​can be added, because at the moment I can add only one

I already used the comma “,” “;” and there is no way to separate

I need to add 2 values ​​there

Hi @agustinmoncada94 ,

Are you looking to add multiple default values? If yes, then do not add any character as separator, instead use new line to specify next value and mention in static multiple default values.

Sample input :
image

However, if you are looking to configure the reserved value, I am not sure we can configure multiple values for the same. Here is the web-help doc that mentions about setting up reserved values.
Can you share the use case for this implementation? Will try to look through for any workarounds then.

Hope this helps!
Thanks,
Prantika

In the following image you can see that we have the values ​​"NULL" and “Unknown”, and what I am trying to achieve with the configuration is that those values ​​do not appear

In this image, if I put “NULL” or “Unknown” they do not appear in the drop-down list, but it allows me to put only one option, and there goes my question again about how I could put two values

I do not have the best solution to this, but you can try creating a calculated field at dataset level that encodes both NULL and unknown into one value, lets say OMIT. And while configuring the parameter, use the dataset level calculated field to configure and define OMIT under reserved value.

We cannot use analysis level calculated fields to setup parameters value, but can do so using dataset level calculated fields.
However the drawback here is, every time you want to add one more condition to omit, you will have to make dataset level changes, which may trigger a full refresh of dataset.