Hi Dojo,
I have a drawing with Children which is displaying several services. For one element I have two tables where I have information which should be displayed as a child.
This is is the first table and how I receive the correct idx for the next table:
My question is now do I need to have a session variable to store this parameter information to use it?
Or is there any other chance to use it directly. For example something like this:
Parameter: 12345:Encoder*:14018:*[Property:CHANNEL_ENCODER]*
But I guess this will not work or?
Thanks!
Hi Stefan,
This should be possible using the [param] placeholder, so something like
Parameter: 12345:[param:Encoder*,14018,*[Property:CHANNEL_ENCODER]*]
Hi Stefan,
I’m glad you found a solution! Inside the placeholder you indeed need to use the comma instead of the colon as separator. I’ve updated the answer so other people can find the correct syntax immediately.
Hi Michiel,
thanks for your answer. It was not working and I did some tests finally I just need to use , instead of :
12345:*[param:Encoder*,14018,*[Property:CHANNEL_ENCODER]*]*