<?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: How to Sort master item and value in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-Sort-master-item-and-value/m-p/58561#M3897</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;Thanks for your response. I need to create master-item&lt;STRONG&gt;(&lt;SPAN style="text-decoration: underline;"&gt;dimension&lt;/SPAN&gt;)&lt;/STRONG&gt;. I find&amp;nbsp; when I use a &lt;STRONG&gt;expression&lt;/STRONG&gt; in master item dimension.&amp;nbsp; The selection bar will not display it.&amp;nbsp; This is a bug?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2018 08:53:50 GMT</pubDate>
    <dc:creator>wangxusq</dc:creator>
    <dc:date>2018-05-21T08:53:50Z</dc:date>
    <item>
      <title>How to Sort master item and value</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Sort-master-item-and-value/m-p/58557#M3893</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;&lt;/P&gt;&lt;H2&gt;&lt;SPAN style="color: #ff0000;"&gt;In Master Item:&lt;/SPAN&gt;&lt;/H2&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="jive-image image-1" height="203" src="https://community.qlik.com/legacyfs/online/201587_1.jpg" style="height: 202.941px; width: 293px;" width="293" /&gt;&lt;/P&gt;&lt;P&gt;Two question:&lt;/P&gt;&lt;P&gt;1.If we can not rename them ,I want to Sort :Year-&amp;gt;Month&lt;/P&gt;&lt;P&gt;2.For Month field, I want to sort from Jan to Dec,not A-Z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea,thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 May 2018 11:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Sort-master-item-and-value/m-p/58557#M3893</guid>
      <dc:creator>wangxusq</dc:creator>
      <dc:date>2018-05-05T11:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Sort master item and value</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Sort-master-item-and-value/m-p/58558#M3894</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 style="font-size: 13.3333px;"&gt;You can sort Month by using Pick Match Functions(PFB) in Sortby Expresstion under the listbox property and then you can add this to master item.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;pick(Match(YourMonthField,'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'),1,2,3,4,5,6,7,8,9,10,11,12)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="year.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/201619_year.PNG" style="height: 528px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can achieve the same thing in backend- master calender using dual function PFB.&lt;/P&gt;&lt;P&gt;Dual(YourMonthField, YourMonthNumber)&lt;/P&gt;&lt;P&gt; I,e Dual(CalenderMonth, CMonth) &lt;/P&gt;&lt;P&gt;where Cmonth is Month(TempDate) as CMonth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in a same way you can sort the year as well.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;if you found this helpful,&amp;nbsp; please mark helpful or correct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhasker Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 May 2018 14:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Sort-master-item-and-value/m-p/58558#M3894</guid>
      <dc:creator>bhaskar_sm</dc:creator>
      <dc:date>2018-05-06T14:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to Sort master item and value</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Sort-master-item-and-value/m-p/58559#M3895</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;SPAN style="font-size: 10pt;"&gt;Thanks for your response. I want to Add master-item(Dimension),because I need to use it by selection bar.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG alt="1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/201638_1.jpg" style="height: auto;" /&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;For the first solution: field shows number not&amp;nbsp; Jan、Feb and so on.My client hope show Jan、Feb…&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;For the second solution,when I select &lt;SPAN style="text-decoration: underline;"&gt;Month&lt;/SPAN&gt; field, I do not want to display &lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; text-decoration: underline;"&gt;YourMonthNumber on he selection bar.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Any Idea?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What's more, can I sort :Year--&amp;gt;Month. Year is at the first place. Of course maybe I have many filters, I want to sort them &lt;EM&gt;&lt;STRONG&gt;according to my idea.&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 03:02:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Sort-master-item-and-value/m-p/58559#M3895</guid>
      <dc:creator>wangxusq</dc:creator>
      <dc:date>2018-05-07T03:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Sort master item and value</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Sort-master-item-and-value/m-p/58560#M3896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try sorting the master item by its related date field using the custom expression then min(Date([DateField])) ascending or descending. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/201709_Capture1.JPG" style="height: auto;" /&gt;&lt;IMG alt="Capture2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/201734_Capture2.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 18:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Sort-master-item-and-value/m-p/58560#M3896</guid>
      <dc:creator>jheasley</dc:creator>
      <dc:date>2018-05-07T18:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Sort master item and value</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Sort-master-item-and-value/m-p/58561#M3897</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;Thanks for your response. I need to create master-item&lt;STRONG&gt;(&lt;SPAN style="text-decoration: underline;"&gt;dimension&lt;/SPAN&gt;)&lt;/STRONG&gt;. I find&amp;nbsp; when I use a &lt;STRONG&gt;expression&lt;/STRONG&gt; in master item dimension.&amp;nbsp; The selection bar will not display it.&amp;nbsp; This is a bug?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 08:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Sort-master-item-and-value/m-p/58561#M3897</guid>
      <dc:creator>wangxusq</dc:creator>
      <dc:date>2018-05-21T08:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Sort master item and value</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Sort-master-item-and-value/m-p/1690338#M52742</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;i came across the same issue, untick chart suggestions and you will see it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 14:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Sort-master-item-and-value/m-p/1690338#M52742</guid>
      <dc:creator>RAMK</dc:creator>
      <dc:date>2020-04-02T14:06:15Z</dc:date>
    </item>
  </channel>
</rss>

