<?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: show two  stack bars  with different expression in qlikview. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401869#M424845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;will it be possible ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Nov 2017 14:55:59 GMT</pubDate>
    <dc:creator>yogitamehta10</dc:creator>
    <dc:date>2017-11-02T14:55:59Z</dc:date>
    <item>
      <title>show two  stack bars  with different expression in qlikview.</title>
      <link>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401861#M424837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 2pt 0px;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;STRONG style="font-size: 12pt;"&gt;Hi All,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 2pt 0px;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;STRONG style="font-size: 12pt;"&gt; I ‘m looking for a stacked bar graph that will show two bars .&amp;nbsp; One bar should show my 6 KPI in all the stack of each bar and other bar will show the&amp;nbsp; targets of all those KPI adjacent to the first bar. My dimension is year and year dimension just have one value.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 2pt 0px;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt;Any ideas?&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;STRONG&gt;TIA&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 13:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401861#M424837</guid>
      <dc:creator>yogitamehta10</dc:creator>
      <dc:date>2017-11-02T13:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: show two  stack bars  with different expression in qlikview.</title>
      <link>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401862#M424838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can impose/Merge two Bar charts in such a way that it looks like one..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 14:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401862#M424838</guid>
      <dc:creator>shanky1907</dc:creator>
      <dc:date>2017-11-02T14:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: show two  stack bars  with different expression in qlikview.</title>
      <link>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401863#M424839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't do this, otherwise extraction of data is not possible.if I make two charts?any other way&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 14:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401863#M424839</guid>
      <dc:creator>yogitamehta10</dc:creator>
      <dc:date>2017-11-02T14:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: show two  stack bars  with different expression in qlikview.</title>
      <link>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401864#M424840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use ValueList function in the Dimension.&lt;/P&gt;&lt;P&gt;as Valuelist(KPI1,KPI2,KPI3....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the expression use If else condition as:&lt;/P&gt;&lt;P&gt;If ValueList(KPI1,KPI2,KPI3...)=KPI1,expression of KPI1,&lt;/P&gt;&lt;P&gt;If ValueList&lt;SPAN style="font-size: 13.3333px;"&gt;(KPI1,KPI2,KPI3...)=KPI12expression of KPI, and so on.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;You can take multiple Valulists and add expressions for the same&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 14:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401864#M424840</guid>
      <dc:creator>shanky1907</dc:creator>
      <dc:date>2017-11-02T14:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: show two  stack bars  with different expression in qlikview.</title>
      <link>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401865#M424841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share some sample data and some kind of sketch or snapshot on a piece of paper, your expected output. ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 14:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401865#M424841</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-11-02T14:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: show two  stack bars  with different expression in qlikview.</title>
      <link>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401866#M424842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am not sure what you mean &lt;STRONG&gt;but &lt;/STRONG&gt;if you have 2 expressions you can 'stack' them. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="help1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181863_help1.PNG" style="height: 550px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 14:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401866#M424842</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-02T14:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: show two  stack bars  with different expression in qlikview.</title>
      <link>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401867#M424843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181871_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 14:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401867#M424843</guid>
      <dc:creator>yogitamehta10</dc:creator>
      <dc:date>2017-11-02T14:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: show two  stack bars  with different expression in qlikview.</title>
      <link>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401868#M424844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want something like this.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181872_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 14:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401868#M424844</guid>
      <dc:creator>yogitamehta10</dc:creator>
      <dc:date>2017-11-02T14:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: show two  stack bars  with different expression in qlikview.</title>
      <link>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401869#M424845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;will it be possible ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 14:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401869#M424845</guid>
      <dc:creator>yogitamehta10</dc:creator>
      <dc:date>2017-11-02T14:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: show two  stack bars  with different expression in qlikview.</title>
      <link>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401870#M424846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;May be try like grouping expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Add your two KPIs for Actual and Group them and name them Actual. and same for Target. Then Stack them in Style tab.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;Nope sorry i will take it back. It does not work like that. So basically you have two KPI's and you want to combine them as Actual with stacked KPI's. Right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 14:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401870#M424846</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-11-02T14:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: show two  stack bars  with different expression in qlikview.</title>
      <link>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401871#M424847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but what&amp;nbsp; about values will it show two values on each bar then ( for two KPIs)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 15:02:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401871#M424847</guid>
      <dc:creator>yogitamehta10</dc:creator>
      <dc:date>2017-11-02T15:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: show two  stack bars  with different expression in qlikview.</title>
      <link>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401872#M424848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 15:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401872#M424848</guid>
      <dc:creator>yogitamehta10</dc:creator>
      <dc:date>2017-11-02T15:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: show two  stack bars  with different expression in qlikview.</title>
      <link>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401873#M424849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does not work like that. As Sashank suggested you might have to use Pick() Dimensions or ValueList function. IF you can share some sample data will be easy to work on. Can you create some sample data and the expressions you are trying that would be great. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 15:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401873#M424849</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-11-02T15:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: show two  stack bars  with different expression in qlikview.</title>
      <link>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401874#M424850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="435"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="19" style="border: 0px black; border-image: none;" width="64"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;year&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; border-image: none;" width="64"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;KPI1 &lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; border-image: none;" width="64"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;KPI 2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 0px black; border-image: none;" width="115"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;KPI1 Targets&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD colspan="2" style="border: 0px black; border-image: none;" width="128"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;KPI 2 Targets&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;2017&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;23&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;34&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;35&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;23&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;2017&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;24&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;23&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;35&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;35&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;2017&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;25&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;23&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;45&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;78&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;2017&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;25&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;27&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;56&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;78&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;2017&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;26&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;23&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;45&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;45&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;2017&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;27&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;29&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;45&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;34&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;2017&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;28&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;30&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;45&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;34&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 15:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401874#M424850</guid>
      <dc:creator>yogitamehta10</dc:creator>
      <dc:date>2017-11-02T15:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: show two  stack bars  with different expression in qlikview.</title>
      <link>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401875#M424851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to group KPI1 with KPI2 and KPI1Target with KPI2 Target from the expression window and try again the style as i mentioned in the screenshot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 16:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401875#M424851</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-02T16:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: show two  stack bars  with different expression in qlikview.</title>
      <link>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401876#M424852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if that is possible. But this is the best i could do but may be not what you looking for. However, might be &lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌ can put some light on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hey Stefan, any ideas on how to stack the KPIs and Targets as stacked bars rather than individual bars. Shown in the attached. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 19:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-two-stack-bars-with-different-expression-in-qlikview/m-p/1401876#M424852</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-11-02T19:11:34Z</dc:date>
    </item>
  </channel>
</rss>

