<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Convert time as per user selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-time-as-per-user-selection/m-p/1361826#M839237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate with some sample data and your expected output to be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 May 2017 02:03:29 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2017-05-04T02:03:29Z</dc:date>
    <item>
      <title>Convert time as per user selection</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-time-as-per-user-selection/m-p/1361825#M839236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a region field and a timestamp field in a database. All the timestamp is been recorded in Easter Time Zone (EST). I would like to display the data as per the user selection of a region for eg: if a user selected APAC region he should get the data for the APAC and similarly for EMEA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-time-as-per-user-selection/m-p/1361825#M839236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Convert time as per user selection</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-time-as-per-user-selection/m-p/1361826#M839237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate with some sample data and your expected output to be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 02:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-time-as-per-user-selection/m-p/1361826#M839237</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-05-04T02:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Convert time as per user selection</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-time-as-per-user-selection/m-p/1361827#M839238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sure, There is no such functionality in Qlikview. I heard there is some option in Spotfire and R-Integration. So in qlikview you need to maintain all dates for Region&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 02:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-time-as-per-user-selection/m-p/1361827#M839238</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-04T02:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convert time as per user selection</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-time-as-per-user-selection/m-p/1361828#M839240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try using below function&lt;/P&gt;&lt;P&gt;&lt;SPAN class="script_token" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-weight: bold; font-size: 12px; color: #0f0f0f;"&gt;ConvertToLocalTime(&lt;/SPAN&gt;&lt;SPAN class="bnf_token" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; color: #0f0f0f;"&gt;timestamp [, place [, ignore_dst=false]]&lt;/SPAN&gt;&lt;SPAN class="statement" style="font-weight: bold; color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 02:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-time-as-per-user-selection/m-p/1361828#M839240</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2017-05-04T02:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Convert time as per user selection</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-time-as-per-user-selection/m-p/1361829#M839242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could load a table of hour offsets from EST for the various regions like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Offsets:&lt;/P&gt;&lt;P&gt;LOAD Region, num(Interval#(&lt;SPAN style="font-size: 13.3333px;"&gt;Offset&lt;/SPAN&gt;,'h'))&amp;nbsp; as OffsetINLINE [&lt;/P&gt;&lt;P&gt;Region, Offset&lt;/P&gt;&lt;P&gt;EMEA, 4&lt;/P&gt;&lt;P&gt;APAC, 8&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make the user select a single Region using "Always one selected" property on the listbox. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then when you display the timestamp field in your app chart dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=TimeStamp(TransactionTime + Offset)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 03:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-time-as-per-user-selection/m-p/1361829#M839242</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-05-04T03:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Convert time as per user selection</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-time-as-per-user-selection/m-p/1361830#M839244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to calculate the email open rates based on time of the day. The current data has time in GMT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="162134" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162134_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;In the above chart you will see that open rates are highest for time 10:00 AM - 11: AM. This is the data for Americas.&lt;/P&gt;&lt;P&gt;When a user selects the APAC region.&amp;nbsp; I get the below data with open rates at 10:00 PM - 11:00 PM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="162135" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/162135_pastedImage_60.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;I am looking the above chart to show the data in APAC time zone. Hope you understood.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 05:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-time-as-per-user-selection/m-p/1361830#M839244</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-04T05:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Convert time as per user selection</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-time-as-per-user-selection/m-p/1361831#M839246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a sample file. What I am looking for is the data should change on user selection of a region filter.&lt;/P&gt;&lt;P&gt;Eg: If the user selects APAC region the chart should change the data as per APAC time. What I am looking for is when Email Open rates are highest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 06:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-time-as-per-user-selection/m-p/1361831#M839246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-04T06:44:06Z</dc:date>
    </item>
  </channel>
</rss>

