<?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: Waterfall Chart With Dimensions? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585656#M217350</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And I also tried:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(rowno()=1 or RowNo() = count(DISTINCT OfficeVariable),0, [other expression])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jan 2014 21:29:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-29T21:29:05Z</dc:date>
    <item>
      <title>Waterfall Chart With Dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585651#M217345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create a waterfall chart with, for example, spend by office. I'd like to have the dimension (office) be dynamic because I'm not sure how many cities the data will include when it is loaded into the document. The only waterfall examples I've seen are where the dimension is excluded and each expression acts as somewhat of an individual dimension. In that case, it's easy to choose an offset because you have more control of the surrounding expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to use a dimension when creating waterfall charts, and use a dynamic offset in relation to the other bars? Below is an example of the graphic I'd like to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" height="221" src="https://community.qlik.com/legacyfs/online/52308_Capture.PNG.png" style="width: 473px; height: 221.24193548387098px;" width="473" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 20:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585651#M217345</guid>
      <dc:creator />
      <dc:date>2014-01-29T20:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall Chart With Dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585652#M217346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 20:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585652#M217346</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-01-29T20:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall Chart With Dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585653#M217347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Bar Chart&lt;/P&gt;&lt;P&gt;Dimension : CITY&lt;/P&gt;&lt;P&gt;Expression : SUM(Value)&lt;/P&gt;&lt;P&gt;Click + sign of Expression and Select Bar Offset...&lt;/P&gt;&lt;P&gt;Type Below in Definition of Bar Offset&lt;/P&gt;&lt;P&gt;=Sum(Total Value) - Sum(Value)- RangeSum(Above(Sum(Value),1, RowNo()-1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 20:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585653#M217347</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-01-29T20:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall Chart With Dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585654#M217348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;Please check out the attached file. It might point you in the right direction.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 20:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585654#M217348</guid>
      <dc:creator />
      <dc:date>2014-01-29T20:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall Chart With Dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585655#M217349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You guys are geniuses! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more question - what if I want the offset on the "Total" bar to be zero? I tried something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(rowno()=1 or RowNo() = max(RowNo()),0, [other expression])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it didn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 21:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585655#M217349</guid>
      <dc:creator />
      <dc:date>2014-01-29T21:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall Chart With Dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585656#M217350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And I also tried:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(rowno()=1 or RowNo() = count(DISTINCT OfficeVariable),0, [other expression])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 21:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585656#M217350</guid>
      <dc:creator />
      <dc:date>2014-01-29T21:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Waterfall Chart With Dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585657#M217351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check out the attached.&lt;/P&gt;&lt;P&gt;Is this what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 21:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585657#M217351</guid>
      <dc:creator />
      <dc:date>2014-01-29T21:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall Chart With Dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585658#M217352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This doesn't quite do it because the Total bar still has a non-zero offset. I want the offset on the Total bar to be zero, the same as the first row item.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 21:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585658#M217352</guid>
      <dc:creator />
      <dc:date>2014-01-29T21:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall Chart With Dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585659#M217353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh, I got it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(rowno()=1 or rowno()-1 = count(DISTINCT Office),0, [expression])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 21:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585659#M217353</guid>
      <dc:creator />
      <dc:date>2014-01-29T21:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Waterfall Chart With Dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585660#M217354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lol. It actually appears as if total has an offset but it doesn't. Its offset is zero same as the first one.&lt;/P&gt;&lt;P&gt;I have added axes to it. This will look better now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 21:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585660#M217354</guid>
      <dc:creator />
      <dc:date>2014-01-29T21:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall Chart With Dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585661#M217355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I see:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/52311_Capture.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 21:53:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585661#M217355</guid>
      <dc:creator />
      <dc:date>2014-01-29T21:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Waterfall Chart With Dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585662#M217356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="52312" alt="Test1.png" class="jive-image" height="293" src="https://community.qlik.com/legacyfs/online/52312_Test1.png" style="width: 468.00452488687785px; height: 293px;" width="468" /&gt;&lt;/P&gt;&lt;P&gt;This is my view. Did you change the offset expressions. How can it be different for you. I am puzzled. Do you mind reattaching it. I can open it and check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 21:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585662#M217356</guid>
      <dc:creator />
      <dc:date>2014-01-29T21:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Waterfall Chart With Dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585663#M217357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, here it is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 22:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585663#M217357</guid>
      <dc:creator />
      <dc:date>2014-01-29T22:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall Chart With Dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585664#M217358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i opened it I am seeing a chart similar to the image that i attached. How can it be different for you?&amp;nbsp; &lt;/P&gt;&lt;P&gt;Do you mind using this expression in the baroffset:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(rowno()=1 or rowno()=0 ,0,rangesum (above(sum(Value),1,rowno()-1)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 22:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585664#M217358</guid>
      <dc:creator />
      <dc:date>2014-01-29T22:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Waterfall Chart With Dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585665#M217359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm that's interesting. The image you posted is exactly what I want, but I'm still seeing the total offset for some reason. In addition, this is the offset formula when I download the file (it didn't change from the original): &lt;/P&gt;&lt;P&gt;If(rowno()=1,0,rangesum (above(sum(Value),1,rowno()-1)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your new condition, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If(rowno()=1 or rowno()=0 &lt;/SPAN&gt;, and it still doesn't achieve the result I want for some reason. Besides the Total bar, all others are correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 22:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585665#M217359</guid>
      <dc:creator />
      <dc:date>2014-01-29T22:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: Waterfall Chart With Dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585666#M217360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fixed it buddy. Finally found out what was going on. I was using QV 10 and it was working fine but when i went home and tried on my personal laptop which has QV 11 I was seeing the issue you were talking about. Some of the features are slightly different so I had to make some changes to accommodate those and it should work now.&lt;/P&gt;&lt;P&gt;I didn't realize there was this much of an impact between 10 and 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its all good now. If you see any issues please holler back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 03:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585666#M217360</guid>
      <dc:creator />
      <dc:date>2014-01-30T03:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: Waterfall Chart With Dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585667#M217361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is excellent. Looks perfect. Thanks for all the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 03:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585667#M217361</guid>
      <dc:creator />
      <dc:date>2014-01-30T03:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall Chart With Dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585668#M217362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your time. This is a very good post!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a further question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is the RowNo() for each value in the dimension decided?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the waterfall to be sorted in term of Y-value.&lt;/P&gt;&lt;P&gt;If I only select Y-value, the RowNo() is not the same order as the Y-value.&lt;/P&gt;&lt;P&gt;I can only make them in the same order using the expression.&lt;/P&gt;&lt;P&gt;How can I make this dynamic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 00:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585668#M217362</guid>
      <dc:creator />
      <dc:date>2014-08-29T00:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall Chart With Dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585669#M217363</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;I would have like to go a little bit further. What if we&amp;nbsp; have a drill-down group?&lt;/P&gt;&lt;P&gt;Do we have to adapt your variable using smthing like : if(getpossiblevalues(Level1)=1, then count(distinct level2), etc...? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx for your reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 10:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Waterfall-Chart-With-Dimensions/m-p/585669#M217363</guid>
      <dc:creator>thierrytt1102</dc:creator>
      <dc:date>2015-09-07T10:18:16Z</dc:date>
    </item>
  </channel>
</rss>

