<?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: Removing Blank Date values from Chart View in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Removing-Blank-Date-values-from-Chart-View/m-p/1930596#M76659</link>
    <description>&lt;P&gt;Just change &lt;SPAN&gt;vPrevDate to below, to load second latest date&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;=Date(max(DATE_VAL,2) ,'YYYYMMDD')&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, if the weekend and holiday dates are still appearing in your charts that means they exist in your dataset&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#808080"&gt;&lt;EM&gt;&lt;STRONG&gt;"created a Date script that excludes dayswhere it is Sunday and Public Holiday. &lt;/STRONG&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Joined the date QVD to base Dataset&lt;/STRONG&gt;&lt;/FONT&gt;&lt;STRONG&gt; and now"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;I would suggest you do an inner keep or inner join to completely remove weekend/holiday dates from the dataset if you don't need them at all&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2022 18:48:38 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2022-05-13T18:48:38Z</dc:date>
    <item>
      <title>Removing Blank Date values from Chart View</title>
      <link>https://community.qlik.com/t5/App-Development/Removing-Blank-Date-values-from-Chart-View/m-p/1930350#M76633</link>
      <description>&lt;P&gt;Good Day, Can you please assist in resolving current issue I am having regarding Blank Date fields. I have attached below document describing the problem. Your assistance will be gladly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 10:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Removing-Blank-Date-values-from-Chart-View/m-p/1930350#M76633</guid>
      <dc:creator>Mothapoe</dc:creator>
      <dc:date>2022-05-13T10:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Blank Date values from Chart View</title>
      <link>https://community.qlik.com/t5/App-Development/Removing-Blank-Date-values-from-Chart-View/m-p/1930395#M76640</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Open the presentation tab of your table and select the necessary dimension/expression and select suppress zero-values&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vchuprina_0-1652442480400.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/79376i94C1D93A84D7B532/image-size/large?v=v2&amp;amp;px=999" role="button" title="vchuprina_0-1652442480400.png" alt="vchuprina_0-1652442480400.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regarsds,&lt;/P&gt;
&lt;P&gt;Vitalii&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 11:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Removing-Blank-Date-values-from-Chart-View/m-p/1930395#M76640</guid>
      <dc:creator>vchuprina</dc:creator>
      <dc:date>2022-05-13T11:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Blank Date values from Chart View</title>
      <link>https://community.qlik.com/t5/App-Development/Removing-Blank-Date-values-from-Chart-View/m-p/1930416#M76644</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47436"&gt;@vchuprina&lt;/a&gt;&amp;nbsp;- functionality is already activated but null values are still being displayed. See attached&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 12:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Removing-Blank-Date-values-from-Chart-View/m-p/1930416#M76644</guid>
      <dc:creator>Mothapoe</dc:creator>
      <dc:date>2022-05-13T12:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Blank Date values from Chart View</title>
      <link>https://community.qlik.com/t5/App-Development/Removing-Blank-Date-values-from-Chart-View/m-p/1930531#M76654</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I've read your post again and understood why you have the issue.&lt;/P&gt;
&lt;P&gt;Date(max(DATA_VAL) -1,'YYYYMMDD') always returns the previous date, for this reason, you have 20220327.&lt;/P&gt;
&lt;P&gt;You should create DateIndex field in the script based on DATA_VAL field, you can do this with autonumber function, for instance&lt;/P&gt;
&lt;P&gt;AutoNumber(DATE_VAL, 'DATE') as DataIndex&lt;/P&gt;
&lt;P&gt;Please remember that you should order data in your table in the correct way&lt;/P&gt;
&lt;P&gt;After this you will have the following:&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="216"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="69"&gt;DATE_VAL&lt;/TD&gt;
&lt;TD width="64"&gt;DAY_NO&lt;/TD&gt;
&lt;TD width="83"&gt;DateIndex&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3/19/2022&lt;/TD&gt;
&lt;TD&gt;19&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3/22/2022&lt;/TD&gt;
&lt;TD&gt;22&lt;/TD&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3/24/2022&lt;/TD&gt;
&lt;TD&gt;24&lt;/TD&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3/25/2022&lt;/TD&gt;
&lt;TD&gt;25&lt;/TD&gt;
&lt;TD&gt;4&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3/26/2022&lt;/TD&gt;
&lt;TD&gt;26&lt;/TD&gt;
&lt;TD&gt;5&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3/28/2022&lt;/TD&gt;
&lt;TD&gt;28&lt;/TD&gt;
&lt;TD&gt;6&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;max(DATEINDEX) -1 will return data for DATEINDEX 5 - 3/26/2022&lt;/P&gt;
&lt;P&gt;max(DATEINDEX) - 4 will return data for DATEINDEX 2 - 3/22/2022&lt;/P&gt;
&lt;P&gt;Your expression should be like this:&lt;/P&gt;
&lt;P&gt;count({&amp;lt;DataIndex= {"$(=max(DataIndex)-1)"},DAY_NO=&amp;gt;}[Account Number])&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vitalii&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 15:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Removing-Blank-Date-values-from-Chart-View/m-p/1930531#M76654</guid>
      <dc:creator>vchuprina</dc:creator>
      <dc:date>2022-05-13T15:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Blank Date values from Chart View</title>
      <link>https://community.qlik.com/t5/App-Development/Removing-Blank-Date-values-from-Chart-View/m-p/1930596#M76659</link>
      <description>&lt;P&gt;Just change &lt;SPAN&gt;vPrevDate to below, to load second latest date&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;=Date(max(DATE_VAL,2) ,'YYYYMMDD')&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, if the weekend and holiday dates are still appearing in your charts that means they exist in your dataset&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#808080"&gt;&lt;EM&gt;&lt;STRONG&gt;"created a Date script that excludes dayswhere it is Sunday and Public Holiday. &lt;/STRONG&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Joined the date QVD to base Dataset&lt;/STRONG&gt;&lt;/FONT&gt;&lt;STRONG&gt; and now"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;I would suggest you do an inner keep or inner join to completely remove weekend/holiday dates from the dataset if you don't need them at all&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 18:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Removing-Blank-Date-values-from-Chart-View/m-p/1930596#M76659</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-05-13T18:48:38Z</dc:date>
    </item>
  </channel>
</rss>

