<?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 How to do sorting in text box Qlikview in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-do-sorting-in-text-box-Qlikview/m-p/1944052#M77790</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I have Month field, I am able to sort the data in list box, But in text box I can't sort the month field.&lt;/P&gt;
&lt;P&gt;My requirement is in text box showing Month field information like Jan, Feb, Mar, similar to that .&lt;/P&gt;
&lt;P&gt;Currently I am able to see the data in alphabet order&lt;/P&gt;
&lt;P&gt;Could any one suggest me how to arrange calendar order in text box.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Lakshman&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jun 2022 14:06:24 GMT</pubDate>
    <dc:creator>Lakshmanudui</dc:creator>
    <dc:date>2022-06-15T14:06:24Z</dc:date>
    <item>
      <title>How to do sorting in text box Qlikview</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-do-sorting-in-text-box-Qlikview/m-p/1944052#M77790</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I have Month field, I am able to sort the data in list box, But in text box I can't sort the month field.&lt;/P&gt;
&lt;P&gt;My requirement is in text box showing Month field information like Jan, Feb, Mar, similar to that .&lt;/P&gt;
&lt;P&gt;Currently I am able to see the data in alphabet order&lt;/P&gt;
&lt;P&gt;Could any one suggest me how to arrange calendar order in text box.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Lakshman&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 14:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-do-sorting-in-text-box-Qlikview/m-p/1944052#M77790</guid>
      <dc:creator>Lakshmanudui</dc:creator>
      <dc:date>2022-06-15T14:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to do sorting in text box Qlikview</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-do-sorting-in-text-box-Qlikview/m-p/1944109#M77797</link>
      <description>&lt;P&gt;I assume you are using the function concat. Anyway, I use it as an example below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;concat(distinct Month,',',Month_sort)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you can see, you can add a sort weight to this function. You only need a sortingfield in your data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;LOAD RowNo() as Month_sort
,	 Month
;
LOAD * INLINE [Month
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec];&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;
&lt;P&gt;Eddie&lt;/P&gt;
&lt;TABLE style="border-style: solid; width: 100%; border-color: #006B30;" border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%" style="background-color: #009845; width: 100%; border-style: solid;"&gt;&lt;FONT color="#FFFFFF"&gt;If this answers your question or solves your issue, be sure to mark the answer as correct by clicking '&lt;STRONG&gt;&lt;SPAN class="notion-enable-hover" data-token-index="1" data-reactroot=""&gt;Accept as Solution&lt;/SPAN&gt;&lt;/STRONG&gt;'. This will mark the post as solved and other Qlikkies will gravitate towards this post as it as a possible solution for their issue.&amp;nbsp;Multiple responses can be accepted as a solution so make sure to select all that apply.&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Wed, 15 Jun 2022 15:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-do-sorting-in-text-box-Qlikview/m-p/1944109#M77797</guid>
      <dc:creator>eddie_wagt</dc:creator>
      <dc:date>2022-06-15T15:01:55Z</dc:date>
    </item>
  </channel>
</rss>

