<?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: Multiple chart in a single tab in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-chart-in-a-single-tab/m-p/1067414#M635646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using Personal edition. Phaneendra, is it possible to explain? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 May 2016 23:03:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-05-03T23:03:19Z</dc:date>
    <item>
      <title>Multiple chart in a single tab</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-chart-in-a-single-tab/m-p/1067409#M635641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table that has a various values (let's say the name of the filed is product) and that field has 8 names of product.&lt;/P&gt;&lt;P&gt;Let's assume the table has two columns; A and B where A is product name and column B is the sales value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to create multiple charts using expression for each product, so each chart for each product.&amp;nbsp; Is there a way to create multiple charts for each product in the same tab instead of selecting manager's name in the Table field one by one to change the chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So basically each chart is linked to each product. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to Qlikview so any hint will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 21:51:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-chart-in-a-single-tab/m-p/1067409#M635641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-03T21:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple chart in a single tab</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-chart-in-a-single-tab/m-p/1067410#M635642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A Trellis chart may be what you're looking for: &lt;A href="https://community.qlik.com/docs/DOC-4762"&gt;Getting the most out of a Trellis bar chart, some tricks&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 22:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-chart-in-a-single-tab/m-p/1067410#M635642</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2016-05-03T22:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple chart in a single tab</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-chart-in-a-single-tab/m-p/1067411#M635643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps something like in attached?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use "Trellis" in Dimensions tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 22:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-chart-in-a-single-tab/m-p/1067411#M635643</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2016-05-03T22:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple chart in a single tab</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-chart-in-a-single-tab/m-p/1067412#M635644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use&lt;STRONG&gt;SET ANALYSIS i&lt;/STRONG&gt;n your expressions.&lt;/P&gt;&lt;P&gt;For example, In order to create a graph for a product called "Product A" you have to create a graph with the dimension "A" and an expresion like this: Sum(&lt;STRONG&gt;{&amp;lt;A={"Product A"}&amp;gt;}&lt;/STRONG&gt; SaleValues)&lt;STRONG&gt; . &lt;/STRONG&gt;The text text in bold is the set analysis.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 22:15:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-chart-in-a-single-tab/m-p/1067412#M635644</guid>
      <dc:creator>moleroalonso</dc:creator>
      <dc:date>2016-05-03T22:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple chart in a single tab</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-chart-in-a-single-tab/m-p/1067413#M635645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, not Trellis chart that I am looking for as it is too small to show and I'd like to adjust scale for each chart since each chart has big difference in values. Not sure if Trellis can do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am showing bar or line charts for each. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 22:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-chart-in-a-single-tab/m-p/1067413#M635645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-03T22:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple chart in a single tab</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-chart-in-a-single-tab/m-p/1067414#M635646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using Personal edition. Phaneendra, is it possible to explain? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 23:03:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-chart-in-a-single-tab/m-p/1067414#M635646</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-03T23:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple chart in a single tab</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-chart-in-a-single-tab/m-p/1067415#M635647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could simply copy your barchart 8-times and adjust the expression like in the suggestion from &lt;A href="https://community.qlik.com/qlik-users/213748"&gt;moleroalonso&lt;/A&gt;. Possible would also be a more generic solution like:&amp;nbsp; Sum(&lt;STRONG&gt;{&amp;lt;A={"$(=Fieldvalue('A', 1))"}&amp;gt;}&lt;/STRONG&gt; SaleValues).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 06:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-chart-in-a-single-tab/m-p/1067415#M635647</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-05-04T06:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple chart in a single tab</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-chart-in-a-single-tab/m-p/1067416#M635648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H5 class="simple" style="padding-top: 8px; font-size: 20px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/H5&gt;&lt;P&gt;hi ahmad fikri I think this file&amp;nbsp; might help you sice i have used mutiple chart in a single tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 08:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-chart-in-a-single-tab/m-p/1067416#M635648</guid>
      <dc:creator />
      <dc:date>2016-05-04T08:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple chart in a single tab</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-chart-in-a-single-tab/m-p/1067417#M635649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all!&amp;nbsp; &lt;/P&gt;&lt;P&gt;This works. I learn something today. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 15:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-chart-in-a-single-tab/m-p/1067417#M635649</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-04T15:14:25Z</dc:date>
    </item>
  </channel>
</rss>

