<?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 Auto Hide rowns based on condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Auto-Hide-rowns-based-on-condition/m-p/1201665#M386865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table with many dimensions and expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is expression called Sum(Responses), if this values is zero, then i need to hide entire row irrespective of other expression values? I have tried many ways but no use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me what to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2016 01:05:39 GMT</pubDate>
    <dc:creator>raju_salmon</dc:creator>
    <dc:date>2016-10-18T01:05:39Z</dc:date>
    <item>
      <title>Auto Hide rowns based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Hide-rowns-based-on-condition/m-p/1201665#M386865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table with many dimensions and expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is expression called Sum(Responses), if this values is zero, then i need to hide entire row irrespective of other expression values? I have tried many ways but no use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me what to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 01:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Hide-rowns-based-on-condition/m-p/1201665#M386865</guid>
      <dc:creator>raju_salmon</dc:creator>
      <dc:date>2016-10-18T01:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Hide rowns based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Hide-rowns-based-on-condition/m-p/1201666#M386866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to Properties-&amp;gt; settings for selected Dimension -&amp;gt; tick on checkbox Suppress when value is null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may work for you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 01:10:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Hide-rowns-based-on-condition/m-p/1201666#M386866</guid>
      <dc:creator />
      <dc:date>2016-10-18T01:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Hide rowns based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Hide-rowns-based-on-condition/m-p/1201667#M386867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use an if statement for all your expressions to force them to be null when Sum(Responses) = 0. So something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum(Responses) &amp;gt; 0, Expression1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum(Responses) &amp;gt; 0, Expression2)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and so on...&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 01:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Hide-rowns-based-on-condition/m-p/1201667#M386867</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-18T01:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Hide rowns based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Hide-rowns-based-on-condition/m-p/1201668#M386868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RE: Auto Hide Rows based on the condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this below condition.&lt;/P&gt;&lt;P&gt;You can use set analysis for that conditional statement.&lt;/P&gt;&lt;P&gt;For Example,&lt;/P&gt;&lt;P&gt;=SUM({Responses ={'&amp;gt; 0'}&amp;gt;} Expression}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lawrance A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 02:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Hide-rowns-based-on-condition/m-p/1201668#M386868</guid>
      <dc:creator>lawrance</dc:creator>
      <dc:date>2016-10-18T02:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Hide rowns based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Hide-rowns-based-on-condition/m-p/1201669#M386869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, do i need to keep condition for all expressions to exclude whole row? or can we set any condition for dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 04:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Hide-rowns-based-on-condition/m-p/1201669#M386869</guid>
      <dc:creator>raju_salmon</dc:creator>
      <dc:date>2016-10-18T04:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Hide rowns based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Hide-rowns-based-on-condition/m-p/1201670#M386870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this for your dimension also....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(If(Sum(Responses) &amp;gt; 0, YourDimensionName, ListAllDimensionsHere)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Few things:&lt;/P&gt;&lt;P&gt;1) You just need to do this for one dimension&lt;/P&gt;&lt;P&gt;2) List all the dimensions within the Aggr function&lt;/P&gt;&lt;P&gt;3) Remember to check 'Suppress When Value Is Null' on the dimension tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 09:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Hide-rowns-based-on-condition/m-p/1201670#M386870</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-18T09:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Hide rowns based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Hide-rowns-based-on-condition/m-p/1201671#M386871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, i will implement and mark it as correct response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 11:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Hide-rowns-based-on-condition/m-p/1201671#M386871</guid>
      <dc:creator>raju_salmon</dc:creator>
      <dc:date>2016-10-18T11:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Hide rowns based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Hide-rowns-based-on-condition/m-p/1201672#M386872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have followed the below steps and not working. Can you please see where i have gone wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two dimensions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date_Group (Drill down group)&lt;/P&gt;&lt;P&gt;DayName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Already dayname has one condition where it display only when date is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have kept a condition for Date_Group condition as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(If(Sum(Responses) &amp;gt; 0, Date_Group, DayName)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and i checked 'Suppress When Value Is Null'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In above response you have mentioned below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;Aggr(If(Sum(Responses) &amp;gt; 0, YourDimensionName, ListAllDimensionsHere)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In above statement May i know what is "YourDimensionName"? and ListAllDimensionsHere?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Sunny.&lt;STRONG&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 05:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Hide-rowns-based-on-condition/m-p/1201672#M386872</guid>
      <dc:creator>raju_salmon</dc:creator>
      <dc:date>2016-10-19T05:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Hide rowns based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Hide-rowns-based-on-condition/m-p/1201673#M386873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it Sunny, i have taken calculated dimension. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 05:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Hide-rowns-based-on-condition/m-p/1201673#M386873</guid>
      <dc:creator>raju_salmon</dc:creator>
      <dc:date>2016-10-19T05:18:06Z</dc:date>
    </item>
  </channel>
</rss>

