<?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 Create Waterfall dynamically, depending on field selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-Waterfall-dynamically-depending-on-field-selections/m-p/371360#M577013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please give an advice on how to do the following...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have loaded a database table like follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Factory&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Part&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Cost&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Selected in fieldlist&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;Yes (Part fieldlist)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;11&lt;/TD&gt;&lt;TD&gt;Yes (Part fieldlist)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;TD&gt;Yes (Part fieldlist)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;TD&gt;13&lt;/TD&gt;&lt;TD&gt;Yes (Part fieldlist)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Z&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;Yes (Part fieldlist)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;Z&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;Yes (Part fieldlist)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;U&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;U&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make a waterfall out of this table? I want to show the total costs for each Factory at the left and right, and the differences in the middle?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension values needed: 'Factory A','Part X','Part Y','Part Z','Factory B'&lt;/P&gt;&lt;P&gt;Values for the dimension: Sum(&amp;lt;$Factory={'a'}&amp;gt; Cost), 1 (green),4 (green),-1 (red), Total cost factory B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I choose to select part U as well, I would need the waterfall to include this value as well... Is this possible? &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;The dimension part is the most challenging, as I am aware that I can use set analysis to get the correct dimensions. Also I am aware of the offset-technique for creating the waterfall.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2012 12:08:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-27T12:08:54Z</dc:date>
    <item>
      <title>Create Waterfall dynamically, depending on field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Waterfall-dynamically-depending-on-field-selections/m-p/371360#M577013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please give an advice on how to do the following...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have loaded a database table like follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Factory&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Part&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Cost&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Selected in fieldlist&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;Yes (Part fieldlist)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;11&lt;/TD&gt;&lt;TD&gt;Yes (Part fieldlist)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;TD&gt;Yes (Part fieldlist)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;TD&gt;13&lt;/TD&gt;&lt;TD&gt;Yes (Part fieldlist)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Z&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;Yes (Part fieldlist)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;Z&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;Yes (Part fieldlist)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;U&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;U&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make a waterfall out of this table? I want to show the total costs for each Factory at the left and right, and the differences in the middle?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension values needed: 'Factory A','Part X','Part Y','Part Z','Factory B'&lt;/P&gt;&lt;P&gt;Values for the dimension: Sum(&amp;lt;$Factory={'a'}&amp;gt; Cost), 1 (green),4 (green),-1 (red), Total cost factory B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I choose to select part U as well, I would need the waterfall to include this value as well... Is this possible? &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;The dimension part is the most challenging, as I am aware that I can use set analysis to get the correct dimensions. Also I am aware of the offset-technique for creating the waterfall.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 12:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Waterfall-dynamically-depending-on-field-selections/m-p/371360#M577013</guid>
      <dc:creator />
      <dc:date>2012-03-27T12:08:54Z</dc:date>
    </item>
    <item>
      <title>Create Waterfall dynamically, depending on field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Waterfall-dynamically-depending-on-field-selections/m-p/371361#M577014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not exactly an answer to your question but can you have not one but three charts side to side: Sum(A), Part Costs, Sum(B)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 16:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Waterfall-dynamically-depending-on-field-selections/m-p/371361#M577014</guid>
      <dc:creator />
      <dc:date>2012-03-27T16:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create Waterfall dynamically, depending on field selections</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Waterfall-dynamically-depending-on-field-selections/m-p/371362#M577015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello and thanks for the response &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;I will try and illustrate what I need. See the attached file. This was based on another example found on the site, but it is not dynamic... And I have to construct the data in a table during load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to allow for a dynamic version of this (where the factories total costs are calculated (based on selection of costs to include) and displayed in each end, and the costs displayed as a waterfall, bridging between the two factories?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 19:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Waterfall-dynamically-depending-on-field-selections/m-p/371362#M577015</guid>
      <dc:creator />
      <dc:date>2012-03-27T19:28:45Z</dc:date>
    </item>
  </channel>
</rss>

