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.