<?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: Auto Orderiing in Chart with Cyclic Groups in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Auto-Orderiing-in-Chart-with-Cyclic-Groups/m-p/549385#M1122884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use "Expression" in "order" tab, setting the currently shown field. You can know what's the current field of a group with GetCurrentField(groupname) function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Formula should be similar to:&lt;/P&gt;&lt;P&gt;=GetCurrentField(groupname)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can finally specify Ascending or Descending....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;f.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jan 2014 11:07:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-22T11:07:03Z</dc:date>
    <item>
      <title>Auto Orderiing in Chart with Cyclic Groups</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Orderiing-in-Chart-with-Cyclic-Groups/m-p/549383#M1122882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Chart (table) with Cyclic group witch looks like this:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="74" style="border: 1px solid #000000; width: 230px; height: 55px;" width="228"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Grouped field 1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Price&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if I change the group value&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="74" style="border: 1px solid rgb(0, 0, 0); width: 225px; height: 73px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Grouped field 2&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Price&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;T&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;R&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to automatically sort by Name for Grouped field 1 selected and&lt;/P&gt;&lt;P&gt;I'd like to automatically sort by Price Desc for Grouped field 2 selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 10:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Orderiing-in-Chart-with-Cyclic-Groups/m-p/549383#M1122882</guid>
      <dc:creator />
      <dc:date>2014-01-22T10:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Orderiing in Chart with Cyclic Groups</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Orderiing-in-Chart-with-Cyclic-Groups/m-p/549384#M1122883</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;From Document Properties | Groups, select the group in the Groups box. Then click Edit. Now click on Sort Orders. Select the first field and define the sort properties. Then select the second field and define the sort properties, and so on. Click OK (3 times) to save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 11:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Orderiing-in-Chart-with-Cyclic-Groups/m-p/549384#M1122883</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-01-22T11:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Orderiing in Chart with Cyclic Groups</title>
      <link>https://community.qlik.com/t5/QlikView/Auto-Orderiing-in-Chart-with-Cyclic-Groups/m-p/549385#M1122884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use "Expression" in "order" tab, setting the currently shown field. You can know what's the current field of a group with GetCurrentField(groupname) function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Formula should be similar to:&lt;/P&gt;&lt;P&gt;=GetCurrentField(groupname)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can finally specify Ascending or Descending....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;f.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 11:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Auto-Orderiing-in-Chart-with-Cyclic-Groups/m-p/549385#M1122884</guid>
      <dc:creator />
      <dc:date>2014-01-22T11:07:03Z</dc:date>
    </item>
  </channel>
</rss>

