<?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 Expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Expression/m-p/2162907#M94412</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have a table below and I wish to remove the date/time -&amp;gt; 29/12/1899 00:00:00 but keep the other timestamps:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lhelpqlik_0-1705589982878.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127309i8356BC9E5578F6A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Lhelpqlik_0-1705589982878.png" alt="Lhelpqlik_0-1705589982878.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Wondering what would be the expression to use so that the incorrect timestamp is remove but shows either nulled or - instead?&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jan 2024 15:01:08 GMT</pubDate>
    <dc:creator>Lhelpqlik</dc:creator>
    <dc:date>2024-01-18T15:01:08Z</dc:date>
    <item>
      <title>Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Expression/m-p/2162907#M94412</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have a table below and I wish to remove the date/time -&amp;gt; 29/12/1899 00:00:00 but keep the other timestamps:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lhelpqlik_0-1705589982878.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127309i8356BC9E5578F6A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Lhelpqlik_0-1705589982878.png" alt="Lhelpqlik_0-1705589982878.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Wondering what would be the expression to use so that the incorrect timestamp is remove but shows either nulled or - instead?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 15:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Expression/m-p/2162907#M94412</guid>
      <dc:creator>Lhelpqlik</dc:creator>
      <dc:date>2024-01-18T15:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Expression/m-p/2162909#M94413</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/248757"&gt;@Lhelpqlik&lt;/a&gt;&amp;nbsp;I always dig into this way&lt;/P&gt;
&lt;P&gt;If(Len(TimeStamp(Fieldname))&amp;gt;0, 'True', 'False')&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It means, If there is any result with False then there will be wrong data entered, based on flag you can exclude them.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 15:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Expression/m-p/2162909#M94413</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2024-01-18T15:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Expression/m-p/2163029#M94419</link>
      <description>&lt;P&gt;&lt;SPAN&gt;29/12/1899 00:00:00&amp;nbsp; indicates the underlying value is 0.&amp;nbsp; So to exclude in the load script you could add a where clause to the Load:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;where [Balance Planned Date] &amp;lt;&amp;gt; 0&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To remove from the chart you could use a set expression like:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Only({&amp;lt;[Balance Planned Date]={"&amp;gt;0"}&amp;gt;}[Balance Planned Date])&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-Rob&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 20:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Expression/m-p/2163029#M94419</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2024-01-18T20:14:40Z</dc:date>
    </item>
  </channel>
</rss>

