<?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: Overlap expressions in bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Overlap-expressions-in-bar-chart/m-p/1161420#M521681</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert, that is the correct answer. I just had to remember to check "Still Show Total on Top" in the presentation tab to show the total number outside the bar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jun 2016 15:56:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-21T15:56:08Z</dc:date>
    <item>
      <title>Overlap expressions in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Overlap-expressions-in-bar-chart/m-p/1161415#M521676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I have the following 2 expressions, summing quantities for this year and last year:&lt;/P&gt;&lt;P&gt;Expression 1 (AC): Sum( {&amp;lt;Year = {($(=vYear)}, Month =&amp;gt;}&lt;/P&gt;&lt;P&gt;Expression 2 (AP) : &lt;SPAN style="font-size: 13.3333px;"&gt;Sum( {&amp;lt;Year = {($(=vYear-1)}&amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to create is a bar chart where the 2 expression overlap, like in an actual vs budget scenario: AP is like the budget while AC is the actual.&lt;/P&gt;&lt;P&gt;As you can see from the picture, the problem is that, using stacked bar chart, the total length of the bar is the sum of the 2 expressions (6.004.787+8.290.364) because AP starts from the end of AC, whereas I want AP to start from 0 so that the total length is not the sum of the 2 expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone knows a possible solution?&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;Francesco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="bar chart.PNG" class="jive-image image-1" src="/legacyfs/online/128604_bar chart.PNG" style="height: 292px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 08:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overlap-expressions-in-bar-chart/m-p/1161415#M521676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-21T08:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Overlap expressions in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Overlap-expressions-in-bar-chart/m-p/1161416#M521677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use as second expression &lt;SPAN style="font-size: 13.33px;"&gt;Sum( {&amp;lt;Year = {($(=vYear-1)}&amp;gt;}&lt;/SPAN&gt; ...) - Sum( {&amp;lt;Year = {($(=vYear)}, Month =&amp;gt;} ...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 10:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overlap-expressions-in-bar-chart/m-p/1161416#M521677</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-06-21T10:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Overlap expressions in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Overlap-expressions-in-bar-chart/m-p/1161417#M521678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francesco,&lt;/P&gt;&lt;P&gt;Use dual function.&lt;/P&gt;&lt;P&gt;Dual(ValueToShow with Format, ValueOfData).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First parameter is the value to show in graph, and second parameter is the lenght of your bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 10:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overlap-expressions-in-bar-chart/m-p/1161417#M521678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-21T10:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Overlap expressions in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Overlap-expressions-in-bar-chart/m-p/1161418#M521679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding to Gysbert &amp;amp; Manuel, I would use the &lt;STRONG&gt;Dual&lt;/STRONG&gt; function too but as AP could be either greater than or less than AC, you would need to do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;AC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt;Year = {($(=vYear)}, Month =&amp;gt;} YourValue) &amp;lt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt;Year = {($(=vYear-1)}, Month =&amp;gt;} YourValue),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt;Year = {($(=vYear)}, Month =&amp;gt;} YourValue), //data to display in bar&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;&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; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt;Year = {($(=vYear)}, Month =&amp;gt;} YourValue) //length of bar&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt;Year = {($(=vYear)}, Month =&amp;gt;} YourValue) &amp;gt;= &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt;Year = {($(=vYear-1)}, Month =&amp;gt;} YourValue),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual(&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt;Year = {($(=vYear)}, Month =&amp;gt;} YourValue), //data to display in bar&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt;Year = {($(=vYear-1)}, Month =&amp;gt;} YourValue) - &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt;Year = {($(=vYear)}, Month =&amp;gt;} YourValue) //length of bar&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;AP&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt;Year = {($(=vYear-1)}, Month =&amp;gt;} YourValue) &amp;lt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt;Year = {($(=vYear)}, Month =&amp;gt;} YourValue),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual(&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt;Year = {($(=vYear-1)}, Month =&amp;gt;} YourValue), //data to display in bar&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt;Year = {($(=vYear)}, Month =&amp;gt;} YourValue)-&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt;Year = {($(=vYear-1)}, Month =&amp;gt;} YourValue)&lt;/SPAN&gt; //length of bar&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt;Year = {($(=vYear-1)}, Month =&amp;gt;} YourValue) &amp;gt;= Sum( {&amp;lt;Year = {($(=vYear)}, Month =&amp;gt;} YourValue),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual(&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt;Year = {($(=vYear-1)}, Month =&amp;gt;} YourValue), //data to display in bar&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt;Year = {($(=vYear-1)}, Month =&amp;gt;} YourValue) - &lt;/SPAN&gt;Sum( {&amp;lt;Year = {($(=vYear)}, Month =&amp;gt;} YourValue) //length of bar&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;))&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Then you should colour code the background of AP to some thing like:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt;Year = {($(=vYear)}, Month =&amp;gt;} YourValue) &amp;lt; Sum( {&amp;lt;Year = {($(=vYear-1)}, Month =&amp;gt;} YourValue),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LightRed(),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LightGreen()&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;This all should keep the total size of the bar at the largest amount (either AC or AP) and AP will be Red if it is greater than last year and Green if it is lower.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 13:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overlap-expressions-in-bar-chart/m-p/1161418#M521679</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-06-21T13:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Overlap expressions in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Overlap-expressions-in-bar-chart/m-p/1161419#M521680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francesco,&lt;/P&gt;&lt;P&gt;See this example:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128678_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Act = Sum( {&amp;lt;Year = {($(=vYear)}, Month =&amp;gt;} YourFieldValue)&lt;/P&gt;&lt;P&gt;Prev = Dual(Num(Sum( {&amp;lt;Year = {'$(&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=vYear-1&lt;/SPAN&gt;)'}&amp;gt;} YourFieldValue),'#,##0'), Sum( {&amp;lt;Year = {'$(=&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vYear-1&lt;/SPAN&gt;)'}&amp;gt;} YourFieldValue)-Sum( {&amp;lt;Year = {($(=vYear)}, Month =}&amp;gt;} YourFieldValue))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 14:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overlap-expressions-in-bar-chart/m-p/1161419#M521680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-21T14:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Overlap expressions in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Overlap-expressions-in-bar-chart/m-p/1161420#M521681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert, that is the correct answer. I just had to remember to check "Still Show Total on Top" in the presentation tab to show the total number outside the bar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 15:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overlap-expressions-in-bar-chart/m-p/1161420#M521681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-21T15:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Overlap expressions in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Overlap-expressions-in-bar-chart/m-p/1161421#M521682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ciaran, that could be useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 15:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overlap-expressions-in-bar-chart/m-p/1161421#M521682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-21T15:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Overlap expressions in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Overlap-expressions-in-bar-chart/m-p/1161422#M521683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manuel, in this case it worked also without the dual function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 15:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overlap-expressions-in-bar-chart/m-p/1161422#M521683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-21T15:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Overlap expressions in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Overlap-expressions-in-bar-chart/m-p/1161423#M521684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francesco.&lt;/P&gt;&lt;P&gt;But you will not see the real value on second expression, with dual you can see the value and get the length that you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 06:15:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Overlap-expressions-in-bar-chart/m-p/1161423#M521684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-22T06:15:15Z</dc:date>
    </item>
  </channel>
</rss>

