<?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: Re: Re: Expressions to Show Change of Each Input in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625112#M478086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dariusz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your insight.&amp;nbsp; I like the direction that is going.&amp;nbsp; I thought about the same thing regarding the change in the population.&amp;nbsp; This could add two new expressions in QlikView.&amp;nbsp; One for New IDs and another for Dropped IDs.&amp;nbsp; I've attached a sample of what the chart might look like.&amp;nbsp; Look at the worksheet called "Mockup Chart".&amp;nbsp; I also changed one of the Exchange Rates (d) because it was causing a wild swing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2014 12:51:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-27T12:51:08Z</dc:date>
    <item>
      <title>Expressions to Show Change of Each Input</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625109#M478083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create a waterfall chart that shows the change in a calculation between two days.&amp;nbsp; My calculation is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(a + b) * c / d / 100 = Desired Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a,b, and c are summable across all records, but d is an exchange rate.&amp;nbsp; What I'd like to do is write expressions that show how the change of each variable for each record contributes to the overall change between the two days.&amp;nbsp; For instance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;((a2 - a1) + b1) * c1 / d1 / 100 = effect of change in a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would then create 3 more expressions doing the same thing for each variable in the calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The lowest level of granularity is a combination of Account and LegID.&amp;nbsp; I'm pretty sure I'll need to use the AGGR function, but I'm having a hard time getting it to work.&amp;nbsp; Also, if I end up using the AGGR function, what will that do to cases where new Account/LegID combinations show up on day 2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 12:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625109#M478083</guid>
      <dc:creator />
      <dc:date>2014-03-26T12:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions to Show Change of Each Input</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625110#M478084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is some sample data.&amp;nbsp; I imagine I would do a waterfall chart using the bar offset property to show how each input affects the output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 05:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625110#M478084</guid>
      <dc:creator />
      <dc:date>2014-03-27T05:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Expressions to Show Change of Each Input</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625111#M478085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My idea is to find difference between desired value in day(n) and day(n-1).&lt;/P&gt;&lt;P&gt;This difference should be sum of a,b,c and d impact. Now i can imagine, that between stakes representings values for days (n-1) and (n) and some ID we can draw additional 4 stakes representing impact of a,b,c,d change. We have offset and and lenght (in my xls impact) of each.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is still question what with new ID and discontinued ID. If you need &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;waterfall &lt;/SPAN&gt;&lt;/SPAN&gt;also there,we need only find better factor function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know what do you think about this way of thinking?&lt;/P&gt;&lt;P&gt;If you like it, we may improve it and then i will try to recommend how to set up it in QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 09:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625111#M478085</guid>
      <dc:creator />
      <dc:date>2014-03-27T09:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Expressions to Show Change of Each Input</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625112#M478086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dariusz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your insight.&amp;nbsp; I like the direction that is going.&amp;nbsp; I thought about the same thing regarding the change in the population.&amp;nbsp; This could add two new expressions in QlikView.&amp;nbsp; One for New IDs and another for Dropped IDs.&amp;nbsp; I've attached a sample of what the chart might look like.&amp;nbsp; Look at the worksheet called "Mockup Chart".&amp;nbsp; I also changed one of the Exchange Rates (d) because it was causing a wild swing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 12:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625112#M478086</guid>
      <dc:creator />
      <dc:date>2014-03-27T12:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Expressions to Show Change of Each Input</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625113#M478087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How many days will be presented on your chart at one time?&lt;/P&gt;&lt;P&gt;For me &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;waterfall in your case looks too wide and it is difficult to find which component impacted down, which up.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;I think, good idea may be to use colors. For example red for a, blue for b, green for c, brown for d etc. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;We may draw one "change impact stake" for each day. If we further will use some symbol for Desired Value (for example cross), we may have cross on our stack, so it will be extremally thin ....&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;It remains&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a matter&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of presentation&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;which&lt;/SPAN&gt; &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;component&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN lang="en"&gt;change &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;affects the growth&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a decrease in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; Desired Value.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;I have few ideas here:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;1. Stacks under cross shows componets which decrease value, stacks over cross - increase it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;2. We use double colors, for example light red - a change decreases value, dark red - a change increases value, etc.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;3. We use two stacks - one with components, which decreases, 2'nd with components, which increases. In that case we may try to build &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;waterfall from those stacks. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;Of course last word belongs into &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;recipient of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;analysis &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;I'am also thinking about "impact factor forula"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Don't you think, that:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;i(a) = f(a2,b1,c1,d1)-f(a1,b1,c1,d1)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;i(b) = &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;f(a1,b2,c1,d1)-f(a1,b1,c1,d1)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;i(c)= &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;f(a1,b1,c2,d1)-f(a1,b1,c1,d1)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;i(d) = &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;f(a1,b1,c1,d2)-f(a1,b1,c1,d1)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;may be better?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;Or maybe something like this:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;i(a) = f(a2,b1,c1,d1)/f(a1,b1,c1,d1) ...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;where f(a,b,c,d) is your Desired Value formuala; a2 is a value for next day, a1 is a value for previous day.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Waiting for your answer &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Darek&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;P.S. I think, it will be not very difficult to set up it in QV, but first we must be sure, that we have good idea &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 15:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625113#M478087</guid>
      <dc:creator />
      <dc:date>2014-03-27T15:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions to Show Change of Each Input</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625114#M478088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dariusz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to give the user the ability to compare only two days at a time.  Otherwise I agree that this would be too many bars.  Also, this would be a dimensionless chart, so I’m envisioning 8 expressions:&lt;/P&gt;&lt;P&gt;Prior Day Value&lt;/P&gt;&lt;P&gt;Effect of Dropped IDs&lt;/P&gt;&lt;P&gt;Effect of New IDs&lt;/P&gt;&lt;P&gt;Effect of Change in a through d&lt;/P&gt;&lt;P&gt;Next Day Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the user selects more than one day, our set expressions can have something like {&amp;lt;[Business Date]={"$(=Date(Max(),'M/D/YYYY'))"}&amp;gt;} and the same thing for min.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i(a) = f(a2,b1,c1,d1) – f(a1,b1,c1,d1) etc. works great.  Another way to express it would be i(a) = f(a2-a1,b1,c1,d1).  I don’t know which way would be easier to set up or more efficient for QlikView to calculate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i(a) = f(a2,b1,c1,d1)/f(a1,b1,c1,d1) is an interesting idea.  It expresses the day 2 as a % of the base, am I right?  What about i(a) = f(a2-a1,b1,c1,d1)/ f(a1,b1,c1,d1)?  This would express the CHANGE as a percent of the base.&lt;/P&gt;&lt;P&gt;That being said, I also like your idea of viewing the contribution of change along a dimension, in which case I would agree with you that a waterfall doesn’t make sense.  After we get the above view going, I think it would be easy for me to use the same logic to apply the changes to dimensions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 15:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625114#M478088</guid>
      <dc:creator />
      <dc:date>2014-03-27T15:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions to Show Change of Each Input</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625115#M478089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Defining impact functions as: i(a) = f(a2,b1,c1,d1) – f(a1,b1,c1,d1) or&amp;nbsp; i(a) = f(a2,b1,c1,d1) / f(a1,b1,c1,d1) looks for me better, especially when we tell about (not sumable) d. &lt;/P&gt;&lt;P&gt;f(a2-a1,b1,c1,d1) &amp;lt;&amp;gt; f(a2,b1,c1,d1) – f(a1,b1,c1,d1) &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Do&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;you assume that&lt;/SPAN&gt; d2 always (as business day) &lt;SPAN class="hps"&gt;immediately follows&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;d1&lt;/SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;What data volumes do you expect in your application?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;Darek&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 16:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625115#M478089</guid>
      <dc:creator />
      <dc:date>2014-03-27T16:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions to Show Change of Each Input</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625116#M478090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with you about the formula approach.  We can’t assume that d2 is the day after d1.  For one thing they are business days only, additionally I would expect the user to select any two dates to compare.  The app will hold around 300k records by about 30 columns wide, not very much data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 16:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625116#M478090</guid>
      <dc:creator />
      <dc:date>2014-03-27T16:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Expressions to Show Change of Each Input</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625117#M478091</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 prepared first version of your chart.&lt;/P&gt;&lt;P&gt;I think, there must be also some simplier way, but today i have no more power to fight &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;You will find that chart is build for min and max dates. So, if u select only one date, you will have not difference.&lt;/P&gt;&lt;P&gt;There is calculation condion on the chart, so calculation is not made if there is only one possible date.&lt;/P&gt;&lt;P&gt;Of course you may make selections in Identifiers.&lt;/P&gt;&lt;P&gt;For new and dropped ids i took thems desired value as impact, but for new in + and for dropped in -.&lt;/P&gt;&lt;P&gt;For a,b,c,d impact i took &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;respectively &lt;/SPAN&gt;&lt;/SPAN&gt;f(a2,b1,c1,d1)-f(a1,b1,c1,d1);f(a1,b2,c1,d1)-f(a1,b1,c1,d1) ;f(a1,b1,c2,d1)-f(a1,b1,c1,d1);f(a1,b1,c1,d2)-f(a1,b1,c1,d1).&lt;/P&gt;&lt;P&gt;For for a,b,c and d impact I standarized&amp;nbsp; distance between f(d1)+f(new)-f(dropped) and f(d2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tryed also one more generic approach, with your chart dimension points as island and only one expression for lenght and one for offset, but i had trouble with dimension values...&lt;/P&gt;&lt;P&gt;I'am not sure what about perormance. There is a lot of Set Analysis.&lt;/P&gt;&lt;P&gt;Anyway, I hope it helps you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&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;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 01:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625117#M478091</guid>
      <dc:creator />
      <dc:date>2014-03-28T01:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions to Show Change of Each Input</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625118#M478092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dariusz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A million thanks!  I’ll need some time to digest what you’ve done here, but it really is amazing!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 14:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625118#M478092</guid>
      <dc:creator />
      <dc:date>2014-03-28T14:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions to Show Change of Each Input</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625119#M478093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="almost_half_cell"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;I like&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;less conventional&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;needs. It is always some&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;challenge &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="almost_half_cell"&gt;&lt;/P&gt;&lt;P class="almost_half_cell"&gt;You should test results of course! For me values looks nice, but of course it is important that user should know, what this "Change" on your chart mean. Anyway i think, this chart gives good view which component has more and which less impact on value change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know what do you think after deeper insight, and how it works with more data loaded.&lt;/P&gt;&lt;P&gt;Of course if you will have some questions, i will try to explain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 15:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-to-Show-Change-of-Each-Input/m-p/625119#M478093</guid>
      <dc:creator />
      <dc:date>2014-03-28T15:20:31Z</dc:date>
    </item>
  </channel>
</rss>

