<?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 Order pivot table by expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Order-pivot-table-by-expression/m-p/1456741#M35872</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 have a pivoting table with 2 dimensions: Codigo and Imputación, I put it in the 2 dimensions that it orders by expression: sum (Quantity), but it orders it only by the first dimension, it does not work when I display the second dimension by Imputation.&lt;/P&gt;&lt;P&gt;Attached example.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pegar.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188493_Pegar.PNG" style="height: 301px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pegar1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/188494_Pegar1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Dec 2017 19:23:21 GMT</pubDate>
    <dc:creator>spividori</dc:creator>
    <dc:date>2017-12-29T19:23:21Z</dc:date>
    <item>
      <title>Order pivot table by expression</title>
      <link>https://community.qlik.com/t5/App-Development/Order-pivot-table-by-expression/m-p/1456741#M35872</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 have a pivoting table with 2 dimensions: Codigo and Imputación, I put it in the 2 dimensions that it orders by expression: sum (Quantity), but it orders it only by the first dimension, it does not work when I display the second dimension by Imputation.&lt;/P&gt;&lt;P&gt;Attached example.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pegar.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188493_Pegar.PNG" style="height: 301px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Pegar1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/188494_Pegar1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 19:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Order-pivot-table-by-expression/m-p/1456741#M35872</guid>
      <dc:creator>spividori</dc:creator>
      <dc:date>2017-12-29T19:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Order pivot table by expression</title>
      <link>https://community.qlik.com/t5/App-Development/Order-pivot-table-by-expression/m-p/1456742#M35873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with a calculated 2nd dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Dual(Imputacion, Aggr(Sum(Cantidad), Codigo, Imputacion))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and sort it using this expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(Sum(Cantidad), Codigo, Imputacion)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188499_Capture.PNG" style="height: 129px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 19:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Order-pivot-table-by-expression/m-p/1456742#M35873</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-29T19:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Order pivot table by expression</title>
      <link>https://community.qlik.com/t5/App-Development/Order-pivot-table-by-expression/m-p/1456743#M35874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Well, it works perfect, but, It should not work by checking the option: "By expression" and the expression that we indicate?.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 20:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Order-pivot-table-by-expression/m-p/1456743#M35874</guid>
      <dc:creator>spividori</dc:creator>
      <dc:date>2017-12-29T20:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Order pivot table by expression</title>
      <link>https://community.qlik.com/t5/App-Development/Order-pivot-table-by-expression/m-p/1456744#M35875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should not work how? Not sure I understand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 20:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Order-pivot-table-by-expression/m-p/1456744#M35875</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-29T20:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Order pivot table by expression</title>
      <link>https://community.qlik.com/t5/App-Development/Order-pivot-table-by-expression/m-p/1456745#M35876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sort by the expression Sum (Quantity) in all dimensions, if I checked that option. Also, if you change the position of the dimensions, the solution that you gave me does not work..&lt;/P&gt;&lt;P&gt;QlikView makes it perfect:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Captura.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188512_Captura.PNG" style="height: 161px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Dec 2017 11:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Order-pivot-table-by-expression/m-p/1456745#M35876</guid>
      <dc:creator>spividori</dc:creator>
      <dc:date>2017-12-30T11:34:29Z</dc:date>
    </item>
  </channel>
</rss>

