Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
hn05
Contributor
Contributor

"OR" condition in Conditional Show Text Box in Qlik View

Hi,

Currently, I have a Text box that is not displayed only when a Campaign Number is selected, using the below. The show condition is:

GetSelectedCount([Campaign Number]) <> 1

hn05_1-1595792190931.png

However, I would also like to add the option for the user to remove the text box, by selecting a Campaign Name also (which has a 1-1 association with Campaign number). 

I've tried the following formula, but this doesn't seem to work. Any ideas?

(GetSelectedCount([Campaign Number]) <> 1) OR (GetSelectedCount([Campaign Name]) <> 1)

1 Solution

Accepted Solutions
Lisa_P
Employee
Employee

Try using 

GetPossibleCount (Campaign Number)<>1

View solution in original post

1 Reply
Lisa_P
Employee
Employee

Try using 

GetPossibleCount (Campaign Number)<>1