<?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 dimension with conditions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dimension-with-conditions/m-p/1283829#M402243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need aggregate one expression a one dimensional. This does not have to show projects with cant = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Proyectos.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144431_Proyectos.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;the column Cant. has the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;EstadoVigente = {1}, Estado = {'PROMESADA','BLOQUEADA'}&amp;gt;}SuperficieVivienda)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the &lt;SPAN style="font-size: 13.3333px;"&gt;dimensional &lt;/SPAN&gt;is: &lt;/P&gt;&lt;P&gt;Proyecto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table has to show alone two rows:&lt;/P&gt;&lt;P&gt;Proyecto 3 and Proyecto 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You help me please!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Nov 2016 18:53:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-11-21T18:53:53Z</dc:date>
    <item>
      <title>dimension with conditions</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-with-conditions/m-p/1283829#M402243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need aggregate one expression a one dimensional. This does not have to show projects with cant = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Proyectos.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144431_Proyectos.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;the column Cant. has the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;EstadoVigente = {1}, Estado = {'PROMESADA','BLOQUEADA'}&amp;gt;}SuperficieVivienda)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the &lt;SPAN style="font-size: 13.3333px;"&gt;dimensional &lt;/SPAN&gt;is: &lt;/P&gt;&lt;P&gt;Proyecto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table has to show alone two rows:&lt;/P&gt;&lt;P&gt;Proyecto 3 and Proyecto 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You help me please!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 18:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-with-conditions/m-p/1283829#M402243</guid>
      <dc:creator />
      <dc:date>2016-11-21T18:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: dimension with conditions</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-with-conditions/m-p/1283830#M402244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can probably use a calculated dimension here and replace &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Proyecto with&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(If(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;count({&amp;lt;EstadoVigente = {1}, Estado = {'PROMESADA','BLOQUEADA'}&amp;gt;}SuperficieVivienda) &amp;lt;&amp;gt; 0, &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Proyecto), &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Proyecto)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and remember to check 'Suppress When Value Is Null' on the dimensions tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can use a if statement to make sure all the other expressions are 0 or null where Cant. is 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([Cant.] &amp;lt;&amp;gt; 0, Expression2)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([Cant.] &amp;lt;&amp;gt; 0, Expression3)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and so on....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 19:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-with-conditions/m-p/1283830#M402244</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-21T19:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: dimension with conditions</title>
      <link>https://community.qlik.com/t5/QlikView/dimension-with-conditions/m-p/1283831#M402245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect!! thanks you very much &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 20:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dimension-with-conditions/m-p/1283831#M402245</guid>
      <dc:creator />
      <dc:date>2016-11-21T20:53:12Z</dc:date>
    </item>
  </channel>
</rss>

