<?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 Stacked Bar chart with 2 expressions and 2 dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288412#M516848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi, i want to&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; create a stacked bar chart with 2 expressions (ACT vs BDG) and two dimensions, first one in x axes (BU) and the second one stacked (AREA ICT). I would these two charts in a single one with ACT and BDG side by side:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;IMG alt="Esempio.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153336_Esempio.JPG" style="height: 237px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;See qvw attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2017 10:41:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-02-16T10:41:04Z</dc:date>
    <item>
      <title>Stacked Bar chart with 2 expressions and 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288412#M516848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi, i want to&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; create a stacked bar chart with 2 expressions (ACT vs BDG) and two dimensions, first one in x axes (BU) and the second one stacked (AREA ICT). I would these two charts in a single one with ACT and BDG side by side:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;IMG alt="Esempio.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153336_Esempio.JPG" style="height: 237px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;See qvw attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 10:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288412#M516848</guid>
      <dc:creator />
      <dc:date>2017-02-16T10:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar chart with 2 expressions and 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288413#M516849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153341_Capture.PNG" style="height: 216px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Added a new table in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dim:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dim&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and used it as a dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Pick(Dim, 'ACT', 'BDG')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pick(Dim, Sum([BUDGET SENZA MANODOPERA]), sum([BUDGET 2017 (Approvato)]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 10:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288413#M516849</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-16T10:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar chart with 2 expressions and 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288414#M516850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yess, you are a genius! Can you please reattach me the qvw with solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 10:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288414#M516850</guid>
      <dc:creator />
      <dc:date>2017-02-16T10:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar chart with 2 expressions and 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288415#M516851</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;Check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 10:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288415#M516851</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-02-16T10:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar chart with 2 expressions and 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288416#M516852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 10:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288416#M516852</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-16T10:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar chart with 2 expressions and 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288417#M516853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Super Kaushik! Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 11:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288417#M516853</guid>
      <dc:creator />
      <dc:date>2017-02-16T11:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar chart with 2 expressions and 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288418#M516854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefano,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is not possible with a bar chart; you can show 2 dimensions and 1 expression or 1 dimension and 2 expressions. I think here you have 2 simple possibilities:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Concatenate 2 dimensions in 1 (=$(=Only(Dimensione)) &amp;amp; '-' &amp;amp; $(=Only(Dettaglio))) and show 2 expressions.&lt;/LI&gt;&lt;LI&gt;Use a grid chart&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I attach a sample of second option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 11:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288418#M516854</guid>
      <dc:creator>hector_munoz</dc:creator>
      <dc:date>2017-02-16T11:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar chart with 2 expressions and 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288419#M516855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very well solved Sunny!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 11:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288419#M516855</guid>
      <dc:creator>hector_munoz</dc:creator>
      <dc:date>2017-02-16T11:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar chart with 2 expressions and 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288420#M516856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 11:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288420#M516856</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-16T11:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar chart with 2 expressions and 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288421#M516857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, it's possible introduce total? I would 2 bar (one total for Budget and one for Actual)... like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="img1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154226_img1.JPG" style="height: 352px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 10:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288421#M516857</guid>
      <dc:creator />
      <dc:date>2017-02-23T10:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar chart with 2 expressions and 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288422#M516858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the island dimension solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154230_Capture.PNG" style="height: 222px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 10:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288422#M516858</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-23T10:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar chart with 2 expressions and 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288423#M516859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enabled the Act and Bud labels if that is something you need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="154231" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154231_Capture.PNG" style="height: 224px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 10:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288423#M516859</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-23T10:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar chart with 2 expressions and 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288424#M516860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! Thank you so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 11:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1288424#M516860</guid>
      <dc:creator />
      <dc:date>2017-02-23T11:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar chart with 2 expressions and 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1591640#M516861</link>
      <description>&lt;P&gt;hi sunny ,&lt;/P&gt;&lt;P&gt;the below&amp;nbsp; example din't work out for me could please help me on the requirement.&lt;/P&gt;&lt;P&gt;Requirement:&lt;/P&gt;&lt;P&gt;i have two measures and 2 dimensions(Month and col) .Month is having all the months and colomn1 having yes ,no,# values(ignore #).Expressions are sum(current Year sales ) and sum(Previous Year sales).&lt;/P&gt;&lt;P&gt;i need to built a bar chart with sum(current Year sales ) and sum(Previous Year sales) and on top of this bar need to plat colomn1 field values.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 944px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/13720iF1CCAF3C40451329/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have implemented but i am getting single expression values .please help me on this&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 13:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/1591640#M516861</guid>
      <dc:creator>abubakarsiddiq7</dc:creator>
      <dc:date>2019-06-13T13:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar chart with 2 expressions and 2 dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/2442706#M1225600</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;
&lt;P&gt;Could you&amp;nbsp; please share example in QVF. I'm trying to implement same in Qliksense app. I am not able to convert your app to QVF.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Arusana&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 18:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-chart-with-2-expressions-and-2-dimensions/m-p/2442706#M1225600</guid>
      <dc:creator>arusanah</dc:creator>
      <dc:date>2024-04-18T18:43:35Z</dc:date>
    </item>
  </channel>
</rss>

