<?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 do I display a stacked bar chart in a specific order ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625724#M1100714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What would the MATCH expression look like in the sort ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Apr 2014 19:19:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-10T19:19:28Z</dc:date>
    <item>
      <title>How do I display a stacked bar chart in a specific order ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625717#M1100703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a novice QV designer I am experimenting with some Olympics Games data to create a dashboard. Each table record is an individual medal winner and includes a Medal field (GOLD, SILVER or BRONZE) and a Ranking field (1, 2 or 3) which qualifies the medal type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display my data as a stacked bar chart showing the number of medals won by a selected country at each Olympic Games. The Y axis will show the number of medals won by that country. And the X axis will show the Olympic years. Each vertical bar will be split into Gold, Silver and Bronze portions (from top to bottom) and coloured appropriately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can create the chart ok but the portions of each bar are in the wrong order. If I sort alphabetically I get BRONZE, GOLD, SILVER. I've tried a few options but none seem to work. How can I use the Ranking field to determine the correct stacking sequence of GOLD, SILVER, BRONZE ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Michael,&#xD;
I've uploaded the QV file as requested.&#xD;
MV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 17:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625717#M1100703</guid>
      <dc:creator />
      <dc:date>2014-04-10T17:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display a stacked bar chart in a specific order ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625718#M1100704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the script, create medal type as dual, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MedalTypeMap:&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GOLD,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SILVER,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRONZE,&amp;nbsp;&amp;nbsp; 3];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;dual("medal type", applymap('MedalTypeMap',"medal type")) as "medal type",&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;After this each medal type has dual value - text and numeric.&amp;nbsp; Sort in chart by number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 17:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625718#M1100704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-10T17:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display a stacked bar chart in a specific order ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625719#M1100705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each bar now displays (from top to bottom) BRONZE, SILVER, GOLD. I tried Sort Numeric Ascending and Descending but it doesn't make any difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do the ellipsis ... refer to in the script ? Other code ? Doesn't it matter where that last line of code is entered ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 18:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625719#M1100705</guid>
      <dc:creator />
      <dc:date>2014-04-10T18:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display a stacked bar chart in a specific order ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625720#M1100707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you upload the file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 18:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625720#M1100707</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-10T18:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display a stacked bar chart in a specific order ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625721#M1100709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in sort tab&lt;/P&gt;&lt;P&gt;sort the second dimension (I suppose medal type) &lt;STRONG&gt;only&lt;/STRONG&gt; by expression&amp;nbsp; with expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=wildmatch(YourMedalTypeField, '*&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GOLD&lt;/SPAN&gt;*', '*&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SILVER&lt;/SPAN&gt;*', '*&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;BRONZE&lt;/SPAN&gt;*', '*') &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 18:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625721#M1100709</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-10T18:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display a stacked bar chart in a specific order ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625722#M1100711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may also sort by expression and use the match function...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 18:35:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625722#M1100711</guid>
      <dc:creator>holmlund</dc:creator>
      <dc:date>2014-04-10T18:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display a stacked bar chart in a specific order ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625723#M1100713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you mean the .qvw document file ? I'm loading 37000 records from my Excel table so it's quite a big file.&lt;/P&gt;&lt;P&gt;How do I upload it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 19:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625723#M1100713</guid>
      <dc:creator />
      <dc:date>2014-04-10T19:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display a stacked bar chart in a specific order ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625724#M1100714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What would the MATCH expression look like in the sort ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 19:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625724#M1100714</guid>
      <dc:creator />
      <dc:date>2014-04-10T19:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display a stacked bar chart in a specific order ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625725#M1100715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MedalSort:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Medal,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Medal_Sort_Order&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GOLD,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SILVER,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRONZE,&amp;nbsp;&amp;nbsp; 3];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure this new table is associated to your existing table on Medal field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in chart properties under Sort tab: Select expression and type &lt;EM&gt;=&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;Medal_Sort_Order&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qv-bitz-and-pieces.blogspot.com/2014/03/custom-sort-in-qlikview.html" title="http://qv-bitz-and-pieces.blogspot.com/2014/03/custom-sort-in-qlikview.html"&gt;Qlikview Bitz and Pieces: Custom Sort in Qlikview&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 19:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625725#M1100715</guid>
      <dc:creator />
      <dc:date>2014-04-10T19:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display a stacked bar chart in a specific order ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625726#M1100716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can reduce the document before uploading, make sure it is less than 1MB please.&lt;/P&gt;&lt;P&gt;To upload, click "use advanced editor" on the top right, and there will be attache option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 19:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625726#M1100716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-10T19:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display a stacked bar chart in a specific order ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625727#M1100717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo,&lt;/P&gt;&lt;P&gt;I tried this but the colours don't match those in the Colors 1-6 of the Colors tab.&lt;/P&gt;&lt;P&gt;I've attached 3 screenshots as follows:&lt;/P&gt;&lt;P&gt;1. The chart object&lt;/P&gt;&lt;P&gt;2. The Sort tab entries for the GSB field (Medal Type)&lt;/P&gt;&lt;P&gt;3. The Colors tab entries for the chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="MedalsByYear.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/57026_MedalsByYear.jpg" style="width: 620px; height: 176px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SORT tab.jpg" class="jive-image" src="/legacyfs/online/57027_SORT tab.jpg" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Colors Tab.jpg" class="jive-image" src="/legacyfs/online/57004_Colors Tab.jpg" style="width: 620px; height: 551px;" /&gt;is &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 19:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625727#M1100717</guid>
      <dc:creator />
      <dc:date>2014-04-10T19:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display a stacked bar chart in a specific order ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625728#M1100718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=match(YourMedalTypeField, '&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GOLD&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;', '&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SILVER&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;', '&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;BRONZE&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 19:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625728#M1100718</guid>
      <dc:creator>holmlund</dc:creator>
      <dc:date>2014-04-10T19:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display a stacked bar chart in a specific order ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625729#M1100719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use &lt;STRONG&gt;if&lt;/STRONG&gt; in expression background color or here&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/12/04/colors-in-charts#comment-13693" title="http://community.qlik.com/blogs/qlikviewdesignblog/2012/12/04/colors-in-charts#comment-13693"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/12/04/colors-in-charts#comment-13693&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 19:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625729#M1100719</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-10T19:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display a stacked bar chart in a specific order ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625730#M1100720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;File has been uploaded for your attention.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 06:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625730#M1100720</guid>
      <dc:creator />
      <dc:date>2014-04-11T06:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display a stacked bar chart in a specific order ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625731#M1100721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use below expression for sorting GSB dimension &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(wildmatch(GSB,'*GOLD*'),1,&lt;/P&gt;&lt;P&gt;if(Wildmatch(GSB,'*SILVER*'),2,&lt;/P&gt;&lt;P&gt;if(WildMatch(GSB,'*BRONZE*'),3)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and make sorting order 'Descending' in sort tab of chart properties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads&lt;/P&gt;&lt;P&gt;Kiran &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 07:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625731#M1100721</guid>
      <dc:creator>kiranmanoharrode</dc:creator>
      <dc:date>2014-04-11T07:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display a stacked bar chart in a specific order ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625732#M1100723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fixing the script:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MedalTypeMap:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;MAPPING LOAD * INLINE [&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GOLD,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SILVER,&amp;nbsp;&amp;nbsp; 2&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRONZE,&amp;nbsp;&amp;nbsp; 3];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Medallists:&lt;BR /&gt;LOAD Year,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Season,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sport,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gender,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Event,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Athlete,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sex,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Team,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&amp;nbsp; Dual("GSB", applymap('MedalTypeMap',"GSB")) AS "GSB",&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rank,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Result,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Medal,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Record&lt;BR /&gt;FROM&lt;BR /&gt;Data\Medallists11.xlsm&lt;BR /&gt;(ooxml, embedded labels, table is Medallists);&lt;/P&gt;&lt;P&gt;Games:&lt;BR /&gt;LOAD Year, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Season, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; City, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country&lt;BR /&gt;FROM&lt;BR /&gt;Data\Medallists11.xlsm&lt;BR /&gt;(ooxml, embedded labels, table is Games);&lt;/P&gt;&lt;P&gt;Flags:&lt;BR /&gt;INFO LOAD Team, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Flag&lt;BR /&gt;FROM&lt;BR /&gt;Data\FlagsOECD.csv&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it will be dual, that is sortable by number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 12:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625732#M1100723</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-11T12:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How do I display a stacked bar chart in a specific order ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625733#M1100724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see image &lt;/P&gt;&lt;P&gt;or attachment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57176_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57177_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Apr 2014 18:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-a-stacked-bar-chart-in-a-specific-order/m-p/625733#M1100724</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-13T18:33:42Z</dc:date>
    </item>
  </channel>
</rss>

