Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts
I have designed a cylcic dimension button which works perfect.
But when closing and reopen/ publishing / duplicating the app the button for cyclic dimension is not working anymore:
Any ideas?
Thanks, Tom
I solved it now: I have changed one dimension in the match part (of the button), but forgot to adjust the variable! Nevertheless, thanks for answering.
Hello,
Where do you define the variable you are using? In the script or in restitution? Best to do it in the script
Maybe you should put a default value in the button action :
pick(wildmatch(variable, 'value1', 'value2') +1, 'default value', 'value2', 'value1')
If the variable is not defined, the default value will be 'default value' but you can define one of the cyclic elements
I solved it now: I have changed one dimension in the match part (of the button), but forgot to adjust the variable! Nevertheless, thanks for answering.