<?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: Condicional Expression - Last expand in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Condicional-Expression-Last-expand/m-p/374832#M139604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, but the column don't disappear, i think with this function the column with expression just appear when dimensionality() = 3... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2012 16:19:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-29T16:19:21Z</dc:date>
    <item>
      <title>Condicional Expression - Last expand</title>
      <link>https://community.qlik.com/t5/QlikView/Condicional-Expression-Last-expand/m-p/374827#M139599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a expression that is conditional and only appear when I expand the last column of dimension, how to do this? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2012 14:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condicional-Expression-Last-expand/m-p/374827#M139599</guid>
      <dc:creator />
      <dc:date>2012-06-29T14:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Condicional Expression - Last expand</title>
      <link>https://community.qlik.com/t5/QlikView/Condicional-Expression-Last-expand/m-p/374828#M139600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(Dimensionality()=YourLastDimensionNumberHere,YourExpressionHere)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2012 14:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condicional-Expression-Last-expand/m-p/374828#M139600</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-06-29T14:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Condicional Expression - Last expand</title>
      <link>https://community.qlik.com/t5/QlikView/Condicional-Expression-Last-expand/m-p/374829#M139601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but i put this expression in condicional field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2012 14:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condicional-Expression-Last-expand/m-p/374829#M139601</guid>
      <dc:creator />
      <dc:date>2012-06-29T14:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Condicional Expression - Last expand</title>
      <link>https://community.qlik.com/t5/QlikView/Condicional-Expression-Last-expand/m-p/374830#M139602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can give me someone example (qvw file)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2012 15:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condicional-Expression-Last-expand/m-p/374830#M139602</guid>
      <dc:creator />
      <dc:date>2012-06-29T15:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Condicional Expression - Last expand</title>
      <link>https://community.qlik.com/t5/QlikView/Condicional-Expression-Last-expand/m-p/374831#M139603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Say you have 3 dimensions in the pivot table and your expression to only calculate if the last one is expanded is Sum(Sales)....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of Sum(Sales) as the expression, use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Dimensionality()=3,Sum(Sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The third part of the IF() statement (the ELSE bit) is absent (Null) so the expression shouldn't appear at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2012 15:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condicional-Expression-Last-expand/m-p/374831#M139603</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-06-29T15:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Condicional Expression - Last expand</title>
      <link>https://community.qlik.com/t5/QlikView/Condicional-Expression-Last-expand/m-p/374832#M139604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, but the column don't disappear, i think with this function the column with expression just appear when dimensionality() = 3... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2012 16:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condicional-Expression-Last-expand/m-p/374832#M139604</guid>
      <dc:creator />
      <dc:date>2012-06-29T16:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Condicional Expression - Last expand</title>
      <link>https://community.qlik.com/t5/QlikView/Condicional-Expression-Last-expand/m-p/374833#M139605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try adding in the Null bit - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;If(Dimensionality()=3,Sum(Sales),Null())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2012 17:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condicional-Expression-Last-expand/m-p/374833#M139605</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-06-29T17:17:26Z</dc:date>
    </item>
  </channel>
</rss>

