Discussion Board for collaboration related to QlikView App Development.
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.
Yes, but you need to use and instead of &
$(SHOWTIME) = 0 and vViewMode = 'Market Value'
Yes, but you need to use and instead of &
$(SHOWTIME) = 0 and vViewMode = 'Market Value'
Many thanks Sunny, had also managed to get a solution through google search
Awesome
Googling is always useful