<?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: Problem with conditional show of row in a table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-of-row-in-a-table/m-p/480265#M556895</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonhatan, &lt;/P&gt;&lt;P&gt;I attach a qvw file, so you can see by yourself if I applied your solution in the right way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jul 2013 13:06:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-15T13:06:04Z</dc:date>
    <item>
      <title>Problem with conditional show of row in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-of-row-in-a-table/m-p/480262#M556892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am experiencing the following problem with Qlikview.&lt;/P&gt;&lt;P&gt;I have the following table and I want to show only the row with "TipoRecord=C" when for each Mese (say Mese=10) there are both value (C and P).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While when for the field 'Mese' there is only "TipoRecord=P" , then it should show the row for P.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rationale is that since&lt;/P&gt;&lt;P&gt;C= "at cost"&lt;/P&gt;&lt;P&gt;P= "forecast"&lt;/P&gt;&lt;P&gt;there is no need to show forecast (P) when I have the actual value (C).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 10:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-of-row-in-a-table/m-p/480262#M556892</guid>
      <dc:creator />
      <dc:date>2013-07-15T10:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with conditional show of row in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-of-row-in-a-table/m-p/480263#M556893</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;Assuming that Mese is a dimension on your chart/table, then this should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Count({&amp;lt;TipoRecord={'C'}&amp;gt;} TipoRecord) &amp;gt; 0, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;TipoRecord={'C'}&amp;gt;} Amount),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;TipoRecord={'P'}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 10:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-of-row-in-a-table/m-p/480263#M556893</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-07-15T10:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with conditional show of row in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-of-row-in-a-table/m-p/480264#M556894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="font-color-meta" style="background-color: #ffffff; font-size: 1.2em; padding: 0 0 5px; color: #636363; font-family: Arial;"&gt;&lt;SPAN class="replyToName" style="font-size: 14px;"&gt;Jonathan&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;I tried your solution, but it does not work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 13:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-of-row-in-a-table/m-p/480264#M556894</guid>
      <dc:creator />
      <dc:date>2013-07-15T13:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with conditional show of row in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-of-row-in-a-table/m-p/480265#M556895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonhatan, &lt;/P&gt;&lt;P&gt;I attach a qvw file, so you can see by yourself if I applied your solution in the right way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 13:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-of-row-in-a-table/m-p/480265#M556895</guid>
      <dc:creator />
      <dc:date>2013-07-15T13:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with conditional show of row in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-of-row-in-a-table/m-p/480266#M556896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in the mean time, I resolved the problem by myself and I post the solution just for future reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(aggr(count([tipo record]),mese, anno)&amp;gt;1,&lt;/P&gt;&lt;P&gt;aggr(sum({&amp;lt;[tipo record]={'C'}&amp;gt;}[costo totale]),mese, anno),&lt;/P&gt;&lt;P&gt;aggr(sum([costo totale]),mese, anno)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 14:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-of-row-in-a-table/m-p/480266#M556896</guid>
      <dc:creator />
      <dc:date>2013-07-15T14:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with conditional show of row in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-of-row-in-a-table/m-p/480267#M556897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Jonathan&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;please could you help me to understand why your solution does not work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I found that my solution works if the dimensions are fixed in the table, however in my real production table I have a table where the dimensions are mobile (I have a filter and&amp;nbsp; I can select which dimension to show and which dimension to hide).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in that case my solution does not work, but your solution could work as it is dimensions-indipendent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I have explain the problem, but ask me if something it is not clear, thanks for your help in any case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 10:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-of-row-in-a-table/m-p/480267#M556897</guid>
      <dc:creator />
      <dc:date>2013-07-16T10:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with conditional show of row in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-of-row-in-a-table/m-p/480268#M556898</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 think it is working correctly, at least in the way I understood your question. In your example qvd:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2006/01 has for 'C' a value of 330 and for 'P' a value of 278. The expression returns 330.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2006/05 has a value of 847 for 'C', The expression returns 847.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2009/06 has a value of 284 for 'P' and no value for 'C'. The expression returns 284.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you confused things by leaving [tipo record] as a dimension? Or else I have not correctly understood your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 12:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-of-row-in-a-table/m-p/480268#M556898</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-07-16T12:13:47Z</dc:date>
    </item>
  </channel>
</rss>

