I have a dimension with name "Prio" in my pivot, and I want to make it conditional, e.g, it should only be shown when user selects "prio" in a listbox.
Is it possible to make this more generic, avoiding any strings in the condition formula. E.g. set as condition:
If (<getDimensionName()> = getSelectedField(listbox), 1, 0), where getDimensionName refers the dimension.