I have a shape based on a table (Group/Child) representing equipment/DVEs. For every row I want to show/hide a shape to either enable or disable the state of that particular equipment using an automation script. So either show an Enable button or a Disable button depending on the current state. In the end I just want to display a single shape showing the current state and have a toggle button icon on there and if you click it it will just change the state accordingly.
I can display the index for each row that I eventually need in the Show tag (the decoder-1, encoder-1, encoder-2, ... indices) using the [param:...] placeholder in combination with the child [tableindex].
I can also define a hardcoded extended condition which actually performs the correct show/hide behavior using the index of the first row (decoder-1). Note that for this to work I already need a separator change for the - character.
But I cannot then get the placeholder into the extended condition and have it resolved correctly.
I think this is because of the , used in the placeholder construction which most likely conflicts with the , of the extended condition. I tried to add another separator change in there to get it to work, but I can't. Also adding a separator change on the placeholder alone (so in the displayed index alone) does not seem to work.
Any ideas on how I can get this to work?