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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Nagaraju_KCS
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