<?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 two level column in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Sorting-two-level-column/m-p/1659324#M49413</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The basic idea of sorting is to ignore the sorting of the first header.&lt;/P&gt;&lt;P&gt;In this case, test data is presented. In the original, data is added dynamically.&lt;/P&gt;&lt;P&gt;Accordingly, this 'If' does not universal approach.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Dec 2019 10:28:25 GMT</pubDate>
    <dc:creator>MoxieMeister</dc:creator>
    <dc:date>2019-12-19T10:28:25Z</dc:date>
    <item>
      <title>Sorting two level column</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-two-level-column/m-p/1656965#M49134</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have some problems with sorting in the column name levels.&lt;/P&gt;&lt;P&gt;My try is:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="!!!.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25411iF1124C7B7B4D3234/image-size/large?v=v2&amp;amp;px=999" role="button" title="!!!.png" alt="!!!.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;But necessary make like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="11.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25412iA864EFF3EB1C7E6C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="11.png" alt="11.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Cannot swap columns level.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Is it possible?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-two-level-column/m-p/1656965#M49134</guid>
      <dc:creator>MoxieMeister</dc:creator>
      <dc:date>2024-11-16T19:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting two level column</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-two-level-column/m-p/1657066#M49143</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;You can sort the column at your own wish , by having if condition in the sorting tab.&lt;BR /&gt;&lt;BR /&gt;1. click the sort option&lt;BR /&gt;2.write if condition by selecting the option set by expression.&lt;BR /&gt;3. if condition example :&lt;BR /&gt;=if(group='M27',1,&lt;BR /&gt;if(group='Axis',2,&lt;BR /&gt;if(group='Black',3,&lt;BR /&gt;if(group='GSC',4,&lt;BR /&gt;if(group='T3',5,&lt;BR /&gt;if(group='TDM,6,7)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Dec 2019 12:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-two-level-column/m-p/1657066#M49143</guid>
      <dc:creator>Anismohamed32</dc:creator>
      <dc:date>2019-12-12T12:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting two level column</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-two-level-column/m-p/1659324#M49413</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The basic idea of sorting is to ignore the sorting of the first header.&lt;/P&gt;&lt;P&gt;In this case, test data is presented. In the original, data is added dynamically.&lt;/P&gt;&lt;P&gt;Accordingly, this 'If' does not universal approach.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 10:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-two-level-column/m-p/1659324#M49413</guid>
      <dc:creator>MoxieMeister</dc:creator>
      <dc:date>2019-12-19T10:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting two level column</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-two-level-column/m-p/1659330#M49414</link>
      <description>&lt;P&gt;Try this as a Sort by expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Match(Group, 'M27','Axis','Black','T3','TDM')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If not, Create Mapping field in the script with some serial no to form same as that field&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 10:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-two-level-column/m-p/1659330#M49414</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-12-19T10:34:11Z</dc:date>
    </item>
  </channel>
</rss>

