Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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) 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