<?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: Customer sorting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Customer-sorting/m-p/1631222#M732660</link>
    <description>&lt;P&gt;As an expression, but not on front end? what do you mean? Not sure I completely understand&lt;/P&gt;</description>
    <pubDate>Thu, 03 Oct 2019 17:40:52 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-10-03T17:40:52Z</dc:date>
    <item>
      <title>Customer sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Customer-sorting/m-p/1631211#M732659</link>
      <description>&lt;P&gt;Hi members,&lt;/P&gt;&lt;P&gt;I need the branches to be sorted as like below.&lt;/P&gt;&lt;P&gt;1 RA&lt;/P&gt;&lt;P&gt;2 EH&lt;/P&gt;&lt;P&gt;3 K7&lt;/P&gt;&lt;P&gt;4 K9&lt;/P&gt;&lt;P&gt;5 EM&lt;/P&gt;&lt;P&gt;6 AS&lt;/P&gt;&lt;P&gt;7 TA&lt;/P&gt;&lt;P&gt;8 MY&lt;/P&gt;&lt;P&gt;I need this to be done in the form of an expression but not in the front end.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customer-sorting/m-p/1631211#M732659</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Customer sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Customer-sorting/m-p/1631222#M732660</link>
      <description>&lt;P&gt;As an expression, but not on front end? what do you mean? Not sure I completely understand&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 17:40:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customer-sorting/m-p/1631222#M732660</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-03T17:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Customer sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Customer-sorting/m-p/1631234#M732661</link>
      <description>&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;It likes, I need this to be achieved not in the script level. May be as a calculated dimension etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 18:10:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customer-sorting/m-p/1631234#M732661</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2019-10-03T18:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Customer sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Customer-sorting/m-p/1631238#M732662</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;SortingMap:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MAPPING LOAD * &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;INLINE [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;txt, num&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;RA, 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;EH, 2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;K7, 3&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;K9, 4&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;EM, 5&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;AS, 6&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;TA, 7&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MY, 8&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;NOCONCATENATE&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;LOAD&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;BRANCH, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;PREMIUM, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Dual(BRANCH, ApplyMap('SortingMap', BRANCH, 100000)) AS BranchTemp&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FROM [D:\CUSTOMER SORTING.xlsx] (ooxml, embedded labels, table is Sheet1);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;DROP FIELD BRANCH; RENAME FIELD BranchTemp TO BRANCH;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 18:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customer-sorting/m-p/1631238#M732662</guid>
      <dc:creator>JGMDataAnalysis</dc:creator>
      <dc:date>2019-10-03T18:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Customer sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Customer-sorting/m-p/1631694#M732663</link>
      <description>&lt;P&gt;Thanks JGMD&lt;/P&gt;&lt;P&gt;This is fine. If this is to be achieved in front end,how it will b done?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;</description>
      <pubDate>Sat, 05 Oct 2019 16:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customer-sorting/m-p/1631694#M732663</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2019-10-05T16:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Customer sorting</title>
      <link>https://community.qlik.com/t5/QlikView/Customer-sorting/m-p/1631750#M732664</link>
      <description>&lt;P&gt;You just have to add the &lt;STRONG&gt;BRANCH&lt;/STRONG&gt; field as a dimension in a chart and make sure it is numerically ordered.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_34.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/20769iF7FD3D5D22E6EE34/image-size/large?v=v2&amp;amp;px=999" role="button" title="clipboard_image_34.png" alt="clipboard_image_34.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Oct 2019 20:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Customer-sorting/m-p/1631750#M732664</guid>
      <dc:creator>JGMDataAnalysis</dc:creator>
      <dc:date>2019-10-05T20:06:42Z</dc:date>
    </item>
  </channel>
</rss>

