Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Using multiple Variables in conditional show

Hi, I have two variables  "A" and "B".

In a conditional show on a graph, I would like both to be variables to be met in order for the graph to show.


What is the syntax for this?

I have tried the following wiithout success

 

A='Yes'& B='Blue'

Thanks

Ian

1 Solution

Accepted Solutions
Not applicable
Author

A='Yes' and B='Blue'

that should work for you

View solution in original post

2 Replies
Not applicable
Author

if(A='Yes' and B='Blue', 1, 0)

Not applicable
Author

A='Yes' and B='Blue'

that should work for you