Hi guys,
I tried an execute:
Set|Variable|ID|[Param:17/1815,65022:StoredID]|SetTrigger=Event
A stored property StoredID should be read into a variable ID.
This is on the page level and Options ExecuteSetsOnInit is set too.
This give me a loading screen. Wrong Syntax?
The syntax for the param placeholder is:
[param:DmaID/ElementID,ParameterID,TableRow] (mark the , instead of : for tablerow)If the row is stored in a property called StoredID, you will have to wrap that in another placeholder:
Set|Variable|ID|[Param:17/1815,65022, [property:StoredID]]|SetTrigger=valuechanged
If the goal is to have the variable update when the param update, you will also need to use SetTrigger=valuechanged
Im not fully following where the data is from, what does your table look like that you are getting the value from. If StoredID is your table row id, then it should done without the property placeholder indeed
Hi Klaas, it cannot work, as parameter ID 65022 is already the property and I cannot use the [porperty:] allone as on the page level I cannot define then which element it is.