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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
EliGohar
Partner - Specialist
Partner - Specialist

Is there a way to avoid this Error? (All expressions are disabled)

Hi All,

This is the message we get for all the charts when the app has not yet run:EliGohar_0-1623224338430.png

I know that if I run the app then this message will disappear, but is there a way to show other message, something like "No data"? 

We want to show something more friendly before the app ran.

Thanks for your help,

Eli.

1 Reply
Sammy_AK
Creator II
Creator II

you can use Data handling options , where in calculate condition you can use a condition "if(Date( today(),'DD/MM/YYYY') =Date( ReloadTime(),'DD/MM/YYYY'),1,0)" and display message "No Data". The issue with this approach if the last reload time is same as todays date, it will not work.  we can think of more option to use system functions to understand if qvf refresh has taken place or not.