<?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: Can I Share stack barchart in two category? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-I-Share-stack-barchart-in-two-category/m-p/587162#M547918</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in sample barchart is no problem. I think I have clear the problem with an Inline Table in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings Sven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Feb 2014 08:52:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-05T08:52:39Z</dc:date>
    <item>
      <title>Can I Share stack barchart in two category?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-Share-stack-barchart-in-two-category/m-p/587157#M547913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is possible to share a stack barchart with two different catagory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To explain: I have case and cubic and this fields are shared in to possible and not possible. so i have 4 bars. I want to stack case possible and not possible and cubic posssible and not possible in one barchart. It is possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now all bars where stack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks foe your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings Sven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 10:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-Share-stack-barchart-in-two-category/m-p/587157#M547913</guid>
      <dc:creator />
      <dc:date>2014-01-30T10:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Share stack barchart in two category?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-Share-stack-barchart-in-two-category/m-p/587158#M547914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, try to add a custom dimension in load script...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share a qvw example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 10:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-Share-stack-barchart-in-two-category/m-p/587158#M547914</guid>
      <dc:creator />
      <dc:date>2014-01-30T10:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Share stack barchart in two category?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-Share-stack-barchart-in-two-category/m-p/587159#M547915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Dim1,&lt;/P&gt;&lt;P&gt;Dim2,&lt;/P&gt;&lt;P&gt;if(Dim1='Case' and&amp;nbsp; Dim2='Not Possible', 'Case Not Possible',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Dim1='Case' and&amp;nbsp; Dim2='Possible', 'Case Possible',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Dim1='Cubic' and&amp;nbsp; Dim2='Possible', 'Cubic Possible',&lt;/P&gt;&lt;P&gt;&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; if(Dim1='Cubic' and&amp;nbsp; Dim2='Not Possible', 'Cubic Not Possible')))) as Dim3&lt;/P&gt;&lt;P&gt;from ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then use Dime 3 as Dimension of bar chart stacked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 11:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-Share-stack-barchart-in-two-category/m-p/587159#M547915</guid>
      <dc:creator />
      <dc:date>2014-01-30T11:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Can I Share stack barchart in two category?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-Share-stack-barchart-in-two-category/m-p/587160#M547916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help I will attach an exsample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Have attach a new exsample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings Sven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 11:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-Share-stack-barchart-in-two-category/m-p/587160#M547916</guid>
      <dc:creator />
      <dc:date>2014-01-30T11:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Share stack barchart in two category?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-Share-stack-barchart-in-two-category/m-p/587161#M547917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sven,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please explains me what is your problem with sample barchart.qvw...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 17:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-Share-stack-barchart-in-two-category/m-p/587161#M547917</guid>
      <dc:creator />
      <dc:date>2014-02-03T17:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Share stack barchart in two category?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-Share-stack-barchart-in-two-category/m-p/587162#M547918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in sample barchart is no problem. I think I have clear the problem with an Inline Table in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings Sven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 08:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-Share-stack-barchart-in-two-category/m-p/587162#M547918</guid>
      <dc:creator />
      <dc:date>2014-02-05T08:52:39Z</dc:date>
    </item>
  </channel>
</rss>

