I'm trying to either hide or show two panels depending on a search result from a different panel which will have 3 options.
E.g. If the result is "A" I want both panels to show, If "B" then just one panel, and if "C" then just the other panel.
I don't want to use my actual search in case a google search leads to my companies product but I've done the condition that the other panel is dependant on like this:
true true true true `
And the panels two panels are done as,
and
However, both panels are hidden regardless of the result. What did I do wrong? I've seen other examples online used the unset so that's why I used it, but even when I try removing it or just putting it at the end, it still doesn't work.
↧