<?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: How to flag highest EPS company ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-flag-highest-EPS-company/m-p/1202011#M22809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I relook at your expression , I think your is correct , now what I need is I want the column with EPS higher ranking mark with yellow Color on the back ground Color. So I don't need the flag column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;Director&lt;/P&gt;&lt;P&gt;www.tdstech.com&amp;lt;http://www.tdstech.com&amp;gt;&lt;/P&gt;&lt;P&gt;HP+6285883521036 Indo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2016 03:42:24 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2016-10-18T03:42:24Z</dc:date>
    <item>
      <title>How to flag highest EPS company ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-flag-highest-EPS-company/m-p/1202007#M22805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;I have a EPS by company for about 10 company. I want to flag the top highest EPS company.&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;I use below expression :-&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;SPAN style="font-size: 13px;"&gt;max(aggr($(vEPS),COMPETITOR_k))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;I get blank . Can some one advise me where i go wrong ?&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: 'QlikView Sans', sans-serif; color: #545352; font-size: 16px; text-align: inherit;"&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 01:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-flag-highest-EPS-company/m-p/1202007#M22805</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-10-18T01:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to flag highest EPS company ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-flag-highest-EPS-company/m-p/1202008#M22806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my QVF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 01:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-flag-highest-EPS-company/m-p/1202008#M22806</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-10-18T01:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to flag highest EPS company ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-flag-highest-EPS-company/m-p/1202009#M22807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to flag it? May be try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Rank($(vEPS)) &amp;lt; 2, 1, 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140937_Capture.PNG" style="height: 291px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 02:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-flag-highest-EPS-company/m-p/1202009#M22807</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-18T02:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to flag highest EPS company ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-flag-highest-EPS-company/m-p/1202010#M22808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the set point for flag dynamic , in case I select 2 stock , which EPS higher will be flag. Can you advise me how to do this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;Director&lt;/P&gt;&lt;P&gt;www.tdstech.com&amp;lt;http://www.tdstech.com&amp;gt;&lt;/P&gt;&lt;P&gt;HP+6285883521036 Indo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 03:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-flag-highest-EPS-company/m-p/1202010#M22808</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-10-18T03:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to flag highest EPS company ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-flag-highest-EPS-company/m-p/1202011#M22809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I relook at your expression , I think your is correct , now what I need is I want the column with EPS higher ranking mark with yellow Color on the back ground Color. So I don't need the flag column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;P&gt;Director&lt;/P&gt;&lt;P&gt;www.tdstech.com&amp;lt;http://www.tdstech.com&amp;gt;&lt;/P&gt;&lt;P&gt;HP+6285883521036 Indo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 03:42:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-flag-highest-EPS-company/m-p/1202011#M22809</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-10-18T03:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to flag highest EPS company ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-flag-highest-EPS-company/m-p/1202012#M22810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is 100% what i am looking for. it work fine now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 04:35:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-flag-highest-EPS-company/m-p/1202012#M22810</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-10-18T04:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to flag highest EPS company ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-flag-highest-EPS-company/m-p/1202013#M22811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahaha I am glad it worked because I went to sleep after giving typing my response &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 09:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-flag-highest-EPS-company/m-p/1202013#M22811</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-18T09:37:54Z</dc:date>
    </item>
  </channel>
</rss>

