<?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: timestamp from oracle into a csv splitting but returns empty in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/timestamp-from-oracle-into-a-csv-splitting-but-returns-empty/m-p/1249760#M517070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date(Floor(TimeStamp#(PurgeChar([TRANSACTION DATETIME], ' '), 'DD/MM/YYYYh:mm:ssTT'))) as [Transaction Date],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Time(Frac(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TimeStamp#(PurgeChar([TRANSACTION DATETIME], ' '), 'DD/MM/YYYYh:mm:ssTT')&lt;/SPAN&gt;)) as [Transaction Time],&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Mar 2017 11:01:19 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-03-21T11:01:19Z</dc:date>
    <item>
      <title>timestamp from oracle into a csv splitting but returns empty</title>
      <link>https://community.qlik.com/t5/QlikView/timestamp-from-oracle-into-a-csv-splitting-but-returns-empty/m-p/1249759#M517069</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 the following dates from a oracle sql table stored in a CSV file. when this is to be split to Transaction Date and Time separately, the below data has problems(empty fields) when your hour clock is single digit. i am thinking this is due to the extra space between 2017 and hour or date formatting issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;20/03/2017&amp;nbsp; 1:23:00 PM,&amp;nbsp;&amp;nbsp; --&amp;gt; doesnt work&lt;/P&gt;&lt;P&gt;20/03/2017&amp;nbsp; 3:56:00 PM,&amp;nbsp; --&amp;gt; doesnt work &lt;/P&gt;&lt;P&gt;20/03/2017&amp;nbsp; 3:19:00 PM,&amp;nbsp; --&amp;gt; doesnt work&lt;/P&gt;&lt;P&gt;20/03/2017&amp;nbsp; 3:18:00 PM,&amp;nbsp; --&amp;gt; doesnt work&lt;/P&gt;&lt;P&gt;19/03/2017&amp;nbsp; 6:07:00 PM,&amp;nbsp; --&amp;gt; doesnt work&lt;/P&gt;&lt;P&gt;20/03/2017&amp;nbsp; 9:09:00 AM,&amp;nbsp; --&amp;gt; doesnt work&lt;/P&gt;&lt;P&gt;20/03/2017 10:09:00 AM,&amp;nbsp; --&amp;gt; split correctly&lt;/P&gt;&lt;P&gt;20/03/2017 11:54:00 AM,&amp;nbsp; --&amp;gt; &lt;SPAN style="font-size: 13.3333px;"&gt;split correctly&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; date(floor([TRANSACTION DATETIME])) as [Transaction Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp; time(frac([TRANSACTION DATETIME])) as [Transaction Time], &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me the ways to fix this pls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/timestamp-from-oracle-into-a-csv-splitting-but-returns-empty/m-p/1249759#M517069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-21T10:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp from oracle into a csv splitting but returns empty</title>
      <link>https://community.qlik.com/t5/QlikView/timestamp-from-oracle-into-a-csv-splitting-but-returns-empty/m-p/1249760#M517070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date(Floor(TimeStamp#(PurgeChar([TRANSACTION DATETIME], ' '), 'DD/MM/YYYYh:mm:ssTT'))) as [Transaction Date],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Time(Frac(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TimeStamp#(PurgeChar([TRANSACTION DATETIME], ' '), 'DD/MM/YYYYh:mm:ssTT')&lt;/SPAN&gt;)) as [Transaction Time],&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 11:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/timestamp-from-oracle-into-a-csv-splitting-but-returns-empty/m-p/1249760#M517070</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-21T11:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp from oracle into a csv splitting but returns empty</title>
      <link>https://community.qlik.com/t5/QlikView/timestamp-from-oracle-into-a-csv-splitting-but-returns-empty/m-p/1249761#M517071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the issue seems to be that there are two spaces between date and time when hour is single digit and purgeChar() with TimeStamp#() might help here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 11:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/timestamp-from-oracle-into-a-csv-splitting-but-returns-empty/m-p/1249761#M517071</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-21T11:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp from oracle into a csv splitting but returns empty</title>
      <link>https://community.qlik.com/t5/QlikView/timestamp-from-oracle-into-a-csv-splitting-but-returns-empty/m-p/1249762#M517072</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;Have a look to Alt Function.&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikshare.com/using-alt-function-qlikview/" title="http://qlikshare.com/using-alt-function-qlikview/"&gt;Convert multiple date formats into one date format using Alt() function - QlikView Blog, QlikView Videos and Tips at Qli…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 11:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/timestamp-from-oracle-into-a-csv-splitting-but-returns-empty/m-p/1249762#M517072</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2017-03-21T11:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: timestamp from oracle into a csv splitting but returns empty</title>
      <link>https://community.qlik.com/t5/QlikView/timestamp-from-oracle-into-a-csv-splitting-but-returns-empty/m-p/1249763#M517073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny that was quick and works like a charm. yes it is the space that troubled a bit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 11:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/timestamp-from-oracle-into-a-csv-splitting-but-returns-empty/m-p/1249763#M517073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-21T11:13:23Z</dc:date>
    </item>
  </channel>
</rss>

