<?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: Null Values in Pivot table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Null-Values-in-Pivot-table/m-p/1594371#M43732</link>
    <description>&lt;P&gt;Yes . You are correct its not the actual null values, those are the values which are not filtered on calculated dimension.&lt;/P&gt;&lt;P&gt;I tried it its not working.&lt;/P&gt;&lt;P&gt;Actually added date variable in the expression but its not filtering the dates as shown(pic).&lt;/P&gt;&lt;P&gt;Actual format could be in new file it should filter for every Thursday values like 4/11, 4/25, …&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its working in my local version i.e new but my work version is feb2018 so its not working the same in old version.&lt;/P&gt;&lt;P&gt;expression is : &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"if([BBK.WeekDay]='Thu',&lt;BR /&gt;num((rangesum(Before(sum({&amp;lt;[BBK.PERIOD]={"&amp;gt;=$(=vStartDate)&amp;lt;=$(=vEndDate)"}&amp;gt;}[BBK.BBK_ITEM]),0,day([BBK.PERIOD])))/&lt;BR /&gt;rangesum(Before(sum({&amp;lt;[BBK.PERIOD]={"&amp;gt;=$(=vStartDate)&amp;lt;=$(=vEndDate)"}&amp;gt;}[BBK.BBK_OPP_ITEM]),0,day([BBK.PERIOD])))),'#0.00%')&lt;/P&gt;&lt;P&gt;,0)"&lt;/P&gt;&lt;P&gt;Its working on new version but not in the old one. tried many ways like below.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. &amp;gt;=$(=$(vStartDate))&amp;lt;=$(=$(vEndDate))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.&amp;gt;=$(=date$(vStartDate))&amp;lt;=$(=date(vEndDate))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3.&amp;nbsp;&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;still no use. taken variable on load script also but not working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Appreciate the solution&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2019 23:03:34 GMT</pubDate>
    <dc:creator>Samrithi</dc:creator>
    <dc:date>2019-06-20T23:03:34Z</dc:date>
    <item>
      <title>Null Values in Pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Null-Values-in-Pivot-table/m-p/1594341#M43724</link>
      <description>&lt;P&gt;I have pivot table with calculated measures as attached.&lt;/P&gt;&lt;P&gt;but trying to remove the blank values and unchecked the null values also but still not working .&lt;/P&gt;&lt;P&gt;appreciate the solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 20:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-Values-in-Pivot-table/m-p/1594341#M43724</guid>
      <dc:creator>Samrithi</dc:creator>
      <dc:date>2019-06-20T20:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Null Values in Pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Null-Values-in-Pivot-table/m-p/1594363#M43731</link>
      <description>&lt;P&gt;The checkboxes you have unchecked is to exclude if the dimension values are null(), not the expression.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have dimension values, but you do not have expression output on all these dimension value combination.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try to, in properties, uncheck include zero values in the add-on -&amp;gt; data handeling section, it might help.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 22:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-Values-in-Pivot-table/m-p/1594363#M43731</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-06-20T22:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Null Values in Pivot table</title>
      <link>https://community.qlik.com/t5/App-Development/Null-Values-in-Pivot-table/m-p/1594371#M43732</link>
      <description>&lt;P&gt;Yes . You are correct its not the actual null values, those are the values which are not filtered on calculated dimension.&lt;/P&gt;&lt;P&gt;I tried it its not working.&lt;/P&gt;&lt;P&gt;Actually added date variable in the expression but its not filtering the dates as shown(pic).&lt;/P&gt;&lt;P&gt;Actual format could be in new file it should filter for every Thursday values like 4/11, 4/25, …&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its working in my local version i.e new but my work version is feb2018 so its not working the same in old version.&lt;/P&gt;&lt;P&gt;expression is : &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"if([BBK.WeekDay]='Thu',&lt;BR /&gt;num((rangesum(Before(sum({&amp;lt;[BBK.PERIOD]={"&amp;gt;=$(=vStartDate)&amp;lt;=$(=vEndDate)"}&amp;gt;}[BBK.BBK_ITEM]),0,day([BBK.PERIOD])))/&lt;BR /&gt;rangesum(Before(sum({&amp;lt;[BBK.PERIOD]={"&amp;gt;=$(=vStartDate)&amp;lt;=$(=vEndDate)"}&amp;gt;}[BBK.BBK_OPP_ITEM]),0,day([BBK.PERIOD])))),'#0.00%')&lt;/P&gt;&lt;P&gt;,0)"&lt;/P&gt;&lt;P&gt;Its working on new version but not in the old one. tried many ways like below.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. &amp;gt;=$(=$(vStartDate))&amp;lt;=$(=$(vEndDate))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.&amp;gt;=$(=date$(vStartDate))&amp;lt;=$(=date(vEndDate))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3.&amp;nbsp;&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;still no use. taken variable on load script also but not working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Appreciate the solution&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 23:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Null-Values-in-Pivot-table/m-p/1594371#M43732</guid>
      <dc:creator>Samrithi</dc:creator>
      <dc:date>2019-06-20T23:03:34Z</dc:date>
    </item>
  </channel>
</rss>

