
Anonymous
Not applicable
2015-01-29
06:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Convert GMT timestamp values into EST
Hi All,
In my DB having values stored in GMT time zone. So the dashboard reflects the same. However user who in EST time zone needs to view the reports in EST format. How to achieve this.
-Jay
- Tags:
- new_to_qlikview
2,831 Views
4 Replies

Anonymous
Not applicable
2015-01-29
06:12 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Try:
ConvertToLocalTime(FieldName, 'EST')
1,653 Views


Master III
2015-01-29
06:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
try like this
ConvertToLocalTime('GMT'-6)
1,653 Views


Specialist
2015-01-29
06:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Think it's quite fussy over syntax, so try:
=ConvertToLocalTime([Your Field], 'Eastern Time (US & Canada)')
1,653 Views

Anonymous
Not applicable
2015-01-29
06:28 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
or
try:
ConvertToLocal(Fieldname, 'GMT-6:00')
1,653 Views
