Hello!
I have a visio associated with a booking and when I create two or more bookings and open them, in one of the pages the information that is shown is always from the first booking that I opened, but if I close Cube and restart it and open the bookings again, if I open another booking first the information in that page will be the one from that booking for the rest of them.
What can be causing this and is there a way to fix this?
Thanks in advance!
Hi Hugo,
You should indicate the scope of your variables.
Currently, you likely have a Visio which works on user scope (default).
So this means you will do an Initvar/SetVar of a variable which will last until you close your session.
Setting the scope must be done on the shape and/or on the page.
I highly suggest to use the value CardVariable/PageVariable.
- This can be done with the Options shape data field: Overview of page and shape options
- More info: Indicating the scope of the variable
- Another question with additional info: Set a PageVariable
Hope this will help you further
Hi Matthias, this helped a lot. It is woking now, thanks!