<?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: Fill empty date field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Fill-empty-date-field/m-p/1413931#M33342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Oct 2017 15:46:04 GMT</pubDate>
    <dc:creator>victor_greffet</dc:creator>
    <dc:date>2017-10-23T15:46:04Z</dc:date>
    <item>
      <title>Fill empty date field</title>
      <link>https://community.qlik.com/t5/App-Development/Fill-empty-date-field/m-p/1413928#M33339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an Excel Data base and I loaded different column. In order to have the date format in my app, I used the &lt;SPAN style="font-size: 13.3333px;"&gt;date &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;function , but at the same time I wanted to fill empty cells with 'empty'. I have this script (exemple for one column):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;DATA :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;date(if(len(trim([Target Date]))=0,'empty',&amp;nbsp;&amp;nbsp;&amp;nbsp; [Target Date])) as&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Target_Date] ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;From Excel file.xlsm&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But after storing DATA, I realized that I only have dates and nothing when the cell is empty. It works if I remove the function date() but my dates are like numbers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;do you have an idea ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thank you !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Victor&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 14:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fill-empty-date-field/m-p/1413928#M33339</guid>
      <dc:creator>victor_greffet</dc:creator>
      <dc:date>2017-10-23T14:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Fill empty date field</title>
      <link>https://community.qlik.com/t5/App-Development/Fill-empty-date-field/m-p/1413929#M33340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;f(len(trim([Target Date]))=0,'empty',&amp;nbsp;&amp;nbsp; Date( [Target Date]))) as&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Target_Date] ,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 15:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fill-empty-date-field/m-p/1413929#M33340</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-10-23T15:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Fill empty date field</title>
      <link>https://community.qlik.com/t5/App-Development/Fill-empty-date-field/m-p/1413930#M33341</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;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim([Target Date])) = 0, 'empty', Date([Target Date])) as [Target_Date] ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;...&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;From Excel file.xlsm&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 15:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fill-empty-date-field/m-p/1413930#M33341</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-23T15:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fill empty date field</title>
      <link>https://community.qlik.com/t5/App-Development/Fill-empty-date-field/m-p/1413931#M33342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 15:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fill-empty-date-field/m-p/1413931#M33342</guid>
      <dc:creator>victor_greffet</dc:creator>
      <dc:date>2017-10-23T15:46:04Z</dc:date>
    </item>
  </channel>
</rss>

