<?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: Need Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920127#M984032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your chart's dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Aug 2015 06:14:50 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-08-12T06:14:50Z</dc:date>
    <item>
      <title>Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920118#M984023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Community,&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;ID, Name, Salary&lt;/P&gt;&lt;P&gt;100, XYZ, 2000&lt;/P&gt;&lt;P&gt;101, ABC, 1500&lt;/P&gt;&lt;P&gt;102, ADS, 2300&lt;/P&gt;&lt;P&gt;103, QZX, 200&lt;/P&gt;&lt;P&gt;104, POQ, 7500&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we sort the dara using &lt;STRONG&gt;FirstsortedValue ???&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My OutPut should be like using FirstSortedValue:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;ID, Name, Salary&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;104, POQ, 7500&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;102, ADS, 2300&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;100, XYZ, 2000&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;101, ABC, 1500&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;103, QZX, 200&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance...!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 05:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920118#M984023</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2015-08-12T05:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920119#M984024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sort the data in the script or front end object???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think you need FirstSortedValue() for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 05:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920119#M984024</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-12T05:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920120#M984025</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;if you want it in the UI , goto &lt;STRONG&gt;sort&lt;/STRONG&gt; option in the &lt;STRONG&gt;properties&lt;/STRONG&gt; and &lt;STRONG&gt;select by expression&lt;/STRONG&gt; and write the expression as sum(Salary) and &lt;STRONG&gt;order&lt;/STRONG&gt; as &lt;STRONG&gt;Descending&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 05:55:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920120#M984025</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2015-08-12T05:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920121#M984026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a table box object you can do this:&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/95711_Capture.PNG" style="height: 275px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/95712_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 05:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920121#M984026</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-12T05:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920122#M984027</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;ID,&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;Salary&lt;/P&gt;&lt;P&gt;Resident ABC Order by &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Salary DESC;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Manju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 05:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920122#M984027</guid>
      <dc:creator />
      <dc:date>2015-08-12T05:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920123#M984028</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 know that front end options, &lt;/P&gt;&lt;P&gt;is it possible to sort using FirstSortedValue???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 05:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920123#M984028</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2015-08-12T05:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920124#M984029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FirstSortedValue is a function used to find sorted value and not used for sorting itself. May be if you mention your requirement, we might be able to help you better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you trying to sort in the front end or back end?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 06:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920124#M984029</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-12T06:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920125#M984030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use This:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;ID, Name, Salary&lt;/P&gt;&lt;P&gt;100, XYZ, 2000&lt;/P&gt;&lt;P&gt;101, ABC, 1500&lt;/P&gt;&lt;P&gt;102, ADS, 2300&lt;/P&gt;&lt;P&gt;103, QZX, 200&lt;/P&gt;&lt;P&gt;104, POQ, 7500&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD Salary&lt;/P&gt;&lt;P&gt;,Name&lt;/P&gt;&lt;P&gt;Resident Temp&lt;/P&gt;&lt;P&gt;Order By Salary desc,Name;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output will be:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Print.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95714_Print.png" style="height: 434px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 06:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920125#M984030</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2015-08-12T06:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920126#M984031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah Sunny, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to sort..&lt;/P&gt;&lt;P&gt;Acutally i thought &lt;STRONG&gt;FirstSortedValue&lt;/STRONG&gt; sorting the data.&lt;/P&gt;&lt;P&gt;IF am use this script or Expression side &lt;STRONG&gt;FirstSortedValue(Name, -&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Salary&lt;/SPAN&gt;).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then waht will happen ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 06:12:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920126#M984031</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2015-08-12T06:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920127#M984032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your chart's dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 06:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920127#M984032</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-12T06:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920128#M984033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;LIke &lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 06:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920128#M984033</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2015-08-12T06:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920129#M984034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will give you the same result as if you were going to use Name as expression instead of FirstSortedValue(Name, -Salary). It won't sort anything for you, unless you sort it on the sort tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FirstSortValue() from QlikView help:&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/95720_Capture.PNG" style="height: 202px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 06:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/920129#M984034</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-12T06:24:58Z</dc:date>
    </item>
  </channel>
</rss>

