<?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: Sorting expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397877#M424152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/180319_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;it's coming in this order now..still not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Oct 2017 10:11:22 GMT</pubDate>
    <dc:creator>pawwy1415</dc:creator>
    <dc:date>2017-10-20T10:11:22Z</dc:date>
    <item>
      <title>Sorting expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397870#M424145</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;I have below expression used in dimension and I want to do sorting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= pick(match(MetricID,27,31,394,398,222,224,360,364,368,372,1141,1143,154,156,160,162,213,215,380,382)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,'PBT','Provisions','PBT','Provisions','Income','Income','Costs','Costs','Costs','Costs','PAT','PAT',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Total RWAs','Total RWAs','Total RWAs','Total RWAs','Total RWAs','Total RWAs','Total RWAs','Total RWAs')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorting should be like&lt;/P&gt;&lt;P&gt;Income&lt;/P&gt;&lt;P&gt;Costs&lt;/P&gt;&lt;P&gt;Provisions&lt;/P&gt;&lt;P&gt;PBT&lt;/P&gt;&lt;P&gt;PAT&lt;/P&gt;&lt;P&gt;RWA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used below expression in sorting..&lt;/P&gt;&lt;P&gt;= pick(match(MetricID,222,224,360,364,368,372,31,398,27,394,1141,1143,154,156,160,162,213,215,380,382)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,1,1,2,2,2,2,3,3,4,4,5,5,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6,6,6,6,6,6,6,6)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it doesn't work.. it's come in below order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total RWAs&lt;/P&gt;&lt;P&gt;Costs&lt;/P&gt;&lt;P&gt;income&lt;/P&gt;&lt;P&gt;Provisions&lt;/P&gt;&lt;P&gt;PBT&lt;/P&gt;&lt;P&gt;PAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please see if I am doing something wrong in sorting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 16:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397870#M424145</guid>
      <dc:creator>pawwy1415</dc:creator>
      <dc:date>2017-10-19T16:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397871#M424146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is in qlik sense&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 16:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397871#M424146</guid>
      <dc:creator>pawwy1415</dc:creator>
      <dc:date>2017-10-19T16:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397872#M424147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if you just use 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;Match(Only({1} MetricID), 222,224,360,364,368,372,31,398,27,394,1141,1143,154,156,160,162,213,215,380,382)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 16:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397872#M424147</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-19T16:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397873#M424148</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;Try this as your sort expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Match(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pick(match(MetricID,27,31,394,398,222,224,360,364,368,372,1141,1143,154,156,160,162,213,215,380,382)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,'PBT','Provisions','PBT','Provisions','Income','Income','Costs','Costs','Costs','Costs','PAT','PAT',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Total RWAs','Total RWAs','Total RWAs','Total RWAs','Total RWAs','Total RWAs','Total RWAs','Total RWAs')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,'*Income*','*Costs*','*Provisions*','*PBT*','*PAT*','*RWA*')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 16:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397873#M424148</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-10-19T16:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397874#M424149</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;&lt;STRONG&gt;Match(MetricID, 'Total RWAs', 'Costs', 'income', '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Provisions', '&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;PBT', '&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;PAT')&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/180243_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 16:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397874#M424149</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-19T16:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397875#M424150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tried all but none of them working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 08:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397875#M424150</guid>
      <dc:creator>pawwy1415</dc:creator>
      <dc:date>2017-10-20T08:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397876#M424151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had a typo, try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG&gt;Wild&lt;/STRONG&gt;Match(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;pick(match(MetricID,27,31,394,398,222,224,360,364,368,372,1141,1143,154,156,160,162,213,215,380,382)&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,'PBT','Provisions','PBT','Provisions','Income','Income','Costs','Costs','Costs','Costs','PAT','PAT',&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Total RWAs','Total RWAs','Total RWAs','Total RWAs','Total RWAs','Total RWAs','Total RWAs','Total RWAs')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;,'*Income*','*Costs*','*Provisions*','*PBT*','*PAT*','*RWA*')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 09:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397876#M424151</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-10-20T09:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397877#M424152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/180319_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;it's coming in this order now..still not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 10:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397877#M424152</guid>
      <dc:creator>pawwy1415</dc:creator>
      <dc:date>2017-10-20T10:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397878#M424153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be give this a short&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=Match(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Pick(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Match(Only({1} MetricID),27,31,394,398,222,224,360,364,368,372,1141,1143,154,156,160,162,213,215,380,382),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;'PBT', 'Provisions', 'PBT', 'Provisions', 'Income', 'Income', 'Costs', 'Costs', 'Costs', 'Costs', 'PAT', 'PAT', 'Total RWAs', 'Total RWAs', 'Total RWAs', 'Total RWAs', 'Total RWAs', 'Total RWAs', 'Total RWAs', 'Total RWAs'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Total RWAs&lt;/SPAN&gt;', 'Costs', 'Income', '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Provisions&lt;/SPAN&gt;', 'PBT', 'PAT')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 11:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397878#M424153</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-20T11:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397879#M424154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/180343_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's coming this one..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 11:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397879#M424154</guid>
      <dc:creator>pawwy1415</dc:creator>
      <dc:date>2017-10-20T11:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397880#M424155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create this as an expression and share an image of your whatever you have as dimension and this expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 11:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397880#M424155</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-20T11:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397881#M424156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is used as expression &amp;gt;&amp;gt; it's calculated dimensions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= pick(match(MetricID,27,31,394,398,222,224,360,364,368,372,1141,1143,154,156,160,162,213,215,380,382)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,'PBT','Provisions','PBT','Provisions','Income','Income','Costs','Costs','Costs','Costs','PAT','PAT',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Total RWAs','Total RWAs','Total RWAs','Total RWAs','Total RWAs','Total RWAs','Total RWAs','Total RWAs')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all others are measure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 11:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397881#M424156</guid>
      <dc:creator>pawwy1415</dc:creator>
      <dc:date>2017-10-20T11:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397882#M424157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is fine... use that as your dimension and this as your expression and post a screenshot... I don't need to see any other measure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=Match(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Pick(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Match(Only({1} MetricID),27,31,394,398,222,224,360,364,368,372,1141,1143,154,156,160,162,213,215,380,382),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'PBT', 'Provisions', 'PBT', 'Provisions', 'Income', 'Income', 'Costs', 'Costs', 'Costs', 'Costs', 'PAT', 'PAT', 'Total RWAs', 'Total RWAs', 'Total RWAs', 'Total RWAs', 'Total RWAs', 'Total RWAs', 'Total RWAs', 'Total RWAs'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Total RWAs&lt;/SPAN&gt;', 'Costs', 'Income', '&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Provisions&lt;/SPAN&gt;', 'PBT', 'PAT')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 11:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397882#M424157</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-20T11:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397883#M424158</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;please refer a sample which i have attached here for similar problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have used dual function. hopefully it will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Pradosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 12:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397883#M424158</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-10-20T12:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397884#M424159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is no sample attached..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 13:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397884#M424159</guid>
      <dc:creator>pawwy1415</dc:creator>
      <dc:date>2017-10-20T13:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397885#M424160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't use this as Dimension it's showing invalid dimesions..I was adding in sorting'expression;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 13:23:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397885#M424160</guid>
      <dc:creator>pawwy1415</dc:creator>
      <dc:date>2017-10-20T13:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397886#M424161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/180355_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 13:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397886#M424161</guid>
      <dc:creator>pawwy1415</dc:creator>
      <dc:date>2017-10-20T13:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397887#M424162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I asked you to continue using your current dimension my friend... I just want you to add my expression as a measure... does it make sense now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 13:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397887#M424162</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-20T13:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397888#M424163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have attached the sample. if you look through inbox you wont see it . &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this then &lt;/P&gt;&lt;P&gt;dimesnsion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;= pick(match(MetricID,27,31,394,398,222,224,360,364,368,372,1141,1143,154,156,160,162,213,215,380,382)&lt;STRONG&gt;,dual('PBT',5),dual('Provisions',4),dual('PBT',5),dual('Provisions',4),dual('Income',3),dual('Income',3),dual('Costs',2),dual('Costs',2),&lt;/STRONG&gt;&lt;STRONG&gt;dual('Costs',2),dual('Costs',2),dual('PAT',6),dual('PAT',6),&lt;/STRONG&gt;&lt;STRONG&gt;dual('Total RWAs',1),dual('Total RWAs',1),dual('Total RWAs',1),dual('Total RWAs',1),dual('Total RWAs',1),dual('Total RWAs',1),dual('Total RWAs',1),dual('Total RWAs',1))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;sorting expression&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;num(pick(match(MetricID,27,31,394,398,222,224,360,364,368,372,1141,1143,154,156,160,162,213,215,380,382)&lt;STRONG&gt;,dual('PBT',5),dual('Provisions',4),dual('PBT',5),dual('Provisions',4),dual('Income',3),dual('Income',3),dual('Costs',2),dual('Costs',2),dual('Costs',2),dual('Costs',2),dual('PAT',6),dual('PAT',6),dual('Total RWAs',1),dual('Total RWAs',1),dual('Total RWAs',1),dual('Total RWAs',1),dual('Total RWAs',1),dual('Total RWAs',1),dual('Total RWAs',1),dual('Total RWAs',1)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Pradosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 13:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397888#M424163</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-10-20T13:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397889#M424164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/180373_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's showing order as per attached screenshot..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but we need below sorting order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Income&lt;/P&gt;&lt;P&gt;Costs&lt;/P&gt;&lt;P&gt;Provisions&lt;/P&gt;&lt;P&gt;PBT&lt;/P&gt;&lt;P&gt;PAT&lt;/P&gt;&lt;P&gt;RWA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 13:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-expression/m-p/1397889#M424164</guid>
      <dc:creator>pawwy1415</dc:creator>
      <dc:date>2017-10-20T13:48:14Z</dc:date>
    </item>
  </channel>
</rss>

