<?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: read and transforming in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356281#M616602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your suggestion seems to work in script but when i try it in text box it will not work. Any clue why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second question is how can i do a GMT to EST converstion from the date, which is -4 hours.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 May 2017 08:55:33 GMT</pubDate>
    <dc:creator>userid128223</dc:creator>
    <dc:date>2017-05-30T08:55:33Z</dc:date>
    <item>
      <title>read and transforming</title>
      <link>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356273#M616591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have field like below. I need to convert it in promper format so i can do calcualtion on it. like convert from one time zone to another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date Time:&lt;/P&gt;&lt;P&gt;02/21/2017 22:02:33&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp; I see date &amp;amp; time left alligned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not being read as proper format hence i cannot do any conversion. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 19:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356273#M616591</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2017-05-29T19:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp question</title>
      <link>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356274#M616592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe because the field name is [Date Time] and in expression you used dateTime?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 20:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356274#M616592</guid>
      <dc:creator>ElizaF</dc:creator>
      <dc:date>2017-05-29T20:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp question</title>
      <link>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356275#M616593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry thats just the title on the field. please ignore that its not an issue. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 20:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356275#M616593</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2017-05-29T20:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: read and transforming</title>
      <link>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356276#M616594</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;left aligned Date Time values indicate text values instead of proper dual timestamp values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try to load this field changing your script like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14960968188273374 jive_text_macro" jivemacro_uid="_14960968188273374"&gt;
&lt;P&gt;LOAD TimeStamp#([Date Time],'MM/DD/YYYY hh:mm:ss') as &lt;SPAN style="font-size: 13.3333px;"&gt;[Date Time]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FROM YourSource ...&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&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>Mon, 29 May 2017 22:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356276#M616594</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-05-29T22:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: read and transforming</title>
      <link>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356277#M616595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the examples of the Qlik help for &lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/date-time-functions.htm"&gt;date and time functions&lt;/A&gt; and do some tests.&lt;/P&gt;&lt;P&gt;You'll be using those functions often in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,KR Koen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 22:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356277#M616595</guid>
      <dc:creator />
      <dc:date>2017-05-29T22:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: read and transforming</title>
      <link>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356278#M616596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this will help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/139994"&gt;Convert TimeStamp format&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 04:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356278#M616596</guid>
      <dc:creator>Sergey_Shuklin</dc:creator>
      <dc:date>2017-05-30T04:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: read and transforming</title>
      <link>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356279#M616597</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;You may use for convert in your date format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;TimeStamp&lt;/SPAN&gt;(TimeStamp#([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date Time&lt;/SPAN&gt;], 'MM/DD/YYYY hh:mm:ss'))&amp;nbsp; or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(TimeStamp#([&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date Time&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;], 'MM/DD/YYYY hh:mm:ss')) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 07:35:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356279#M616597</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-05-30T07:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: read and transforming</title>
      <link>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356280#M616600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Pls try this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Date(Date#('02/21/2017 22:02:33 ','DD/MM/YYYY HH:MM:SS'),'DD/MM/YYYY HH:MM:SS')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;EDIT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;1.) Corrected time format &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DD/MM/YYYY HH:MM:SS - Incorrect&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DD/MM/YYYY hh:mm:ss - Correct&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 07:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356280#M616600</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2017-05-30T07:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: read and transforming</title>
      <link>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356281#M616602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your suggestion seems to work in script but when i try it in text box it will not work. Any clue why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second question is how can i do a GMT to EST converstion from the date, which is -4 hours.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 08:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356281#M616602</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2017-05-30T08:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: read and transforming</title>
      <link>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356282#M616605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select only one date after you put this expression in text box. The reason behind this is, if you use a field name it will have multiple values and in normal condition text box can't handle this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still want to use field name without selecting any value , try this way-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat([your expression],' ,')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will concatenate all the dates separated by "," (comma).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 09:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356282#M616605</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2017-05-30T09:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: read and transforming</title>
      <link>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356283#M616606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Coming on to your second question, where you want to subtract 4 hours from your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace Now() with your expression to calculate date/time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Date(&lt;STRONG&gt;Now()&lt;/STRONG&gt;-(240/24/60),'DD/MM/YY hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**240 represents number of minutes you want to subtract.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1.) Please change the Date format&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;'DD/MM/YY hh:mm:ss'&lt;/STRONG&gt;&lt;/SPAN&gt; inside the date function as per your need.&lt;/P&gt;&lt;P&gt;2.) corrected date format used upper case characters to show time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 09:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356283#M616606</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2017-05-30T09:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: read and transforming</title>
      <link>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356284#M616607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=date(now()-date(date#('04:00:00', 'hh:mm:ss')),'DD/MM/YY hh:mm:ss')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 09:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/read-and-transforming/m-p/1356284#M616607</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2017-05-30T09:30:29Z</dc:date>
    </item>
  </channel>
</rss>

