<?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 issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/sorting-issue/m-p/730929#M261803</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;Try this:&lt;/P&gt;&lt;P&gt;Dual&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;YourMonthFieldinScript&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;,Match(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;YourMonthFieldinScript,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;'Oct','Nov','Dec','Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;or, create an Inline Table and use it for sorting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Month_Sort_Table:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Load * Inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Number, Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;1, Oct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;2, Nov&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;3, Dec&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;4, Jan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;5, Feb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;6, Mar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;7, Apr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;8, May&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;9, Jun&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;10, Jul&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;11, Aug&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;12, Sep&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Av7eN&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Oct 2014 05:20:19 GMT</pubDate>
    <dc:creator>aveeeeeee7en</dc:creator>
    <dc:date>2014-10-01T05:20:19Z</dc:date>
    <item>
      <title>sorting issue</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-issue/m-p/730928#M261802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bar chart whose dimentions(Jan,Feb...Dec) are sorted using an expression.&lt;/P&gt;&lt;P&gt;At script level i have implemented section access in this report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is:sorting order of the dimensions is getting chaged for few users and not for all.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This is the Expression i amusing to sort----&amp;gt;Dual&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"MONTH"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"MONTH"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ,'Oct','Nov','Dec','Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep',)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;my financial year starts from 'Oct to Sep"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rathnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 05:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-issue/m-p/730928#M261802</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-10-01T05:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: sorting issue</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-issue/m-p/730929#M261803</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;Try this:&lt;/P&gt;&lt;P&gt;Dual&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;YourMonthFieldinScript&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;,Match(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;YourMonthFieldinScript,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;'Oct','Nov','Dec','Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;or, create an Inline Table and use it for sorting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Month_Sort_Table:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Load * Inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Number, Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;1, Oct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;2, Nov&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;3, Dec&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;4, Jan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;5, Feb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;6, Mar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;7, Apr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;8, May&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;9, Jun&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;10, Jul&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;11, Aug&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;12, Sep&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Av7eN&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 05:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-issue/m-p/730929#M261803</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-10-01T05:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: sorting issue</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-issue/m-p/730930#M261804</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;is possible to upload sample app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 05:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-issue/m-p/730930#M261804</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2014-10-01T05:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: sorting issue</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-issue/m-p/730931#M261805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rathnam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 05:27:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-issue/m-p/730931#M261805</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-10-01T05:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: sorting issue</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-issue/m-p/730932#M261806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi use this in your sort tab expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dual(Month,match(Month ,'Oct','Nov','Dec','Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep',))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 05:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-issue/m-p/730932#M261806</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-01T05:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: sorting issue</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-issue/m-p/730933#M261807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Perumal,&lt;/P&gt;&lt;P&gt;it is working fine from my end.....the problem when the users..once they logged in with their credentials..only some users are facing this problem.&lt;/P&gt;&lt;P&gt;for some users it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rathnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 06:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-issue/m-p/730933#M261807</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-10-01T06:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: sorting issue</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-issue/m-p/730934#M261808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashfaq,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using same expression.i have implemented section access in this app.&lt;/P&gt;&lt;P&gt;once users logged in for some user it is coming properly for some user it's not.i am not able to find the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rathnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 06:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-issue/m-p/730934#M261808</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-10-07T06:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: sorting issue</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-issue/m-p/730935#M261809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have publisher?&lt;/P&gt;&lt;P&gt;how do you distribute?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 06:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-issue/m-p/730935#M261809</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-07T06:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: sorting issue</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-issue/m-p/730936#M261810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No....i don't have Publisher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 06:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-issue/m-p/730936#M261810</guid>
      <dc:creator>rathnam_qv</dc:creator>
      <dc:date>2014-10-07T06:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: sorting issue</title>
      <link>https://community.qlik.com/t5/QlikView/sorting-issue/m-p/730937#M261811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Couple of things I can think of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First take proper backup of QlikView Access point folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try by deleting server objects if any for that particular user.&lt;/P&gt;&lt;P&gt;Try by removing .shared and .meta file for that application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if that worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 06:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sorting-issue/m-p/730937#M261811</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-07T06:59:21Z</dc:date>
    </item>
  </channel>
</rss>

