<?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 epoch time to EST with consideration of DST in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/convert-epoch-time-to-EST-with-consideration-of-DST/m-p/889274#M989326</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;none that I know of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it should be possible to implement some parameterized variables for this purpose, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14370800350015820" jivemacro_uid="_14370800350015820"&gt;
&lt;P&gt;SET ConvertKgsToLbs = ($1/0.45359237);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(ConvertKgsToLbs(kg)) as lb;&lt;/P&gt;
&lt;P&gt;LOAD IterNo()/10 as kg&lt;/P&gt;
&lt;P&gt;AutoGenerate 1&lt;/P&gt;
&lt;P&gt;While IterNo()/10&amp;lt;=10;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_172861_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93136_QlikCommunity_Thread_172861_Pic1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jul 2015 20:55:23 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2015-07-16T20:55:23Z</dc:date>
    <item>
      <title>convert epoch time to EST with consideration of DST</title>
      <link>https://community.qlik.com/t5/QlikView/convert-epoch-time-to-EST-with-consideration-of-DST/m-p/889271#M989323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;convert epoch time to EST with consideration of DST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start_time as 1426807749&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timestamp(25569 + start_time / 86400) as starttimeGMT . This gives data in GMT how can i get the corresponding data in EST, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 10:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-epoch-time-to-EST-with-consideration-of-DST/m-p/889271#M989323</guid>
      <dc:creator />
      <dc:date>2015-07-16T10:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: convert epoch time to EST with consideration of DST</title>
      <link>https://community.qlik.com/t5/QlikView/convert-epoch-time-to-EST-with-consideration-of-DST/m-p/889272#M989324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=ConvertToLocalTime(Timestamp(25569 + 1426807749 / 86400),'GMT-05:00')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 10:56:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-epoch-time-to-EST-with-consideration-of-DST/m-p/889272#M989324</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-07-16T10:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: convert epoch time to EST with consideration of DST</title>
      <link>https://community.qlik.com/t5/QlikView/convert-epoch-time-to-EST-with-consideration-of-DST/m-p/889273#M989325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A href="https://community.qlik.com/qlik-users/61824"&gt;MarcoWedel&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just think out loud, since QlikView has a function to convert time, do they have inbuilt function to convert Kgs to Lbs (and vice versa) or other metric to imperial (and vice versa) conversion functions????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 11:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-epoch-time-to-EST-with-consideration-of-DST/m-p/889273#M989325</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-16T11:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: convert epoch time to EST with consideration of DST</title>
      <link>https://community.qlik.com/t5/QlikView/convert-epoch-time-to-EST-with-consideration-of-DST/m-p/889274#M989326</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;none that I know of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it should be possible to implement some parameterized variables for this purpose, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14370800350015820" jivemacro_uid="_14370800350015820"&gt;
&lt;P&gt;SET ConvertKgsToLbs = ($1/0.45359237);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(ConvertKgsToLbs(kg)) as lb;&lt;/P&gt;
&lt;P&gt;LOAD IterNo()/10 as kg&lt;/P&gt;
&lt;P&gt;AutoGenerate 1&lt;/P&gt;
&lt;P&gt;While IterNo()/10&amp;lt;=10;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_172861_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93136_QlikCommunity_Thread_172861_Pic1.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 20:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-epoch-time-to-EST-with-consideration-of-DST/m-p/889274#M989326</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-07-16T20:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: convert epoch time to EST with consideration of DST</title>
      <link>https://community.qlik.com/t5/QlikView/convert-epoch-time-to-EST-with-consideration-of-DST/m-p/889275#M989327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/61824"&gt;MarcoWedel&lt;/A&gt;‌ this is amazing. Thanks for putting this together. I love how you make everything so simple.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 10:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-epoch-time-to-EST-with-consideration-of-DST/m-p/889275#M989327</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-20T10:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: convert epoch time to EST with consideration of DST</title>
      <link>https://community.qlik.com/t5/QlikView/convert-epoch-time-to-EST-with-consideration-of-DST/m-p/889276#M989328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marco, I hope you don't think that my comment above was sarcastic. I was just trying to learn something new from you. Our friend Binod thought that I should have not done it. I respect his comments and would like to apologize if you thought my comment above was in-appropriate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. wanted to send you a private message, but since you are not following me, I cannot message you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 16:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-epoch-time-to-EST-with-consideration-of-DST/m-p/889276#M989328</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-20T16:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: convert epoch time to EST with consideration of DST</title>
      <link>https://community.qlik.com/t5/QlikView/convert-epoch-time-to-EST-with-consideration-of-DST/m-p/889277#M989329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;although not formally following you (i.e. until 5 minutes ago &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;) I did follow your recent activities and therefore would never have considered your question anything else than genuine interest in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 19:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-epoch-time-to-EST-with-consideration-of-DST/m-p/889277#M989329</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-07-20T19:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: convert epoch time to EST with consideration of DST</title>
      <link>https://community.qlik.com/t5/QlikView/convert-epoch-time-to-EST-with-consideration-of-DST/m-p/889278#M989330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thank you Marco!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 19:47:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-epoch-time-to-EST-with-consideration-of-DST/m-p/889278#M989330</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-20T19:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: convert epoch time to EST with consideration of DST</title>
      <link>https://community.qlik.com/t5/QlikView/convert-epoch-time-to-EST-with-consideration-of-DST/m-p/889279#M989331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;hey sunny sorry if my comment hurt you .. i thought i had asked a very stupid question in this thread so thought your comments otherwise ..&amp;nbsp; i later realized i misunderstood your comment.. hence deleted my comment .. hope you understand .. &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;thanks&amp;nbsp; for understanding &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 06:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-epoch-time-to-EST-with-consideration-of-DST/m-p/889279#M989331</guid>
      <dc:creator />
      <dc:date>2015-07-21T06:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: convert epoch time to EST with consideration of DST</title>
      <link>https://community.qlik.com/t5/QlikView/convert-epoch-time-to-EST-with-consideration-of-DST/m-p/889280#M989332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Binod, I am not hurt &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I think you accidentally marked the incorrect response as correct answer. Please reward Marco's response as the correct answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 10:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-epoch-time-to-EST-with-consideration-of-DST/m-p/889280#M989332</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-21T10:10:30Z</dc:date>
    </item>
  </channel>
</rss>

