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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to convert SGT time to IST time in qlikview application

Hi All,

Dashboard is displaying SGT time. I need to convert it to IST time. Kindly do the needful.

Coding used to capture the refresh time :

timestamp(timestamp#(ReloadTime(),'MM/DD/YYY hh:mm:ss TT'),'DD-MMM-YYYY hh:mm:ss TT')

1 Reply
vardhancse
Specialist III
Specialist III

Hi,

In your script you can create new field like some thing below:

Timestamp(ReloadTime()-2.5,'hh:mm:ss TT') as ISTTime