<?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: Ignore Selections in Expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignore-Selections-in-Expressions/m-p/939060#M324033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish and to everyone else who replied&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Sep 2015 11:59:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-25T11:59:56Z</dc:date>
    <item>
      <title>Ignore Selections in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selections-in-Expressions/m-p/939051#M324024</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 have an expression written below that works as expected to show my top Sales man&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like it to ignore selections from the Salesman field so that the top salesman is always the same. I have tried adding different things to my expression to ignore selections on the Salesman field, but it doesn't work as expected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concat(aggr(if(rank(Sum(Actual)/Sum(Budget)) =1, Salesman),Salesman))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 11:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selections-in-Expressions/m-p/939051#M324024</guid>
      <dc:creator />
      <dc:date>2015-09-25T11:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selections in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selections-in-Expressions/m-p/939052#M324025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;concat({&amp;lt;Salesman&amp;gt;} aggr(if(rank(Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;Salesman&amp;gt;} &lt;/SPAN&gt;Actual)/Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;Salesman&amp;gt;} &lt;/SPAN&gt;Budget)) =1, Salesman),Salesman))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 11:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selections-in-Expressions/m-p/939052#M324025</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-09-25T11:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selections in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selections-in-Expressions/m-p/939053#M324026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;How about:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;concat({&amp;lt;Salesman=&amp;gt;} aggr(if(rank(Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;Salesman=&amp;gt;} &lt;/SPAN&gt;Actual)/Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;Salesman=&amp;gt;} &lt;/SPAN&gt;Budget)) =1, Salesman),Salesman))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 11:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selections-in-Expressions/m-p/939053#M324026</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2015-09-25T11:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selections in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selections-in-Expressions/m-p/939054#M324027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Razor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried to put set analysis indicator before Salesman? If not, make your expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concat(aggr(if(rank(Sum(Actual)/Sum(Budget)) =1, {1} Salesman), {1} Salesman))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 11:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selections-in-Expressions/m-p/939054#M324027</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-09-25T11:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selections in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selections-in-Expressions/m-p/939055#M324028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried them all and still no luck unfortunately&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 11:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selections-in-Expressions/m-p/939055#M324028</guid>
      <dc:creator />
      <dc:date>2015-09-25T11:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selections in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selections-in-Expressions/m-p/939056#M324029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use alternative state&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 11:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selections-in-Expressions/m-p/939056#M324029</guid>
      <dc:creator>stephenedberkg</dc:creator>
      <dc:date>2015-09-25T11:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selections in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selections-in-Expressions/m-p/939057#M324030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;How about&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;concat({&lt;STRONG&gt;1&lt;/STRONG&gt;&amp;lt;Salesman=&amp;gt;} aggr(if(rank(Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&lt;STRONG&gt;1&lt;/STRONG&gt;&amp;lt;Salesman=&amp;gt;} &lt;/SPAN&gt;Actual)/Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&lt;STRONG&gt;1&lt;/STRONG&gt;&amp;lt;Salesman=&amp;gt;} &lt;/SPAN&gt;Budget)) =1, Salesman),Salesman))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 11:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selections-in-Expressions/m-p/939057#M324030</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-09-25T11:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selections in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selections-in-Expressions/m-p/939058#M324031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(DISTINCT {1&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Salesman&lt;/SPAN&gt;= {"=Rank(SUM({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Salesman&lt;/SPAN&gt;&amp;gt;}Actual)/&lt;SPAN style="font-size: 13.3333px;"&gt;SUM({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Salesman&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt;}Budget)&lt;/SPAN&gt;)=1"}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Salesman&lt;/SPAN&gt;,',')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 11:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selections-in-Expressions/m-p/939058#M324031</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-09-25T11:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selections in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selections-in-Expressions/m-p/939059#M324032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was trying to solve very similar issue not long time ago and found the below solution (thanks to Qlik Community!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal was to present the name of the top customer and the associated amount in the text object:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FirstSortedValue&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CUSTOMER_NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,( -&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AMOUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CUSTOMER_NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)))&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&amp;amp; ':&amp;nbsp;&amp;nbsp; ' &amp;amp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AMOUNT&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CUSTOMER_NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Maybe this will help. You can of course add all qualifier {1} into your SUM() functions to present this as a static value.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 11:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selections-in-Expressions/m-p/939059#M324032</guid>
      <dc:creator>kuczynska</dc:creator>
      <dc:date>2015-09-25T11:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selections in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selections-in-Expressions/m-p/939060#M324033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish and to everyone else who replied&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 11:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selections-in-Expressions/m-p/939060#M324033</guid>
      <dc:creator />
      <dc:date>2015-09-25T11:59:56Z</dc:date>
    </item>
  </channel>
</rss>

