Hi,
I tried to create a Visio, where the User can select one Element via Textbox & get tables filled via "Children table rows".
The Textbox variable should be passed to the "Children table rows" but im not sure about the syntax.
Kvarta is the Variable set in the upper left shape.
Using the static ChildrenSource is working.
Using [Kvarta] as dynamic Children Source is not working. Here I didn't find a syntax to pass the kvarta variable correctly.
BR Thomas
Hi Thomas,
The InitVar Shape Data field is only relevant on 'page'-level, as indicated in the Docs (Initializing a session variable | DataMiner Docs). As for the textbox, you can use the SetVar. Consuming the value (i.e. session variable) is possible through so-called placeholders, in this case, try to use '[var:Kvarta]'.
Kind Regards,
Jarno