Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Dimension Help

I have if else condition in dimension in chart

=if(INTime>VLateTime,ID)

if  any of the one  condition is true means ID will shown in dimension

if  all rows return false means I need to show false condition

3 Replies
alexandros17
Partner - Champion III
Partner - Champion III

try this

if(INTime>VLateTime,ID,'False')

hope it helps

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Try this.

=if(INTime>VLateTime,ID,'NULL')

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Anonymous
Not applicable
Author

when chart has no data to display ...at the time I need to show default chart