Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I have struggle with assigning action to a button. I have a view button with action: "Set Variables" :=if(vView='0,1,0') and with this action I can switch between date(month and week) but now I want to add days so that I can switch between month, week and days. In "Dimensions" I have assigned value 'vView=1' to month and 'vView=0' to week. How can I fix it?
Remove Single Colon and then try
generate a new Group and then selectet this in all tables
Hi Damir,
you can use in this case / instead of variable, drill down or group dimension.
beck
Damir
look at this:
1. https://www.youtube.com/watch?v=PSRBtw7SYD8
2. https://www.youtube.com/watch?v=UdPKS8DEPv8
p.s: (eto moshno po drugomu reshit)
i hope that helps
beck
Spasibo, no ja uze reshil problemu
Thanks all, I have solved the issue already
Your syntax is wrong , try like this
=if(vView=0,1,0)
mark the helpful and correct answers and close this thread