<?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 Sliders in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sliders/m-p/231950#M83622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cnt seem to figure it out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jul 2010 11:41:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-07-23T11:41:26Z</dc:date>
    <item>
      <title>Sliders</title>
      <link>https://community.qlik.com/t5/QlikView/Sliders/m-p/231946#M83618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got 3 sliders containing sales cost and quantity.&lt;/P&gt;&lt;P&gt;If i raise the sales or the cost it affects the GP outcome 100% but whenever i raise the quantity slider it doesnt affect the cost or GP outcome.&lt;/P&gt;&lt;P&gt;Can anyone PLEASE PLEASE PLEASE PLEASE HELP!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 10:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sliders/m-p/231946#M83618</guid>
      <dc:creator />
      <dc:date>2010-07-23T10:47:09Z</dc:date>
    </item>
    <item>
      <title>Sliders</title>
      <link>https://community.qlik.com/t5/QlikView/Sliders/m-p/231947#M83619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provice more details.&lt;/P&gt;&lt;P&gt;Best would be an example QVW!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 10:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sliders/m-p/231947#M83619</guid>
      <dc:creator />
      <dc:date>2010-07-23T10:55:50Z</dc:date>
    </item>
    <item>
      <title>Sliders</title>
      <link>https://community.qlik.com/t5/QlikView/Sliders/m-p/231948#M83620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sliders are as follows&lt;/P&gt;&lt;P&gt;1.Sales= vSales2&lt;/P&gt;&lt;P&gt;2.Cost=vCost2&lt;/P&gt;&lt;P&gt;3.Quantity=vQuantity2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;got a table underneath that displays the amounts. when the values are set to 0 they are right&lt;/P&gt;&lt;P&gt;e.g&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/5140.Sliders-0.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/5140.Sliders-0.jpg" /&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when i move the sales or cost slider it affects the GP&lt;/P&gt;&lt;P&gt;e.g&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/6445.Slider1.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/6445.Slider1.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if i only move the quantity slider, then the GP as well as the Cost doesnt change&lt;/P&gt;&lt;P&gt;e.g. &lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/2235.Slider2.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/2235.Slider2.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 11:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sliders/m-p/231948#M83620</guid>
      <dc:creator />
      <dc:date>2010-07-23T11:11:44Z</dc:date>
    </item>
    <item>
      <title>Sliders</title>
      <link>https://community.qlik.com/t5/QlikView/Sliders/m-p/231949#M83621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Formula in the What if Table.&lt;/P&gt;&lt;P&gt;1.Sales= $(vSales) * (1 + vSales2/100) &lt;STRONG&gt;where $(vSales) = Sum(Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2.Cost=($(vCost) * (1 + vCost2/100)) &lt;STRONG&gt;Where $(vCost)=Sum(cost)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3.GP=$(vSales) * (1 + vSales2/100) - $(vCost) * (1 + vCost2/100)&lt;/P&gt;&lt;P&gt;4.Quantity=$(vQuantity) * (1 + vQuantity2/100)&lt;/P&gt;&lt;P&gt;5.GP%=$(vSales) * (1 + vSales2/100) - $(vCost) * (1 + vCost2/100)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 11:17:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sliders/m-p/231949#M83621</guid>
      <dc:creator />
      <dc:date>2010-07-23T11:17:25Z</dc:date>
    </item>
    <item>
      <title>Sliders</title>
      <link>https://community.qlik.com/t5/QlikView/Sliders/m-p/231950#M83622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cnt seem to figure it out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 11:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sliders/m-p/231950#M83622</guid>
      <dc:creator />
      <dc:date>2010-07-23T11:41:26Z</dc:date>
    </item>
    <item>
      <title>Sliders</title>
      <link>https://community.qlik.com/t5/QlikView/Sliders/m-p/231951#M83623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might seem a bit obvious, so maybe I'm missing something that I should be seeing:&lt;/P&gt;&lt;P&gt;Your formula for Cost and your formula for GP does not have any reference to Quantity, so I'm struggling to know how those values would change when you slide quantity. I would imagine that your quantity column changes, but unless you create some reference to vQty in the GP &amp;amp; Cost formulas, it simply wont change them.&lt;/P&gt;&lt;P&gt;Let me know if I've missed something glaringly obvious!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 11:56:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sliders/m-p/231951#M83623</guid>
      <dc:creator />
      <dc:date>2010-07-23T11:56:27Z</dc:date>
    </item>
    <item>
      <title>Sliders</title>
      <link>https://community.qlik.com/t5/QlikView/Sliders/m-p/231952#M83624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nigel.&lt;/P&gt;&lt;P&gt;U are correct but i cnt seem to put quantty n either of them coz the data come out wierd.&lt;/P&gt;&lt;P&gt;Got any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 11:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sliders/m-p/231952#M83624</guid>
      <dc:creator />
      <dc:date>2010-07-23T11:59:28Z</dc:date>
    </item>
    <item>
      <title>Sliders</title>
      <link>https://community.qlik.com/t5/QlikView/Sliders/m-p/231953#M83625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anyone got any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 13:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sliders/m-p/231953#M83625</guid>
      <dc:creator />
      <dc:date>2010-07-23T13:49:37Z</dc:date>
    </item>
    <item>
      <title>Sliders</title>
      <link>https://community.qlik.com/t5/QlikView/Sliders/m-p/231954#M83626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm assuming that quantity has an impact on sales, but that the value Sales is already resolved in the load script by multiplying a price by a quantity, and that the same goes for cost.&lt;/P&gt;&lt;P&gt;If the above is the case then you cannot execute a What If on quantity, because you have no idea what price to multiply the quantity by in order to come with a new value for both cost and sales.&lt;/P&gt;&lt;P&gt;If your original expression was something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=Sum(Price * Quantity)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=Sum(UnitCost * Quantity)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Then you could introduce quantity into the what if scenario by executing a modification formula on both aspects of the above.&lt;/P&gt;&lt;P&gt;Other than that, you would need to execute a whatif using an average price, for example:&lt;/P&gt;&lt;P&gt;( Original Sales/Original Quantity ) * WhatIfQuantity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final answer really depends on what you want to achieve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 13:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sliders/m-p/231954#M83626</guid>
      <dc:creator />
      <dc:date>2010-07-23T13:49:41Z</dc:date>
    </item>
    <item>
      <title>Sliders</title>
      <link>https://community.qlik.com/t5/QlikView/Sliders/m-p/231955#M83627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nigel&lt;/P&gt;&lt;P&gt;Yea I gave up on that. Thanks for helping anyways.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 13:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sliders/m-p/231955#M83627</guid>
      <dc:creator />
      <dc:date>2010-07-23T13:55:01Z</dc:date>
    </item>
  </channel>
</rss>

