Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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.

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Yes, but you need to use and instead of &

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

View solution in original post

3 Replies
sunny_talwar
MVP
MVP

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
MVP
MVP

Awesome

Googling is always useful