<?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: Conditions in table's dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Conditions-in-table-s-dimension/m-p/2013498#M83767</link>
    <description>&lt;P&gt;Add a calculated dimension as below&lt;/P&gt;
&lt;P&gt;=&amp;nbsp; &amp;nbsp;AGGR(&amp;nbsp;&amp;nbsp; &amp;nbsp;if(&amp;nbsp; ExpressionFor&lt;STRONG&gt;SaldoPre&lt;/STRONG&gt;&amp;gt;0 and &lt;SPAN&gt;ExpressionFor&lt;/SPAN&gt;&lt;STRONG&gt;SaldoPeriodo &amp;gt; 0 , Clienti)&amp;nbsp; &amp;nbsp; ,&amp;nbsp; &amp;nbsp;Clienti&amp;nbsp; )&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;uncheck show null values for this dimension&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Dec 2022 06:45:00 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2022-12-07T06:45:00Z</dc:date>
    <item>
      <title>Conditions in table's dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Conditions-in-table-s-dimension/m-p/2013411#M83755</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;
&lt;P&gt;I have an issue with my App. I want to display my first column &lt;STRONG&gt;&lt;EM&gt;Clienti&lt;/EM&gt;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;with the condition that &lt;STRONG&gt;&lt;EM&gt;Saldo periodo&lt;/EM&gt;&lt;/STRONG&gt; and &lt;EM&gt;&lt;STRONG&gt;Saldo prec&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;are &amp;lt;&amp;gt; 0. So my expected records should be seven.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danimarc12_0-1670363588427.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/95560iA834DBAB42BA8BA2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="danimarc12_0-1670363588427.png" alt="danimarc12_0-1670363588427.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How can I set a condition in a dimension?&lt;/P&gt;
&lt;P&gt;I've tried as you can see&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danimarc12_1-1670363824130.png" style="width: 200px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/95561i54F4ED2E781C6E41/image-size/small?v=v2&amp;amp;px=200" role="button" title="danimarc12_1-1670363824130.png" alt="danimarc12_1-1670363824130.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;but I display an error&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danimarc12_2-1670363867965.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/95562iE47F598C13C3F983/image-size/medium?v=v2&amp;amp;px=400" role="button" title="danimarc12_2-1670363867965.png" alt="danimarc12_2-1670363867965.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Could anyone help me?&lt;/P&gt;
&lt;P&gt;Thanks to all!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 21:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditions-in-table-s-dimension/m-p/2013411#M83755</guid>
      <dc:creator>danimarc12</dc:creator>
      <dc:date>2022-12-06T21:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Conditions in table's dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Conditions-in-table-s-dimension/m-p/2013428#M83758</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/128073"&gt;@danimarc12&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can try this:&lt;/P&gt;
&lt;P&gt;Aggr(&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; if( conditions, cliente_c)&lt;/P&gt;
&lt;P&gt;,cliente_c)&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2022 01:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditions-in-table-s-dimension/m-p/2013428#M83758</guid>
      <dc:creator>joseph_morales</dc:creator>
      <dc:date>2022-12-07T01:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Conditions in table's dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Conditions-in-table-s-dimension/m-p/2013498#M83767</link>
      <description>&lt;P&gt;Add a calculated dimension as below&lt;/P&gt;
&lt;P&gt;=&amp;nbsp; &amp;nbsp;AGGR(&amp;nbsp;&amp;nbsp; &amp;nbsp;if(&amp;nbsp; ExpressionFor&lt;STRONG&gt;SaldoPre&lt;/STRONG&gt;&amp;gt;0 and &lt;SPAN&gt;ExpressionFor&lt;/SPAN&gt;&lt;STRONG&gt;SaldoPeriodo &amp;gt; 0 , Clienti)&amp;nbsp; &amp;nbsp; ,&amp;nbsp; &amp;nbsp;Clienti&amp;nbsp; )&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;uncheck show null values for this dimension&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2022 06:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditions-in-table-s-dimension/m-p/2013498#M83767</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-12-07T06:45:00Z</dc:date>
    </item>
  </channel>
</rss>

