<?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 Ignore selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignore-selections/m-p/309414#M114237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I came across an expression on the Forums which I have used to ignore certain selections:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Year&amp;amp;Month]=&amp;gt;} [LCY Balance])&amp;nbsp;&amp;nbsp; ---&amp;gt; Which to me says: ignore the Year&amp;amp;Month selection/s and sum the LCY balances.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I don't know how to add an IF argument to this expression, so that I can say: ignore the Year&amp;amp;Month selection and return the LCY balance where the currency is only EUR (for example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2012 15:55:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-22T15:55:25Z</dc:date>
    <item>
      <title>Ignore selections</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections/m-p/309414#M114237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I came across an expression on the Forums which I have used to ignore certain selections:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Year&amp;amp;Month]=&amp;gt;} [LCY Balance])&amp;nbsp;&amp;nbsp; ---&amp;gt; Which to me says: ignore the Year&amp;amp;Month selection/s and sum the LCY balances.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I don't know how to add an IF argument to this expression, so that I can say: ignore the Year&amp;amp;Month selection and return the LCY balance where the currency is only EUR (for example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 15:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections/m-p/309414#M114237</guid>
      <dc:creator />
      <dc:date>2012-02-22T15:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore selections</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections/m-p/309415#M114238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should probably mention that using a List box isn't enough - I want to be able to show a select group of different currencies in the same Straight Table, whilst keeping &lt;SPAN style="text-decoration: underline;"&gt;all&lt;/SPAN&gt; currencies in a "Total" column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 15:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections/m-p/309415#M114238</guid>
      <dc:creator />
      <dc:date>2012-02-22T15:57:14Z</dc:date>
    </item>
    <item>
      <title>Ignore selections</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections/m-p/309416#M114239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried with an if?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(currency = 'EUR', &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;sum({&amp;lt;[Year&amp;amp;Month]=&amp;gt;} [LCY Balance]), &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;sum([LCY Balance]) )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 16:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections/m-p/309416#M114239</guid>
      <dc:creator />
      <dc:date>2012-02-22T16:36:57Z</dc:date>
    </item>
    <item>
      <title>Ignore selections</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections/m-p/309417#M114240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks for the advice Federico - it made sense that it should be quite simple to amend, but I needed to re-arrange your suggestion slightly so that it looked like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;[Year&amp;amp;Month]&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF([LCY]='EUR', [LCY Balance]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All in all, I just needed to place the "ignore" function between the SUM and the IF, and now it works perfectly.&lt;/P&gt;&lt;P&gt;Thanks for the suggestion!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 14:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections/m-p/309417#M114240</guid>
      <dc:creator />
      <dc:date>2012-02-23T14:28:22Z</dc:date>
    </item>
    <item>
      <title>Ignore selections</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selections/m-p/309418#M114241</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;Check this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;=SUM({&amp;lt;[Year&amp;amp;Month]=, [LCY]={'EUR'}&amp;gt;} [LCY Balance])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;Regards,&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 15:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selections/m-p/309418#M114241</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-23T15:09:05Z</dc:date>
    </item>
  </channel>
</rss>

