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

How to change to reduce the time on reloadtime()

Hi everyone,

My question is if I am using reloadtime() and I want to show 5 hour less because the server is on other location how can I do it?

Thank you all

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

You can use ConvertToLocalTime() function.

Or simply do

=TimeStamp(TimeStamp(ReloadTime()) - Time#('05:00','hh:mm'))

View solution in original post

2 Replies
MK_QSL
MVP
MVP

You can use ConvertToLocalTime() function.

Or simply do

=TimeStamp(TimeStamp(ReloadTime()) - Time#('05:00','hh:mm'))

jhona1737
Contributor III
Contributor III
Author

Thank you Manish