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: 
Anonymous
Not applicable

Two Conditions in Conditional Show

Is it possible to have two conditional expressions in the conditional show of the layout tab in QlikView?

In other words, is something like the following be achievable:

$(SHOWTIME) = 0 & vViewMode = 'Market Value'

Regards.

1 Solution

Accepted Solutions
sunny_talwar

Yes, but you need to use and instead of &

$(SHOWTIME) = 0 and vViewMode = 'Market Value'

View solution in original post

3 Replies
sunny_talwar

Yes, but you need to use and instead of &

$(SHOWTIME) = 0 and vViewMode = 'Market Value'

Anonymous
Not applicable
Author

Many thanks Sunny, had also managed to get a solution through google search

sunny_talwar

Awesome

Googling is always useful