Hi @spavin,
Thanks for pointing the order out. That helps.
However it seems to me the matching condition applies to exact match only. So for instance if I have a graph with several values like: (master), abc-bla-01, abc-foo-01, abc-bla-02,abc-foo-02,abcd002, I'd like the following behavior.
clicking on (master) displays a new panel specific to (master)
clicking on any value containing "bla" displays a different panel specific to bla and hides the (master) panel
clicking on any other value apart from (master) and values containing "bla" hides the panels above and displays something new.
The condition match for "bla" works as long as I type in the full value but I was not able to create a condition match which would capture any click.value containing that string.
Thanks,
Nelu
... View more