Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to create dynamic variable which get current selection.
Than I want to use this variable in condition.
For example, if current selection = A, show green color, else gray.
=if(FieldName = My selection), rgb(139,191,31), rgb(124,124,124))
Thanks,
try with '$(vIndustry)'
Yes, I played around, but didn't work.
Cool!!! Thanks,
No, didn't work.
I was confused with my chart, where I use Bookmark.
It should be very easy issue.
I use it =if(Client = only(Client), rgb(139,191,31), rgb(124,124,124))
it shows all client green, but I selected just one.
Try with these options:
if(Client = match(Client,'$(vClient)'), ...)
if(Client = match(Client,$(vClient)), ...)
if(Client = concat('$(vClient)'), ...)
if(Client = concat($(vClient)), ...)
I don´t know why is not working with the variable....
Please see my attached picture.
It's text box, which show me my current selection. I think I need separate it.
=getCurrentSelections()
see de attached file
I tried it.
It didn't match with Client, because it compares Client wit Variable=
Client: toolbarn.com
Industries: Construction
I created like you offered 2 variable (=GetFieldSelections(Industries) and =GetFieldSelections(Client))
Maybe because I use Alternate State.
I have 2 multibox.