I have a string Parameter, and I am trying to Write a calculation where if a User selects All in the parameter, then some Random Text Should be visible.
Is this possible in quicksight.
Example:
Ifelse(parameter =“All”,“XYZ”,“None”)
I tried using “ALL_VALUES” but not sure how exactly this works.