<?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: order of the labels in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/order-of-the-labels/m-p/1872470#M71985</link>
    <description>&lt;P&gt;Hi Marco&lt;BR /&gt;I will try that,&amp;nbsp;&lt;BR /&gt;thx for the good idee&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;have a good day&lt;BR /&gt;Aubry M&lt;/P&gt;</description>
    <pubDate>Fri, 17 Dec 2021 07:30:29 GMT</pubDate>
    <dc:creator>Aubry</dc:creator>
    <dc:date>2021-12-17T07:30:29Z</dc:date>
    <item>
      <title>order of the labels</title>
      <link>https://community.qlik.com/t5/App-Development/order-of-the-labels/m-p/1871409#M71915</link>
      <description>&lt;P&gt;HI everyone,&lt;/P&gt;
&lt;P&gt;I hope you are doing well&lt;/P&gt;
&lt;P&gt;can you tell me how i can change the display order of the labels please ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aubry_0-1639572246528.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/68631i02C90F27344B7D7E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aubry_0-1639572246528.png" alt="Aubry_0-1639572246528.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank&amp;nbsp; you for your help&lt;BR /&gt;have a good day&lt;BR /&gt;Aubry M&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 12:44:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/order-of-the-labels/m-p/1871409#M71915</guid>
      <dc:creator>Aubry</dc:creator>
      <dc:date>2021-12-15T12:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: order of the labels</title>
      <link>https://community.qlik.com/t5/App-Development/order-of-the-labels/m-p/1871425#M71917</link>
      <description>&lt;P&gt;You can change the sort order using the "Sort" tab and Sort by Expression, e.g.&lt;/P&gt;
&lt;P&gt;Pick(Match(Field,'A','B','C','D','E'),2,4,1,5,3) - this will sort the values in Field in the order C, A, E, B, D&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Or_0-1639573196708.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/68633iC976B3C9E1EC5569/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Or_0-1639573196708.png" alt="Or_0-1639573196708.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You could also load the values in the order you want them displayed (using ORDER BY or other methods) and then uncheck all the boxes which will sort by the original load order, or you could assign a second field to each text field that will determine the sort order and use that in a dual() statement such as Dual(DisplayField,SortOrderField) as Field, in which case you can sort it numerically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 13:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/order-of-the-labels/m-p/1871425#M71917</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-12-15T13:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: order of the labels</title>
      <link>https://community.qlik.com/t5/App-Development/order-of-the-labels/m-p/1872229#M71968</link>
      <description>&lt;P&gt;or maybe with the order directly defined in the Match() function:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Match(Field,'C','A','E','B','D')&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 17:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/order-of-the-labels/m-p/1872229#M71968</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-12-16T17:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: order of the labels</title>
      <link>https://community.qlik.com/t5/App-Development/order-of-the-labels/m-p/1872267#M71970</link>
      <description>&lt;P&gt;Oops. We can do that, right!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 18:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/order-of-the-labels/m-p/1872267#M71970</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-12-16T18:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: order of the labels</title>
      <link>https://community.qlik.com/t5/App-Development/order-of-the-labels/m-p/1872470#M71985</link>
      <description>&lt;P&gt;Hi Marco&lt;BR /&gt;I will try that,&amp;nbsp;&lt;BR /&gt;thx for the good idee&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;have a good day&lt;BR /&gt;Aubry M&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 07:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/order-of-the-labels/m-p/1872470#M71985</guid>
      <dc:creator>Aubry</dc:creator>
      <dc:date>2021-12-17T07:30:29Z</dc:date>
    </item>
  </channel>
</rss>

