<?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: Conditional row display in straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-row-display-in-straight-table/m-p/310057#M497261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I modified your suggestion by replacing &amp;lt;student&amp;gt; with &amp;lt;Name&amp;gt; assuming that was to be the unique 'group by' field.&lt;/P&gt;&lt;P&gt;I had to add two end-parenthesis and I was not clear on where to add them.&amp;nbsp; Now I do not get any rows in my table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you see any issue with what I've done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(if(aggr(count( [Degree Counter] ),Name) &amp;gt;1,count( [Degree Counter] )))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Oct 2011 14:37:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-10-04T14:37:35Z</dc:date>
    <item>
      <title>Conditional row display in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-row-display-in-straight-table/m-p/310054#M497258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am very new, so this is probably an easy thing that I just can't do as a beginner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table that is counting degrees for a given student.&lt;/P&gt;&lt;P&gt;I only want to display the rows where degree-count is greater than 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the following 'if', but it does not omit the counts that = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on how to apply a condition to this expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(count([Degree Counter] &amp;gt; 1),count([Degree Counter]), null())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 22:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-row-display-in-straight-table/m-p/310054#M497258</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-03T22:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional row display in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-row-display-in-straight-table/m-p/310055#M497259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this sum(if(aggr(count([Degree Counter],student)&amp;gt;1,count([Degree Counter]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 02:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-row-display-in-straight-table/m-p/310055#M497259</guid>
      <dc:creator />
      <dc:date>2011-10-04T02:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional row display in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-row-display-in-straight-table/m-p/310056#M497260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I modified your suggestion by replacing &amp;lt;student&amp;gt; with &amp;lt;Name&amp;gt; assuming that was to be the unique 'group by' field.&lt;/P&gt;&lt;P&gt;I had to add two end-parenthesis and I was not clear on where to add them.&amp;nbsp; Now I do not get any rows in my table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you see any issue with what I've done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sum(if(aggr(count([Degree Counter]),Name) &amp;gt;1,count([Degree Counter]))) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 14:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-row-display-in-straight-table/m-p/310056#M497260</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-04T14:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional row display in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-row-display-in-straight-table/m-p/310057#M497261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I modified your suggestion by replacing &amp;lt;student&amp;gt; with &amp;lt;Name&amp;gt; assuming that was to be the unique 'group by' field.&lt;/P&gt;&lt;P&gt;I had to add two end-parenthesis and I was not clear on where to add them.&amp;nbsp; Now I do not get any rows in my table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you see any issue with what I've done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(if(aggr(count( [Degree Counter] ),Name) &amp;gt;1,count( [Degree Counter] )))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 14:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-row-display-in-straight-table/m-p/310057#M497261</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-04T14:37:35Z</dc:date>
    </item>
    <item>
      <title>Conditional row display in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-row-display-in-straight-table/m-p/310058#M497262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this without aggr, which will be much lighter in terms of memory and CPU consumption: sum({&amp;lt;Name={"=sum([Degree Counter])&amp;gt;1"}&amp;gt;}[Degree Counter])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that this assumes that "Degree Counter" is a flag that can be summed, and is joined correctly to the rest of your data model. If you post a reduced example app, I can check it for you in case this produces unexpected results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 15:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-row-display-in-straight-table/m-p/310058#M497262</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2011-10-04T15:58:02Z</dc:date>
    </item>
    <item>
      <title>Conditional row display in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-row-display-in-straight-table/m-p/310059#M497263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you so very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 16:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-row-display-in-straight-table/m-p/310059#M497263</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-04T16:09:25Z</dc:date>
    </item>
  </channel>
</rss>

