Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

button to switch dimensions in dimension groups

Dear all,

is it possible to have one big button to switch within dimensions in one dimension group?

If I select the dimension group, I can actually select the dimension values (the specific weeks or months)

meanwhile I would like to be able to select group week or month!

thank you!

1 Reply
alexandros17
Partner - Champion III
Partner - Champion III

1) As dimension you have to specify this condition:

if(myVar = 'W', week, month)

2) Then declare a variable whose name is myVar

3) Add a button and as trigger select external and choose the set variable item.

here write if(myVar='W','M','W') this switch between values

Hope it helps