<?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 in a Report with different selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-Chart-in-a-Report-with-different-selections/m-p/410125#M152558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks the help but when I say a report, I mean a pdf report and in fact I´m looking for a solution to create as many charts as countries I have in the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to avoid is to have to delete or create a chart if I have less or more countries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again and regards,&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Sep 2012 13:46:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-09-15T13:46:04Z</dc:date>
    <item>
      <title>Bar Chart in a Report with different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-in-a-Report-with-different-selections/m-p/410123#M152556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple data structure like country, citym, sales ammount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With it I have a bar chart with sales per city and a List Box with the countries. For each country selected I can see the sales per city. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to generate one report showing the Bar Chart. One Bar Chart per country each one in one page (I mean: If I have three countries, the report will have three pages and in each one the chart with sales per city of the country).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;André Rodrigues&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 21:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-in-a-Report-with-different-selections/m-p/410123#M152556</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-14T21:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart in a Report with different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-in-a-Report-with-different-selections/m-p/410124#M152557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are multiple ways to do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use a calculated dimension (with option 'suppress if value is null' checked in dimension tab):&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if(country = 'country1', city)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and as expression &lt;/P&gt;&lt;P&gt;&lt;EM&gt;=sum([sales amount])&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or create a chart with dimension city and an expression with a conditional&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=sum(if(country = 'country1', [sales amount]))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or create a chart with dimension city and an expression with a so called set expression (like a selection only done for this chart):&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=sum({&amp;lt;country = {'country1'}&amp;gt;} [sales amount])&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would probably do it the last way. Create three charts, for country1, country2, country3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 22:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-in-a-Report-with-different-selections/m-p/410124#M152557</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-09-14T22:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart in a Report with different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-in-a-Report-with-different-selections/m-p/410125#M152558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks the help but when I say a report, I mean a pdf report and in fact I´m looking for a solution to create as many charts as countries I have in the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to avoid is to have to delete or create a chart if I have less or more countries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again and regards,&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Sep 2012 13:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-in-a-Report-with-different-selections/m-p/410125#M152558</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-15T13:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart in a Report with different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-in-a-Report-with-different-selections/m-p/410126#M152559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look into the banding options in your report properties. This will loop over all values in your country field and create a report per value. I think that's what you need here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Sep 2012 14:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-in-a-Report-with-different-selections/m-p/410126#M152559</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-09-15T14:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart in a Report with different selections</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-in-a-Report-with-different-selections/m-p/410127#M152560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Stefan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Sep 2012 17:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-in-a-Report-with-different-selections/m-p/410127#M152560</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-15T17:33:57Z</dc:date>
    </item>
  </channel>
</rss>

