<?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: bar chart sorting issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/bar-chart-sorting-issue/m-p/861979#M301681</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually, didn't work, it seems that when there is totally no data for some selections, sorting will be ruined.&lt;/P&gt;&lt;P&gt;so i tried turning one of the filters in alternative states and it worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Apr 2015 21:13:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-19T21:13:14Z</dc:date>
    <item>
      <title>bar chart sorting issue</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart-sorting-issue/m-p/861976#M301678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi colleagues, I have a problem with stabilizing the sorting order in a &lt;STRONG&gt;bar&lt;/STRONG&gt; chart.&lt;/P&gt;&lt;P&gt;I have a chart with 1 dimention (8 row always) and one expression. in sorting tab I am sorting this dimention with match() function (i type the correct order I need).&lt;/P&gt;&lt;P&gt;here it is:&lt;/P&gt;&lt;P&gt;match([Пол/Возраст],&amp;nbsp; 'мужчины 12-17',&amp;nbsp; 'мужчины 18-24',&amp;nbsp; 'мужчины 25-34',&amp;nbsp; 'мужчины 35-44',&amp;nbsp; 'мужчины 45-54',&amp;nbsp; 'мужчины 55-64',&amp;nbsp; 'женщины 12-17',&amp;nbsp; 'женщины 18-24',&amp;nbsp; 'женщины 25-34',&amp;nbsp; 'женщины 35-44',&amp;nbsp; 'женщины 45-54',&amp;nbsp; 'женщины 55-64') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything was fine before I got the situation that for some rows ther were null data ('-')&lt;/P&gt;&lt;P&gt;So this rows keeps jumping to the top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is very critical because in the very end I will use this bar chart without showing the dumention data so I need to be 100% sure that the data is sorted correctly&lt;/P&gt;&lt;P&gt;A i need the bar chart, so nothing like 'hide column' can be used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx for any help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alexandra&lt;IMG alt="sorting issue preview.png" class="jive-image image-1" src="/legacyfs/online/84050_sorting issue preview.png" style="height: 297px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2015 20:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart-sorting-issue/m-p/861976#M301678</guid>
      <dc:creator />
      <dc:date>2015-04-18T20:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: bar chart sorting issue</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart-sorting-issue/m-p/861977#M301679</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;one solution could be replacing the dimension with a conditional for your expression, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(not isnull("your expression here"), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Пол/Возраст]).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then tick the "Suppress when value is null". This would hide those null lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another solution is to use rangesum in your expression instead of sum. I don't know your expession, so it may not be this simple, but this could force the nulls to be "0". Then the sort could work. I don't like this solution as much as the first because you wouldn't differentiate between "real 0" and "no data".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Nuno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2015 21:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart-sorting-issue/m-p/861977#M301679</guid>
      <dc:creator />
      <dc:date>2015-04-18T21:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: bar chart sorting issue</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart-sorting-issue/m-p/861978#M301680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx for the idea.&lt;/P&gt;&lt;P&gt;Too sad but suppressing is not the option too. I will try the rangesum(), it sounds like a good plan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Apr 2015 18:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart-sorting-issue/m-p/861978#M301680</guid>
      <dc:creator />
      <dc:date>2015-04-19T18:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: bar chart sorting issue</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart-sorting-issue/m-p/861979#M301681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually, didn't work, it seems that when there is totally no data for some selections, sorting will be ruined.&lt;/P&gt;&lt;P&gt;so i tried turning one of the filters in alternative states and it worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Apr 2015 21:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart-sorting-issue/m-p/861979#M301681</guid>
      <dc:creator />
      <dc:date>2015-04-19T21:13:14Z</dc:date>
    </item>
  </channel>
</rss>

