<?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 How can DUAL() function be used for automatic sorting? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-DUAL-function-be-used-for-automatic-sorting/m-p/968651#M951390</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I came across a question or a concept where they've used DUAL() for automatic sorting. When a particular column header is double-clicked the data in that field ought to be sorted depending on another field's values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking that for sorting (automatic or of any other kind) we would be using something like a SORT() or RANK() function in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It didn't make sense to use DUAL() for this purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody please explain in what kind of scenarios DUAL() is used for sorting purposes??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Dec 2015 01:26:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-08T01:26:35Z</dc:date>
    <item>
      <title>How can DUAL() function be used for automatic sorting?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-DUAL-function-be-used-for-automatic-sorting/m-p/968651#M951390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I came across a question or a concept where they've used DUAL() for automatic sorting. When a particular column header is double-clicked the data in that field ought to be sorted depending on another field's values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking that for sorting (automatic or of any other kind) we would be using something like a SORT() or RANK() function in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It didn't make sense to use DUAL() for this purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody please explain in what kind of scenarios DUAL() is used for sorting purposes??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 01:26:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-DUAL-function-be-used-for-automatic-sorting/m-p/968651#M951390</guid>
      <dc:creator />
      <dc:date>2015-12-08T01:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can DUAL() function be used for automatic sorting?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-DUAL-function-be-used-for-automatic-sorting/m-p/968652#M951391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8106"&gt;How to use- Dual()&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3858"&gt;Dual &amp;amp;amp; Exists – Useful Functions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 08:04:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-DUAL-function-be-used-for-automatic-sorting/m-p/968652#M951391</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-12-08T08:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can DUAL() function be used for automatic sorting?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-DUAL-function-be-used-for-automatic-sorting/m-p/968653#M951393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dual() is used like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Age&amp;gt;20 and Age&amp;lt;=50, Dual('20-50',2),&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If(Age&amp;gt;10 and Age&amp;lt;=20, Dual('10-20',1)......&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;and so on....now with dual() you can sort this age group&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 11:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-DUAL-function-be-used-for-automatic-sorting/m-p/968653#M951393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-10T11:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can DUAL() function be used for automatic sorting?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-DUAL-function-be-used-for-automatic-sorting/m-p/968654#M951395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The links you've posted are pretty helpful and clearly explains with an example what DUAL() does, especially the second link. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;krishna kanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 06:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-DUAL-function-be-used-for-automatic-sorting/m-p/968654#M951395</guid>
      <dc:creator />
      <dc:date>2015-12-11T06:08:59Z</dc:date>
    </item>
  </channel>
</rss>

