<?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: FirstSortedValue Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Expression/m-p/1606608#M444777</link>
    <description>&lt;P&gt;Try this... again issues related to the placement of parenthesis&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;FirstSortedValue(DISTINCT SF_Job, -Aggr(Sum([Number of Openings]), SF_Job))
&amp;amp; ' - '&amp;amp;
Max(Aggr(Sum([Number of Openings]), [SF_Job]))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jul 2019 18:03:43 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-07-26T18:03:43Z</dc:date>
    <item>
      <title>FirstSortedValue Expression</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Expression/m-p/1606577#M444769</link>
      <description>&lt;P&gt;Does anyone see anything wrong with this expression?&lt;/P&gt;&lt;P&gt;=FirstSortedValue(distinct(SF_Job, - Aggr(count(distinct(Requisition),SF_Job))&lt;/P&gt;&lt;P&gt;I'm trying to use it in a text box.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Expression/m-p/1606577#M444769</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2024-11-16T02:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Expression</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Expression/m-p/1606578#M444770</link>
      <description>&lt;P&gt;May be wrongly placed the parenthesis. Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=FirstSortedValue(distinct SF_Job, -Aggr(count(distinct&amp;nbsp;Requisition),SF_Job))&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 15:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Expression/m-p/1606578#M444770</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-07-26T15:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Expression</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Expression/m-p/1606583#M444773</link>
      <description>&lt;P&gt;I sent you a sample spreadsheet from another post.&amp;nbsp; You can ignore it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 15:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Expression/m-p/1606583#M444773</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2019-07-26T15:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Expression</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Expression/m-p/1606589#M444775</link>
      <description>&lt;P&gt;How about this one?&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&lt;FONT color="#0000ff"&gt;FirstSortedValue&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;(&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#0000ff"&gt;distinct&lt;/FONT&gt; &lt;FONT color="#800000"&gt;SF_Job&lt;/FONT&gt;, -&lt;FONT color="#0000ff"&gt;Aggr&lt;/FONT&gt;(&lt;FONT color="#0000ff"&gt;sum&lt;/FONT&gt;(&lt;FONT color="#800000"&gt;[Number of Openings]&lt;/FONT&gt;),&lt;FONT color="#800000"&gt;SF_Job&lt;/FONT&gt; &amp;amp; ' - '&amp;amp; &lt;FONT color="#0000ff"&gt;Max&lt;/FONT&gt;(&lt;FONT color="#0000ff"&gt;aggr&lt;/FONT&gt;(&lt;FONT color="#0000ff"&gt;Sum&lt;/FONT&gt;(&lt;FONT color="#800000"&gt;[Number of Openings]&lt;/FONT&gt;)),&lt;FONT color="#800000"&gt;[SF_Job]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT size="4"&gt;))&lt;/FONT&gt; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Thanks&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 16:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Expression/m-p/1606589#M444775</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2019-07-26T16:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Expression</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Expression/m-p/1606608#M444777</link>
      <description>&lt;P&gt;Try this... again issues related to the placement of parenthesis&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;FirstSortedValue(DISTINCT SF_Job, -Aggr(Sum([Number of Openings]), SF_Job))
&amp;amp; ' - '&amp;amp;
Max(Aggr(Sum([Number of Openings]), [SF_Job]))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 18:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Expression/m-p/1606608#M444777</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-07-26T18:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Expression</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Expression/m-p/1606614#M444779</link>
      <description>&lt;P&gt;Yep.&amp;nbsp; Found it about 20 minutes ago and I haven't had a chance go get back here and post as solved.&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 18:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Expression/m-p/1606614#M444779</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2019-07-26T18:32:29Z</dc:date>
    </item>
  </channel>
</rss>

