<?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: Hide some data in a bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-some-data-in-a-bar-chart/m-p/798685#M1035112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Dani,&lt;/P&gt;&lt;P&gt;the reason you do not want to show JAn14 and Feb 14, is because you want to show rolling months or just want to remove these 2 months?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jan 2015 15:53:27 GMT</pubDate>
    <dc:creator>saurabh5</dc:creator>
    <dc:date>2015-01-15T15:53:27Z</dc:date>
    <item>
      <title>Hide some data in a bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-some-data-in-a-bar-chart/m-p/798683#M1035110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bar chart showing revenues x month. This goes from January'14 to December'14 but I'll add further months as soon as we close January'15, February'15 and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the bar chart to display all data but excluding the following months: January'14, February'14 and March'14 (However, I don't want to remove the data from the reload as I'm using this data for other purposes).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;dani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 15:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-some-data-in-a-bar-chart/m-p/798683#M1035110</guid>
      <dc:creator>danialier</dc:creator>
      <dc:date>2015-01-15T15:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hide some data in a bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-some-data-in-a-bar-chart/m-p/798684#M1035111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide year&amp;amp; Monthnum as YearMonth&lt;/P&gt;&lt;P&gt;201401; 201402 or similiar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you can provide a selection box where you can select 201404-201503&lt;/P&gt;&lt;P&gt;or you can define a Trigger on open document, where you select yearMonth&amp;gt;201403&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This shall give you an idea. Feel free to adapt it to your choice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 15:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-some-data-in-a-bar-chart/m-p/798684#M1035111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-15T15:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hide some data in a bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-some-data-in-a-bar-chart/m-p/798685#M1035112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Dani,&lt;/P&gt;&lt;P&gt;the reason you do not want to show JAn14 and Feb 14, is because you want to show rolling months or just want to remove these 2 months?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 15:53:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-some-data-in-a-bar-chart/m-p/798685#M1035112</guid>
      <dc:creator>saurabh5</dc:creator>
      <dc:date>2015-01-15T15:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hide some data in a bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-some-data-in-a-bar-chart/m-p/798686#M1035113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To exclude these months from the bar chart only, I would use set analysis. I would however strongly advice you to change the Month field format. At least remove the ' from the field values, since this will cause all sorts of problems later on if you decide to use any string functions on that field. Perhaps even converting the field to a date-field (I.e. 201401, 201402, 201403 etc.). This will help a lot further on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provided you change the field values to January14, February14, March14 etc. (by removing the ' ), the following expression should do the trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Month = -{'January14', 'February14', 'March14'} &amp;gt;} Revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Please see attached example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kristofer !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 16:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-some-data-in-a-bar-chart/m-p/798686#M1035113</guid>
      <dc:creator>kristoferahlin</dc:creator>
      <dc:date>2015-01-15T16:01:36Z</dc:date>
    </item>
  </channel>
</rss>

