<?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: Sort issue with Group object using IF(MATCH()..)  condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094723#M363717</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Sort&amp;nbsp; --&amp;gt;&amp;nbsp; New group&amp;nbsp; --&amp;gt; Check Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Month_abbreviation='J', 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month_abbreviation='F',2,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month_abbreviation='M',3,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month_abbreviation='A',4,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month_abbreviation='S',5,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month_abbreviation='O',6,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month_abbreviation='N',7,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month_abbreviation='D', &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ))))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Mar 2016 06:29:44 GMT</pubDate>
    <dc:creator>tyagishaila</dc:creator>
    <dc:date>2016-03-30T06:29:44Z</dc:date>
    <item>
      <title>Sort issue with Group object using IF(MATCH()..)  condition</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094721#M363715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a group object created with two fields. One field uses IF(MATCH()..) condition to filter out records and the other is normal field.&lt;/P&gt;&lt;P&gt;When I try to sort the chart x-axis(which uses the group object) in Financial Year-Month order,i.e jul Aug Sep Oct .... May June, but it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used an expression to get the values like 201401,201402..201501,201502..201601,201602 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached QVW. Can any suggest what I am missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 05:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094721#M363715</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2016-03-30T05:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue with Group object using IF(MATCH()..)  condition</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094722#M363716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could change the sort order by simply&amp;nbsp; using an Inline load such as the one show below and then using FY_Month_Num for sorting in the dimension group you have created.&amp;nbsp; I do see you don't seem to have data for all months, and therefore, have missing months on X-Axis and that looks odd.&amp;nbsp; I would suggest using a Master Calendar in addition to something like the Inline load to define your fiscal year sort order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Cal_Month_Num, FY_Month_Num&lt;BR /&gt; 7, 1&lt;BR /&gt; 8, 2&lt;BR /&gt; 9, 3&lt;BR /&gt; 10, 4&lt;BR /&gt; 11, 5&lt;BR /&gt; 12, 6&lt;BR /&gt; 1, 7&lt;BR /&gt; 2, 8&lt;BR /&gt; 3, 9&lt;BR /&gt; 4, 10&lt;BR /&gt; 5, 11&lt;BR /&gt; 6, 12&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; There are many solutions to what you are trying to do.&amp;nbsp; Please see if this might work to begin with.&amp;nbsp; Good luck.&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 06:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094722#M363716</guid>
      <dc:creator>sandeep_sarawgi</dc:creator>
      <dc:date>2016-03-30T06:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue with Group object using IF(MATCH()..)  condition</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094723#M363717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Sort&amp;nbsp; --&amp;gt;&amp;nbsp; New group&amp;nbsp; --&amp;gt; Check Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Month_abbreviation='J', 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month_abbreviation='F',2,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month_abbreviation='M',3,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month_abbreviation='A',4,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month_abbreviation='S',5,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month_abbreviation='O',6,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month_abbreviation='N',7,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Month_abbreviation='D', &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ))))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 06:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094723#M363717</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2016-03-30T06:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue with Group object using IF(MATCH()..)  condition</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094724#M363718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;try to make your field with dual&lt;/P&gt;&lt;P&gt;dual(Month_abbreviation,Cal_Month_Num) as Month_abbreviataion&lt;/P&gt;&lt;P&gt;and choose sort for this field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 06:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094724#M363718</guid>
      <dc:creator>t_chetirbok</dc:creator>
      <dc:date>2016-03-30T06:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue with Group object using IF(MATCH()..)  condition</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094725#M363719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're using Month_abbreviation as dimension. That fields doesn't have any relation to years. But your Cal_Yr_Mth_Num does. And the are three months that have J as abbreviation and two months with A. That's messing up your chart. Create a normal Month field using the Month() function and use that instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 06:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094725#M363719</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-30T06:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue with Group object using IF(MATCH()..)  condition</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094726#M363720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tatsiana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its good idea ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in this case A,J and M has more than 1 Cal_Month_Num Value,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can resolve this issue of multiple values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 07:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094726#M363720</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2016-03-30T07:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue with Group object using IF(MATCH()..)  condition</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094727#M363721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your data for every Month_abbreviation complies its own Cal_Month_Num&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="119779" alt="" class="jive-image image-1" height="297" src="https://community.qlik.com/legacyfs/online/119779_pastedImage_0.png" style="width: 478.286px; height: 297px;" width="478" /&gt;&lt;/P&gt;&lt;P&gt;but when you use Month_abbreviation as a dimension A - Apr and A - Aug are the same value&lt;/P&gt;&lt;P&gt;My advice is try to use Cal_Month_Name or Cal_Yr_Mth_Name instead Month_abbreviation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 07:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094727#M363721</guid>
      <dc:creator>t_chetirbok</dc:creator>
      <dc:date>2016-03-30T07:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue with Group object using IF(MATCH()..)  condition</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094728#M363722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for the suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the suggestion using the Cal_Month_Name but that did not work. &lt;SPAN style="font-size: 13.3333px;"&gt;Please find the attached QVW.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It looks like the IF(Match()...) condition is messing up the sort. Without this IF condition it works just fine with any Month field or infact even with Month_abreviation field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate all your help and support here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 09:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094728#M363722</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2016-03-30T09:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue with Group object using IF(MATCH()..)  condition</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094729#M363723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this as the sort order:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Month(Date#(Cal_Month_Name, 'MMM'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119818_Capture.PNG" style="height: 177px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 09:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094729#M363723</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-30T09:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue with Group object using IF(MATCH()..)  condition</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094730#M363724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure that you need to use Group in dimension?&lt;/P&gt;&lt;P&gt;You have dimensions: group (Cal_Month_Name and Financial_Year) and Financial_Year, maybe you can use just dimensions =IF(Match(DIM_PriorityMap.Priority_Code,'P1','P2'),Cal_Month_Name) and Financial_Year, without group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you can sort your dimension as you want&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 09:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094730#M363724</guid>
      <dc:creator>t_chetirbok</dc:creator>
      <dc:date>2016-03-30T09:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue with Group object using IF(MATCH()..)  condition</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094731#M363725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 09:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094731#M363725</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2016-03-30T09:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue with Group object using IF(MATCH()..)  condition</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094732#M363726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny. But I need to sort in Financial YEar order.&lt;/P&gt;&lt;P&gt;like Jul, Aug Sept....May June.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 09:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094732#M363726</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2016-03-30T09:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue with Group object using IF(MATCH()..)  condition</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094733#M363727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks tyagishaila I need a Financial YEar sort instead not the Cal year sort.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 09:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094733#M363727</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2016-03-30T09:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue with Group object using IF(MATCH()..)  condition</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094734#M363728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then try this;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pick(Month(Date#(Cal_Month_Name, 'MMM')), 7, 8, 9, 10, 11, 12, 1, 2, 3, 4, 5, 6)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119840_Capture.PNG" style="height: 171px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 09:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094734#M363728</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-30T09:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue with Group object using IF(MATCH()..)  condition</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094735#M363729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tatsiana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes&amp;nbsp; i need to group in dimension. I would have Month and Day of Month in the group and not financial year.&lt;/P&gt;&lt;P&gt;Sorry the earlier one was a mistake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The users want to compare month and day comparison across all three years. Hence I need the group.&lt;/P&gt;&lt;P&gt;I am able to achieve my requirement as in attached. However this is a sample QVW with all fields in a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my actual Data Model I have Priority Code and Month Abbreviation quite apart to each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I move the IF(Match()..) to load script and use the new column, it works fine.&lt;/P&gt;&lt;P&gt;Please find the attached QVW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 09:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094735#M363729</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2016-03-30T09:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue with Group object using IF(MATCH()..)  condition</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094736#M363730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think You have calculated unnecessary fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Share your original qvw in which you have available fields&amp;nbsp; and excel file. &lt;/P&gt;&lt;P&gt; Exactly, what output you want?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 10:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094736#M363730</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2016-03-30T10:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue with Group object using IF(MATCH()..)  condition</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094737#M363731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can't use abbreviation as dimension, because Jul, Jun, Jan will be sum as J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 10:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-with-Group-object-using-IF-MATCH-condition/m-p/1094737#M363731</guid>
      <dc:creator>t_chetirbok</dc:creator>
      <dc:date>2016-03-30T10:31:06Z</dc:date>
    </item>
  </channel>
</rss>

