<?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: Sort in Graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sort-in-Graph/m-p/669114#M1299284</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I´ve done&lt;/P&gt;&lt;P&gt;1) Created one variable vSort&lt;/P&gt;&lt;P&gt;2) Created one textbox, configurated as image and with this expression: &lt;/P&gt;&lt;P&gt;=if(vSort=1,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_n_r.png',&lt;/P&gt;&lt;P&gt;if(vSort=2,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_s_r.png',&lt;/P&gt;&lt;P&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_e.png'))&lt;/P&gt;&lt;P&gt;3) Attached one action "Set Variable" with expression =if(vSort=1,2,1)&lt;/P&gt;&lt;P&gt;4) Created one textbox, configurated as image and with this expression: &lt;/P&gt;&lt;P&gt;=if(vSort=3,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_n_r.png',&lt;/P&gt;&lt;P&gt;if(vSort=4,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_s_r.png',&lt;/P&gt;&lt;P&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_e.png'))&lt;/P&gt;&lt;P&gt;5) Attached one action "Set Variable" with expression =if(vSort=3,4,3)&lt;/P&gt;&lt;P&gt;6) Created one textbox, configurated as image and with this expression: &lt;/P&gt;&lt;P&gt;=if(vSort=5,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_n_r.png',&lt;/P&gt;&lt;P&gt;if(vSort=6,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_s_r.png',&lt;/P&gt;&lt;P&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_e.png'))&lt;/P&gt;&lt;P&gt;7) Attached one action "Set Variable" with expression =if(vSort=5,6,5)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Used this expression as Sort Order of my table&lt;/P&gt;&lt;P&gt;Pick(vSort,&lt;/P&gt;&lt;P&gt;-sum(Expression1),&lt;/P&gt;&lt;P&gt;sum(Expression1),&lt;/P&gt;&lt;P&gt;-sum(Expression2),&lt;/P&gt;&lt;P&gt;sum(Expression2),&lt;/P&gt;&lt;P&gt;-sum(Expression3),&lt;/P&gt;&lt;P&gt;sum(Expression3)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturar.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60542_Capturar.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturar2.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60543_Capturar2.PNG.png" style="width: 620px; height: 206px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturar3.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60544_Capturar3.PNG.png" style="width: 620px; height: 207px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturar4.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60545_Capturar4.PNG.png" style="width: 620px; height: 392px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jun 2014 15:59:26 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2014-06-12T15:59:26Z</dc:date>
    <item>
      <title>Sort in Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-in-Graph/m-p/669111#M1299279</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;I want to put interactive sort on my Chart.&lt;/P&gt;&lt;P&gt;And color those arrows for chart sort.&lt;/P&gt;&lt;P&gt;this sort should work ascending and descending as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="60520" alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/60520_pastedImage_0.png" style="width: 620px; height: 82px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-in-Graph/m-p/669111#M1299279</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sort in Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-in-Graph/m-p/669112#M1299280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check if fits your needs.&lt;/P&gt;&lt;P&gt;You can improve layout later&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 15:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-in-Graph/m-p/669112#M1299280</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-06-12T15:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sort in Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-in-Graph/m-p/669113#M1299282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I am using Personal Edition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 15:46:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-in-Graph/m-p/669113#M1299282</guid>
      <dc:creator />
      <dc:date>2014-06-12T15:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sort in Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-in-Graph/m-p/669114#M1299284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I´ve done&lt;/P&gt;&lt;P&gt;1) Created one variable vSort&lt;/P&gt;&lt;P&gt;2) Created one textbox, configurated as image and with this expression: &lt;/P&gt;&lt;P&gt;=if(vSort=1,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_n_r.png',&lt;/P&gt;&lt;P&gt;if(vSort=2,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_s_r.png',&lt;/P&gt;&lt;P&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_e.png'))&lt;/P&gt;&lt;P&gt;3) Attached one action "Set Variable" with expression =if(vSort=1,2,1)&lt;/P&gt;&lt;P&gt;4) Created one textbox, configurated as image and with this expression: &lt;/P&gt;&lt;P&gt;=if(vSort=3,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_n_r.png',&lt;/P&gt;&lt;P&gt;if(vSort=4,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_s_r.png',&lt;/P&gt;&lt;P&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_e.png'))&lt;/P&gt;&lt;P&gt;5) Attached one action "Set Variable" with expression =if(vSort=3,4,3)&lt;/P&gt;&lt;P&gt;6) Created one textbox, configurated as image and with this expression: &lt;/P&gt;&lt;P&gt;=if(vSort=5,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_n_r.png',&lt;/P&gt;&lt;P&gt;if(vSort=6,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_s_r.png',&lt;/P&gt;&lt;P&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_e.png'))&lt;/P&gt;&lt;P&gt;7) Attached one action "Set Variable" with expression =if(vSort=5,6,5)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Used this expression as Sort Order of my table&lt;/P&gt;&lt;P&gt;Pick(vSort,&lt;/P&gt;&lt;P&gt;-sum(Expression1),&lt;/P&gt;&lt;P&gt;sum(Expression1),&lt;/P&gt;&lt;P&gt;-sum(Expression2),&lt;/P&gt;&lt;P&gt;sum(Expression2),&lt;/P&gt;&lt;P&gt;-sum(Expression3),&lt;/P&gt;&lt;P&gt;sum(Expression3)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturar.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60542_Capturar.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturar2.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60543_Capturar2.PNG.png" style="width: 620px; height: 206px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturar3.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60544_Capturar3.PNG.png" style="width: 620px; height: 207px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturar4.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60545_Capturar4.PNG.png" style="width: 620px; height: 392px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 15:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-in-Graph/m-p/669114#M1299284</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-06-12T15:59:26Z</dc:date>
    </item>
  </channel>
</rss>

