<?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 0 value in date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/0-value-in-date/m-p/1037092#M637177</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 date filed which is in the format of YYYYMMDD (Which has 0 value - on a purpose)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm converting it to MM/DD/YYYY by the statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MakeDate(Left(Test,4),Mid(&lt;SPAN style="font-size: 13.3333px;"&gt;Test&lt;/SPAN&gt;,5,2),Right(&lt;SPAN style="font-size: 13.3333px;"&gt;Test&lt;/SPAN&gt;,2)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i want to retain 0 value too, it i snot fetching it.&lt;/P&gt;&lt;P&gt;Can someone please look in to the application attached??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Apr 2016 19:53:15 GMT</pubDate>
    <dc:creator>markgraham123</dc:creator>
    <dc:date>2016-04-14T19:53:15Z</dc:date>
    <item>
      <title>0 value in date</title>
      <link>https://community.qlik.com/t5/QlikView/0-value-in-date/m-p/1037092#M637177</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 date filed which is in the format of YYYYMMDD (Which has 0 value - on a purpose)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm converting it to MM/DD/YYYY by the statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MakeDate(Left(Test,4),Mid(&lt;SPAN style="font-size: 13.3333px;"&gt;Test&lt;/SPAN&gt;,5,2),Right(&lt;SPAN style="font-size: 13.3333px;"&gt;Test&lt;/SPAN&gt;,2)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i want to retain 0 value too, it i snot fetching it.&lt;/P&gt;&lt;P&gt;Can someone please look in to the application attached??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 19:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-value-in-date/m-p/1037092#M637177</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2016-04-14T19:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: 0 value in date</title>
      <link>https://community.qlik.com/t5/QlikView/0-value-in-date/m-p/1037093#M637178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't seem to understand the issue. 0 is showing up on all the three fields here, isn't it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121727_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 19:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-value-in-date/m-p/1037093#M637178</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-14T19:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: 0 value in date</title>
      <link>https://community.qlik.com/t5/QlikView/0-value-in-date/m-p/1037094#M637179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is missing the format in the 'Test Final'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When format shows up, 0 will not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 'Test Final' i'm looking for o and also dates with 'MM/DD/YYYY' format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 19:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-value-in-date/m-p/1037094#M637179</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2016-04-14T19:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: 0 value in date</title>
      <link>https://community.qlik.com/t5/QlikView/0-value-in-date/m-p/1037095#M637180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(IsNull([Test Temp]),0,[Test Temp]) as [Test Final];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If([Test]='0', 0, &lt;SPAN style="color: #ff0000;"&gt;Date(&lt;/SPAN&gt;MakeDate(Left(Test,4),Mid(Test,5,2),Right(Test,2))&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;) as [Test Temp];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Test&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160215&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160317&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160318&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160319&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160322&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160323&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160324&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160326&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160327&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160329&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160330&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160331&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160402&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160403&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160404&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160405&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160406&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160407&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160408&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160409&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160410&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160411&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160412&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160413&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160414&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160415&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160416&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160417&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160418&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160419&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160420&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160425&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160426&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160429&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20160502&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20170202&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20170217&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20300101&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20300303&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20300707&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20300909&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20500505&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;30300101&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;30300330&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;30300707&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;30300909&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;50500505&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;60160102&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;60160105&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;60160106&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;60160113&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;60160212&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;60160215&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;60160217&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;60160409&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 20:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-value-in-date/m-p/1037095#M637180</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-14T20:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: 0 value in date</title>
      <link>https://community.qlik.com/t5/QlikView/0-value-in-date/m-p/1037096#M637181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oopss!!&lt;/P&gt;&lt;P&gt;I forgot the keyword.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again man!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really..ur nailing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 20:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/0-value-in-date/m-p/1037096#M637181</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2016-04-14T20:04:43Z</dc:date>
    </item>
  </channel>
</rss>

