Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
qv_testing
Specialist II
Specialist II

Need Help??

Hi Community,

I have one qvw file in that i have text box in that reload time(),

in server side i have schedule at 9:00 AM, suppose if i am reload again 11:00 AM,

I don't want to change the reload time....

Thanks in Advance..

3 Replies
sushil353
Master II
Master II

Hi,

Try below:

=if(time(ReloadTime()) > Time#( '09:00:00','HH:MM:SS TT'),'9:00 AM',ReloadTime())

HTH

Sushil 

avinashelite

if you want a static value as the reload time then you need to store it in any variable and then need to use this variable to display the reload time, dynamically with the  reloadtime() function you cannot achieve this

Anonymous
Not applicable

then what is the use of reload time() if you dont want to update it.

still if you want to see only 9:00AM you can use

=date(ReloadTime())&'  ' &'9:00AM'

Thanks

BKC