<?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: Re: First Sorted Value in Qlik Learning Discussions</title>
    <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/First-Sorted-Value/m-p/725968#M952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you are trying to achieve - as you have Customer and UnitPrice as dimensions in your chart, there is no purpose to the FirstSortedValue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added a straight table using product and finding the customer with the lowest unit price for the product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Aug 2014 06:37:37 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2014-08-22T06:37:37Z</dc:date>
    <item>
      <title>First Sorted Value</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/First-Sorted-Value/m-p/725963#M947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to find out Customer name corresponding to lowest unit price. I am using following syntax but an error is showing. Can anyone tell me the correct solution ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FirstSortedValue(Customer,Min(UnitPrice))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 05:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/First-Sorted-Value/m-p/725963#M947</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-08-22T05:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: First Sorted Value</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/First-Sorted-Value/m-p/725964#M948</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;Usually, that should be:&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;"&gt;FirstSortedValue(Customer, UnitPrice)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jonathan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 05:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/First-Sorted-Value/m-p/725964#M948</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-08-22T05:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: First Sorted Value</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/First-Sorted-Value/m-p/725965#M949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEy,&lt;/P&gt;&lt;P&gt;Still it is not working and i want Customer with minimum UnitPrice then i think min() should be used , right ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 06:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/First-Sorted-Value/m-p/725965#M949</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-08-22T06:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: First Sorted Value</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/First-Sorted-Value/m-p/725966#M950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, FirstSortedValue will find the min for you. But if that is not working, then you need to post a sample of your model so that we can looks at the why its not working (data structure or sheet object related)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may need to do this in the load script if you have items with null or zero UnitPrice, or many items with the same (minimum) unit price. Or perhaps this works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FirstSortedValue(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Customer&lt;/SPAN&gt;, Aggr(Min(UnitPrice), Customer))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 06:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/First-Sorted-Value/m-p/725966#M950</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-08-22T06:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: First Sorted Value</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/First-Sorted-Value/m-p/725967#M951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEy,&lt;/P&gt;&lt;P&gt;I ahve attached the qvw file , so kindly see it and let me know..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 06:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/First-Sorted-Value/m-p/725967#M951</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-08-22T06:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Re: First Sorted Value</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/First-Sorted-Value/m-p/725968#M952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you are trying to achieve - as you have Customer and UnitPrice as dimensions in your chart, there is no purpose to the FirstSortedValue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added a straight table using product and finding the customer with the lowest unit price for the product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 06:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/First-Sorted-Value/m-p/725968#M952</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-08-22T06:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re: First Sorted Value</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/First-Sorted-Value/m-p/725969#M953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WHile using QVSource, I used linkedin connector and loggedin with a id. It gets authenticated but no data is shown. I dont know what to do. Please tell me how it works. I am using free version of QVSource.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 06:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/First-Sorted-Value/m-p/725969#M953</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-08-28T06:53:44Z</dc:date>
    </item>
  </channel>
</rss>

