<?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 use firstsortedvalue in a dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118298#M762291</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&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;&lt;STRONG&gt;Aggr(If(Count(ordernumber) = Max(TOTAL &amp;lt;region&amp;gt; Aggr(Count(ordernumber), region), SalesPerson), region, SalesPerson)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2018 16:54:23 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-07-24T16:54:23Z</dc:date>
    <item>
      <title>How to use firstsortedvalue in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118290#M762283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, this is my first post. &lt;/P&gt;&lt;P&gt;Need help trying to limit a dimension. I have created a chart and limit the chart to only show sales people in the top volume region. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can find my top region by using =&lt;SPAN style="font-size: 13.3333px;"&gt;FirstSortedValue( region , -aggr( count(ordernumber), region ) ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;But i don't know how to limit this to only show sales people in the top region. any help would be appreciated. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118290#M762283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use firstsortedvalue in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118291#M762284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this as your calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(If(Count(ordernumber) = Max(TOTAL Aggr(Count(ordernumber), region), region), region)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 00:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118291#M762284</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-24T00:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to use firstsortedvalue in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118292#M762285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/qtran2018"&gt;qtran2018&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.7px;"&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: 11.7px;"&gt;Please check &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/stalwar1"&gt;stalwar1&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; 's solution with small correction.&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ordernumber,region,sales&lt;/P&gt;&lt;P&gt;1,R1,10&lt;/P&gt;&lt;P&gt;2,R2,20&lt;/P&gt;&lt;P&gt;3,R3,4&lt;/P&gt;&lt;P&gt;4,R4,5&lt;/P&gt;&lt;P&gt;11,R4,20&lt;/P&gt;&lt;P&gt;12,R1,50&lt;/P&gt;&lt;P&gt;14,R2,20&lt;/P&gt;&lt;P&gt;20,R1,20&lt;/P&gt;&lt;P&gt;21,R1,4&lt;/P&gt;&lt;P&gt;22,R2,5&lt;/P&gt;&lt;P&gt;23,R1,20&lt;/P&gt;&lt;P&gt;24,R2,4&lt;/P&gt;&lt;P&gt;25,R3,5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208610_1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/208611_2.PNG" style="height: 90px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 03:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118292#M762285</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-07-24T03:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to use firstsortedvalue in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118293#M762286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If displaying one region is what you always&amp;nbsp; want then just create 2 expressions like the below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp1 :&amp;nbsp; FirstSortedValue( region , -aggr(count(ordernumber),region))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp2:&amp;nbsp; sum({&amp;lt;region={$(=FirstSortedValue( region , -aggr(count(ordernumber),region)))}&amp;gt;}sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208623_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 05:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118293#M762286</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2018-07-24T05:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to use firstsortedvalue in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118294#M762287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Count({&amp;lt;region= {"=rank(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count(ordernumber),&lt;/SPAN&gt;4)&amp;lt;= 10"}&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ordernumber&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 06:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118294#M762287</guid>
      <dc:creator>fabdulazeez</dc:creator>
      <dc:date>2018-07-24T06:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to use firstsortedvalue in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118295#M762288</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 need to display all of the sales people in the top region though. I don't believe this would do it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 16:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118295#M762288</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-24T16:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to use firstsortedvalue in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118296#M762289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Susant, sorry i wasnt being clear. i need to show all of the sales people in that region with a count of all of their sales. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 16:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118296#M762289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-24T16:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to use firstsortedvalue in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118297#M762290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fawaz, Sorry I wasn't being clear. i need to display all of the sales people in that top region and a count of all of their sales. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 16:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118297#M762290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-24T16:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use firstsortedvalue in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118298#M762291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&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;&lt;STRONG&gt;Aggr(If(Count(ordernumber) = Max(TOTAL &amp;lt;region&amp;gt; Aggr(Count(ordernumber), region), SalesPerson), region, SalesPerson)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 16:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118298#M762291</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-24T16:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to use firstsortedvalue in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118299#M762292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, I tried that to and getting an error in expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 18:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118299#M762292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-24T18:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to use firstsortedvalue in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118300#M762293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just close the bracket for Max() function. Its just a typo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(If(Count(ordernumber) = Max(TOTAL &amp;lt;region&amp;gt; Aggr(Count(ordernumber), region)&lt;STRONG style="color: #ff6600;"&gt;)&lt;/STRONG&gt;, SalesPerson), region, SalesPerson)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 18:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118300#M762293</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-07-24T18:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to use firstsortedvalue in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118301#M762294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Vishwarath. the equation works but its not displaying the correct chart. &lt;/P&gt;&lt;P&gt;let me explain the background. We have multiple states broken down into multiple regions with multiple salespeople in each region. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the filters (state, month), my chart needs to dynamically always show the top region with all of the sales people in that region and how many orders they completed. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 18:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118301#M762294</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-24T18:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to use firstsortedvalue in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118302#M762295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Share your sample qvw file where you having issues with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 19:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118302#M762295</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-07-24T19:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to use firstsortedvalue in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118303#M762296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with &lt;A href="https://community.qlik.com/people/vishsaggi"&gt;vishsaggi&lt;/A&gt;‌, it might help to see what you have in order to trouble shoot it... a sample qvw or even raw data might help in figuring out what you are after.... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 19:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118303#M762296</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-24T19:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to use firstsortedvalue in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118304#M762297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hi guys, thank you so much for your patience. &lt;/P&gt;&lt;P&gt;This is the table it would pull from and the chart that it should look like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG alt="dtr.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208733_dtr.PNG" style="height: auto;" /&gt;&lt;IMG alt="chart.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/208734_chart.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 22:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118304#M762297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-24T22:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use firstsortedvalue in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118305#M762298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SalesPerson&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count({&amp;lt;Region = {"=Rank(Count(OrderID)) = 1"}&amp;gt;}OrderID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208719_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 23:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118305#M762298</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-24T23:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to use firstsortedvalue in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118306#M762299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Sunny and team. That did the job!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 00:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118306#M762299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-25T00:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to use firstsortedvalue in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118307#M762300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;, I am glad we finally managed to get it resolved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 00:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118307#M762300</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-25T00:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to use firstsortedvalue in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118308#M762301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its fine. I should have added more explanation so you could derive at the answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 03:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-firstsortedvalue-in-a-dimension/m-p/118308#M762301</guid>
      <dc:creator>fabdulazeez</dc:creator>
      <dc:date>2018-07-25T03:52:52Z</dc:date>
    </item>
  </channel>
</rss>

