Hi Dojo,
I would like to perform the following in Visual Overview:
Have 1 button which opens up another page on my current visual overview, and at the same time set a Session Variable.
For this I'm using the "Options:NewCardVariable", but I'm not getting it working as expected.
The other page opens up, but my variable is never set.
Label
Value
View
viewname
SetVar
TEST:value
Options
NewCardVariable
Would anyone know what I'm doing wrong here? Or have an example on the Demo Platform where we could see a working example?
I just set this up and it seems to work fine. Here's what I have:
View "NewCardVariable" with subview "NewCardVarSub".
On the "NewCardVariable" view I have a shape with following shape data:
On the view "NewCardVarSub" I have a shape with no shape data and shape text set to: "[cardvar:Test]".
Clicking the shape on view "NewCardVariable" now opens the subview, where the shape with the variable immediately shows "value".