Hello,
I created a genie that open (when I click on it) a popup page where I programmed some stations and when I click on a particular station I need to open one more popup with the related settings.
In the genie I pass every tags with the Genie Sobstitutions. For example:
Station1 : Name = PS1 Value = %PressureStation1% - Name = SS1 Value = %SpeedStation1% - Name = TS1 Value = %TemperatureStation1%
Station2 : Name = PS2 Value = %PressureStation2% - Name = SS2 Value = %SpeedStation2% - Name = TS2 Value = %TemperatureStation2%
Station3 . Name = PS3 Value = %PressureStation3% - Name = SS3 Value = %SpeedStation3% - Name = TS3 Value = %TemperatureStation3%
etc
The first popup is configured with the below dynamic association:
Station 1 : ?PS1? - ?SS1? - ?TS1?
Station 2 : ?PS2? - ?SS2? - ?TS2?
Station 3 : ?PS3? - ?SS3? - ?TS3?
Now I need to open another popup by clicking on each station and shows on it the related data.
How can create another dynamic association in order to open the same popup dynamically linked to the proper station?
Thank you
Marco