<?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: Selection of empty date fields with button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selection-of-empty-date-fields-with-button/m-p/1750023#M721050</link>
    <description>&lt;P&gt;If "no date" means that those fieldvalues are NULL you couldn't select them. Within a set analysis you could do an indirect referencing (using another field) but with a direct selection I'm not sure if it's possible.&lt;/P&gt;&lt;P&gt;The usually better way is to set for these missing values an alternative value within the script. In your case it might look like:&lt;/P&gt;&lt;P&gt;if(len(trim(&lt;SPAN&gt;Abschlußdatum)),&amp;nbsp;Abschlußdatum, 'no date available') as&amp;nbsp;Abschlußdatum&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;- Marcus&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Oct 2020 13:55:36 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2020-10-06T13:55:36Z</dc:date>
    <item>
      <title>Selection of empty date fields with button</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-of-empty-date-fields-with-button/m-p/1749949#M721049</link>
      <description>&lt;P&gt;All I need your help!&lt;/P&gt;&lt;P&gt;I would like to select with a button the data which have no date in the column (Abschlußdatum).&lt;/P&gt;&lt;P&gt;How I need to code it in search string?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kickz86_0-1601987072244.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41777iFECB765F5BE95E54/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kickz86_0-1601987072244.png" alt="Kickz86_0-1601987072244.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-of-empty-date-fields-with-button/m-p/1749949#M721049</guid>
      <dc:creator>Kickz86</dc:creator>
      <dc:date>2024-11-15T23:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Selection of empty date fields with button</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-of-empty-date-fields-with-button/m-p/1750023#M721050</link>
      <description>&lt;P&gt;If "no date" means that those fieldvalues are NULL you couldn't select them. Within a set analysis you could do an indirect referencing (using another field) but with a direct selection I'm not sure if it's possible.&lt;/P&gt;&lt;P&gt;The usually better way is to set for these missing values an alternative value within the script. In your case it might look like:&lt;/P&gt;&lt;P&gt;if(len(trim(&lt;SPAN&gt;Abschlußdatum)),&amp;nbsp;Abschlußdatum, 'no date available') as&amp;nbsp;Abschlußdatum&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;- Marcus&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 13:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-of-empty-date-fields-with-button/m-p/1750023#M721050</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-10-06T13:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Selection of empty date fields with button</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-of-empty-date-fields-with-button/m-p/1750185#M721053</link>
      <description>&lt;P&gt;&lt;U&gt;I have the same problem but it says that it contains a null value , please suggest a solution to empty date fields .&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;since i could not find any solution regarding to empty fields , i have searched alot&amp;nbsp; for this but i could not find any solution regarding to this ,&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;A href="https://www.mybalancenow.us/" target="_self"&gt;&lt;FONT color="#000000"&gt;please&lt;/FONT&gt;&lt;/A&gt; suggest any solution .&amp;nbsp;&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 04:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-of-empty-date-fields-with-button/m-p/1750185#M721053</guid>
      <dc:creator>Belden_080</dc:creator>
      <dc:date>2020-10-08T04:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Selection of empty date fields with button</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-of-empty-date-fields-with-button/m-p/1750186#M721056</link>
      <description>&lt;P&gt;One work around to achieve this is create a new field/flag like below&amp;nbsp;&lt;/P&gt;&lt;P&gt;if(len(trim(field_name))&amp;gt;0,1,0) as field_name_Empty_flag in script&amp;nbsp;&lt;/P&gt;&lt;P&gt;then in the front end call this flag to select 0 values which in turn gives you the empty/null records&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 04:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-of-empty-date-fields-with-button/m-p/1750186#M721056</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2020-10-07T04:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Selection of empty date fields with button</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-of-empty-date-fields-with-button/m-p/1750277#M721066</link>
      <description>&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for the work around. I could fix my issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 10:01:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-of-empty-date-fields-with-button/m-p/1750277#M721066</guid>
      <dc:creator>Kickz86</dc:creator>
      <dc:date>2020-10-07T10:01:57Z</dc:date>
    </item>
  </channel>
</rss>

