<?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 how to block data? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-block-data/m-p/75613#M782162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;any suggestions on how to block this data when total drop 25?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;chart type is pivot table. &lt;/SPAN&gt;I want to show hypen in vol 1,2,3 if the row total is less then 25 as highlighted in example below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="rows.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/197229_rows.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>rmuhammad</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>how to block data?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-block-data/m-p/75613#M782162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;any suggestions on how to block this data when total drop 25?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;chart type is pivot table. &lt;/SPAN&gt;I want to show hypen in vol 1,2,3 if the row total is less then 25 as highlighted in example below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="rows.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/197229_rows.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-block-data/m-p/75613#M782162</guid>
      <dc:creator>rmuhammad</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to block data?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-block-data/m-p/75614#M782163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i would calculate like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF( AGGR( SUM(VALUE),GROUP)&amp;lt;25,NUll(),SUM(VALUE))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 20:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-block-data/m-p/75614#M782163</guid>
      <dc:creator>ychaitanya</dc:creator>
      <dc:date>2018-03-22T20:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to block data?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-block-data/m-p/75615#M782164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way can be tweaking a little of Chaitanya expr Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim: Group&lt;/P&gt;&lt;P&gt;Expr:&lt;/P&gt;&lt;P&gt;= IF(Aggr(Rangesum(Vol1, Vol2, Vol3), Group) &amp;lt; 25, '-', Sum(Vol1))&lt;/P&gt;&lt;P&gt;= IF(Aggr(Rangesum(Vol1, Vol2, Vol3), Group) &amp;lt; 25, '-', Sum(Vol2))&lt;/P&gt;&lt;P&gt;= IF(Aggr(Rangesum(Vol1, Vol2, Vol3), Group) &amp;lt; 25, '-', Sum(Vol3))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum(Aggr(Rangesum(Vol1, Vol2, Vol3), Group))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last expr is for Totals.&lt;/P&gt;&lt;P&gt;Below is how it looks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/197237_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 20:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-block-data/m-p/75615#M782164</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-03-22T20:44:37Z</dc:date>
    </item>
  </channel>
</rss>

