<?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: Do not create a date whem value is null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Do-not-create-a-date-whem-value-is-null/m-p/1702685#M725641</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am assuming that is a straight table where PERI is your dimension and the other 4 columns are measures.&lt;/P&gt;&lt;P&gt;I think it is showing values because your right 2 LOPP columns use TOTAL somehow, so for the dates (that look like weekends) you still get values. If you have a straight table with just PERI &amp;amp; VDAA do you have the same problem?&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;</description>
    <pubDate>Sat, 16 May 2020 15:44:24 GMT</pubDate>
    <dc:creator>chrismarlow</dc:creator>
    <dc:date>2020-05-16T15:44:24Z</dc:date>
    <item>
      <title>Do not create a date whem value is null</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-create-a-date-whem-value-is-null/m-p/1702683#M725640</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;I'm using the following script to create a calendar,&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LET vStartDate  = num(Floor(YearStart(Today(),-4)));
LET vEndDate    = num(Floor(Today()));
LET vToday      = num(Today());
LET vYesterday  = num(Today()-1);

Calendar:
LOAD

	Date#(date($(vStartDate) + RowNo() - 1), 'DD/MM/YYYY') 				as PERI,
	QuarterName(Date#(date($(vStartDate) + RowNo() - 1), 'DD/MM/YYYY')) as QUAR

AUTOGENERATE

  $(vEndDate) - $(vStartDate) + 1;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I have all dates from a period of time,&lt;/P&gt;&lt;P&gt;After that, I'm loading some data with Dates and Values, as you can see at the table below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Exemplo.png" style="width: 499px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33742i603157220186535B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Exemplo.png" alt="Exemplo.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It's showing R$ 0,00 because there is no value for VDAA, but the date PERI exists...&lt;/P&gt;&lt;P&gt;So, my question is:&lt;BR /&gt;How can I do not show dates (PERI) when the value of VDAA is null?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bruno Lelli&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-create-a-date-whem-value-is-null/m-p/1702683#M725640</guid>
      <dc:creator>brunolelli87</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Do not create a date whem value is null</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-create-a-date-whem-value-is-null/m-p/1702685#M725641</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am assuming that is a straight table where PERI is your dimension and the other 4 columns are measures.&lt;/P&gt;&lt;P&gt;I think it is showing values because your right 2 LOPP columns use TOTAL somehow, so for the dates (that look like weekends) you still get values. If you have a straight table with just PERI &amp;amp; VDAA do you have the same problem?&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2020 15:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-create-a-date-whem-value-is-null/m-p/1702685#M725641</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2020-05-16T15:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Do not create a date whem value is null</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-create-a-date-whem-value-is-null/m-p/1702689#M725642</link>
      <description>&lt;P&gt;Maye be if VDAA is not a mesure and for pivot table you can&amp;nbsp; :&lt;/P&gt;&lt;P&gt;Add Calculated Dimension ...&lt;/P&gt;&lt;P&gt;=if(VDAA&amp;gt;0,PERI)&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Suppress When Value Is Null&lt;/P&gt;&lt;P&gt;otherwise can you share any other information !&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2020 15:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-create-a-date-whem-value-is-null/m-p/1702689#M725642</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-05-16T15:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Do not create a date whem value is null</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-create-a-date-whem-value-is-null/m-p/1702691#M725643</link>
      <description>&lt;P&gt;Good,&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2020 15:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-create-a-date-whem-value-is-null/m-p/1702691#M725643</guid>
      <dc:creator>brunolelli87</dc:creator>
      <dc:date>2020-05-16T15:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Do not create a date whem value is null</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-create-a-date-whem-value-is-null/m-p/1702693#M725644</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for your help,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;PERI is my dimension and the other fields are expression...&lt;BR /&gt;I solved it using the following expression provided below:&amp;nbsp;&lt;STRONG&gt;=if(VDAA&amp;gt;0,PERI)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for all your help,&lt;BR /&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2020 15:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-create-a-date-whem-value-is-null/m-p/1702693#M725644</guid>
      <dc:creator>brunolelli87</dc:creator>
      <dc:date>2020-05-16T15:51:52Z</dc:date>
    </item>
  </channel>
</rss>

