<?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: Expression help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-help/m-p/799876#M1040301</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;If there is few values you can try this way write expression in the Sort properties &amp;gt;&amp;gt; Sort Expression &lt;/P&gt;&lt;P&gt;Match( FieldName, 'E', 'A' ,'1' ,'2' ,'3' ,'4',' 5' ,'10' ,'FL' ,'HO')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And unselected all option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Dec 2014 05:39:03 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-12-09T05:39:03Z</dc:date>
    <item>
      <title>Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help/m-p/799875#M1040300</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;I have a list of alphabetical and numerical values in axis. like this&lt;/P&gt;&lt;P&gt;A C C E F FL HO 1 2 3 4 5 10 .. I need to sort it like this E A 1 2 3 4 5 10 FL HO. Please look at the screenshot for more clarity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;Sai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 05:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help/m-p/799875#M1040300</guid>
      <dc:creator />
      <dc:date>2014-12-09T05:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help/m-p/799876#M1040301</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;If there is few values you can try this way write expression in the Sort properties &amp;gt;&amp;gt; Sort Expression &lt;/P&gt;&lt;P&gt;Match( FieldName, 'E', 'A' ,'1' ,'2' ,'3' ,'4',' 5' ,'10' ,'FL' ,'HO')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And unselected all option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 05:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help/m-p/799876#M1040301</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-09T05:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help/m-p/799877#M1040303</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;you need to put your sort order into the expression defination of sort tab....try like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WilMatch(FieldName ,E', 'A' ,'1' ,'2' ,'3' ,'4',' 5' ,'10' ,'FL' ,'HO' so on......)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sarfaraz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 06:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help/m-p/799877#M1040303</guid>
      <dc:creator>sarfaraz_sheikh</dc:creator>
      <dc:date>2014-12-09T06:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help/m-p/799878#M1040304</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;Right Click on Chart &amp;gt; Go to Properties &amp;gt; Sort &amp;gt; Check Expression &amp;gt; Write this Expression &amp;gt; Dual(YourFieldName,Match(YourFieldName,'E','A','1','2','3','4','5','10','FL','HO'..........)) &amp;gt; Ascending.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression will sort the way you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Av7eN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 06:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help/m-p/799878#M1040304</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-12-09T06:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help/m-p/799879#M1040306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 06:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help/m-p/799879#M1040306</guid>
      <dc:creator />
      <dc:date>2014-12-09T06:51:25Z</dc:date>
    </item>
  </channel>
</rss>

