<?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: Creating a Slider in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763570#M660016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Fred. This is my file. Mine is a personal edition. So let me know if you cannot open it. I will copy paste the script here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smriti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Mar 2015 12:47:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-23T12:47:40Z</dc:date>
    <item>
      <title>Creating a Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763562#M660008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a stacked bar chart with&amp;nbsp; Q3 2013, Q4 2013, Q1 2014, Q2 2014, Q3 2014, Q4 2014. on the x Axis&amp;nbsp; showing&amp;nbsp; SLA Costs, IT charges, Dual Running, Implementation and Run Costs. I want to create a slider,in&amp;nbsp; which when I click on Q3 2013 on the slider, the since work is done for 2013 , the bar chart should only show the data&amp;nbsp; from Q4 2013 to Q4 2014. And then when I click on Q4 2013 on the slider, since the work is done for Q3 2013 and Q4 2013, the bar chart should reflect the&amp;nbsp; data from&amp;nbsp; Q1 2014 to Q4 2014 and so on. I mean the same applies to rest of the quarters. And when I click on Q4 2014, since all the work has been done by then, the bar chart should not show any data. So the bar chart should be inversely proportional to the slider. Can any one tell me how to create this in Qlikview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Mar 2015 08:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763562#M660008</guid>
      <dc:creator />
      <dc:date>2015-03-22T08:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763563#M660009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smriti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the attachment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created an absolute Quarter value&lt;/P&gt;&lt;P&gt;(year * 4) + q&lt;/P&gt;&lt;P&gt;'2000 Q2' = (2000 * 4) + 2 = 8002&lt;/P&gt;&lt;P&gt;and created an Island with the same values (as vQno and vQlong). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The slider is using the Island.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The graph has a calculated dimension: &lt;/P&gt;&lt;P&gt;=if(Qno &amp;gt;vQno, Qlong, null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grtz Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Mar 2015 13:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763563#M660009</guid>
      <dc:creator>fred_s</dc:creator>
      <dc:date>2015-03-22T13:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763564#M660010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fred&lt;/P&gt;&lt;P&gt;Thanks for the reply. But since I am using the personal edition on my system, I am not able to open your qvw file.&lt;/P&gt;&lt;P&gt;Is it possible for you to copy/paste the script. It will be very helpful.&lt;/P&gt;&lt;P&gt;Thanks once again,&lt;/P&gt;&lt;P&gt;Smriti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Mar 2015 13:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763564#M660010</guid>
      <dc:creator />
      <dc:date>2015-03-22T13:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763565#M660011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the script I've used, but you'll have to tune it to your needs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tmp:&lt;/P&gt;&lt;P&gt;Load * INLINE [&lt;/P&gt;&lt;P&gt;Q, Amount&lt;/P&gt;&lt;P&gt;Q3 2013, 1&lt;/P&gt;&lt;P&gt;Q4 2013, 2&lt;/P&gt;&lt;P&gt;Q1 2014, 3&lt;/P&gt;&lt;P&gt;Q2 2014, 4&lt;/P&gt;&lt;P&gt;Q3 2014, 5&lt;/P&gt;&lt;P&gt;Q4 2014, 6&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mydata:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Qyear * 4) + right(Qsub,1) as Qno,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qyear &amp;amp; '-' &amp;amp; Qsub as Qlong&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; left(Q, 2) as Qsub,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; right(Q, 4) as Qyear&lt;/P&gt;&lt;P&gt;Resident tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qtemp:&lt;/P&gt;&lt;P&gt;Load * INLINE [&lt;/P&gt;&lt;P&gt;vQno, vQlong&lt;/P&gt;&lt;P&gt;8055, 2013-Q3&lt;/P&gt;&lt;P&gt;8056, 2013-Q4&lt;/P&gt;&lt;P&gt;8057, 2014-Q1&lt;/P&gt;&lt;P&gt;8058, 2014-Q2&lt;/P&gt;&lt;P&gt;8059, 2014-Q3&lt;/P&gt;&lt;P&gt;8060, 2014-Q4&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Mar 2015 13:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763565#M660011</guid>
      <dc:creator>fred_s</dc:creator>
      <dc:date>2015-03-22T13:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763566#M660012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The slider is a single value with field vQlong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Graph has a calculated dimension &lt;/P&gt;&lt;P&gt;=if(Qno &amp;gt;vQno, Qlong, null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="slider-graph.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81460_slider-graph.JPG" style="height: 344px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Mar 2015 13:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763566#M660012</guid>
      <dc:creator>fred_s</dc:creator>
      <dc:date>2015-03-22T13:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763567#M660013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your qvw file was very helpful. I have analysed your file. You have created a simple bar chart. But I am trying to create a stacked chart Before adding a calculated dimension, itweas going well. The output was like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81533_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 11:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763567#M660013</guid>
      <dc:creator />
      <dc:date>2015-03-23T11:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763568#M660014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But after I add the calculated dimension&amp;nbsp; which is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(DurationFornaxRunCost&amp;gt; FornaxRunCost, vDuration, null()), the output is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean&amp;nbsp; why is the&amp;nbsp; graph changing after adding the calculated dimension. T slider is calculating well. But I want to present the graph as per previous screenshot. Can you guide me again.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81534_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 11:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763568#M660014</guid>
      <dc:creator />
      <dc:date>2015-03-23T11:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763569#M660015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Is it possible to share your file?&lt;/P&gt;&lt;P&gt;2. Why is your quarter looking like this ,3,3-Q1 (Languagesettings? Codepage?)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 12:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763569#M660015</guid>
      <dc:creator>fred_s</dc:creator>
      <dc:date>2015-03-23T12:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763570#M660016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Fred. This is my file. Mine is a personal edition. So let me know if you cannot open it. I will copy paste the script here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smriti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 12:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763570#M660016</guid>
      <dc:creator />
      <dc:date>2015-03-23T12:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763571#M660017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Opening your file is no problem, but I'll have to look into to it this evening (probably in 5 or 6 hours).&lt;/P&gt;&lt;P&gt;I'm on a job right now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll get back to you in a couple of hours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grtz Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 12:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763571#M660017</guid>
      <dc:creator>fred_s</dc:creator>
      <dc:date>2015-03-23T12:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763572#M660018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And Fred&lt;/P&gt;&lt;P&gt;I am trying to build a graph like this along with the slider. But it is not coming. If you can give me some inputs it will be very helpful&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81545_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 13:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763572#M660018</guid>
      <dc:creator />
      <dc:date>2015-03-23T13:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763573#M660019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I've created.&lt;/P&gt;&lt;P&gt;Script follows in a couple of minutes..&lt;/P&gt;&lt;P&gt;&lt;IMG alt="slider-x.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81609_slider-x.JPG" style="height: 212px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 19:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763573#M660019</guid>
      <dc:creator>fred_s</dc:creator>
      <dc:date>2015-03-23T19:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763574#M660020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope you know what you're doing with FornaxRuncosts etc&lt;/P&gt;&lt;P&gt;The only thing I did was editing you're code &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grtz Fred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tmp:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q, FornaxRunCost, DualRunning, SLACosts, RocheITCharges, Implementation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q3 2013, 10,10,10,10,10", 10, 10, 10, 10, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q4 2013, 2,2,2,2,2", 2, 2, 2, 2, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q1 2014, 3,3,3,3,3", 8, 8, 8, 8, 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q2 2014, 4,4,4,4,4", 4, 4, 4, 4, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q3 2014, 5,5,5,5,5", 5, 5, 5, 5, 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q4 2014, 6,6,6,6,6", 6, 6, 6, 6, 6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q1 2015, 7,7,7,7,7", 2, 2, 2, 2, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q2 2015, 8,8,8,8,8", 8, 8, 8, 8, 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q3 2015, 9,9,9,9,9", 9, 9, 9, 9, 9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q4 2015, 10,10,10,10,10", 10, 10, 10, 10, 10&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mydata:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Qyear * 4) + right(Qsub,1) as Qno,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Qsub * 3) + right(Qsub,1) as [DurationFornaxRunCost],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Qsub * 4) + right(Qsub,1) as [DurationDualRunning],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Qsub * 2) + right(Qsub,1) as [DurationSLACosts],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Qsub * 5) + right(Qsub,1) as [DurationRocheITCharges],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Qsub * 6) + right(Qsub,1) as [DurationImplementation],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qyear &amp;amp; '-' &amp;amp; Qsub&amp;nbsp; as vDurrev,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qsub &amp;amp; '-' &amp;amp; Qyear as vDuration&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mid(trim(Q), 1, 2) as Qsub,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mid(trim(Q), 4, 4) as Qyear&lt;/P&gt;&lt;P&gt;Resident tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Do not edit after this line, other than adding new Quarter&lt;/P&gt;&lt;P&gt;Qtemp:&lt;/P&gt;&lt;P&gt;Load * INLINE [&lt;/P&gt;&lt;P&gt;vQno, vQlong&lt;/P&gt;&lt;P&gt;8054, 2013-Q2&lt;/P&gt;&lt;P&gt;8055, 2013-Q3&lt;/P&gt;&lt;P&gt;8056, 2013-Q4&lt;/P&gt;&lt;P&gt;8057, 2014-Q1&lt;/P&gt;&lt;P&gt;8058, 2014-Q2&lt;/P&gt;&lt;P&gt;8059, 2014-Q3&lt;/P&gt;&lt;P&gt;8060, 2014-Q4&lt;/P&gt;&lt;P&gt;8061, 2015-Q1&lt;/P&gt;&lt;P&gt;8062, 2015-Q2&lt;/P&gt;&lt;P&gt;8063, 2015-Q3&lt;/P&gt;&lt;P&gt;8064, 2015-Q4&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 19:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763574#M660020</guid>
      <dc:creator>fred_s</dc:creator>
      <dc:date>2015-03-23T19:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763575#M660021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, and I've changed some of the values to get a bit of a wave in the Line Chart &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 19:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763575#M660021</guid>
      <dc:creator>fred_s</dc:creator>
      <dc:date>2015-03-23T19:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763576#M660024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Fred. The graph is coming great. But along with this script, how should I make the slider work. The slider shows time ( Q3 2013, Q4 2013, Q1 2014 and so on.... Basically as I move the pointer in the slider from Q3 2013 to Q1 2014, it should show the implementation&amp;nbsp; as completed.So the implementation part of the graph should disappear. This is an example. And may be, it I move from Q1 2014 to Q4 2014 it should show&amp;nbsp; Implementation and SLA costs as completed and the implementation and SLA costs should dissapear and when the time reduced to Q4 2015, it show no data.So the graph should be inversely proportional to the chart. This is the same thing you have done in your project. If possible, can you give me you inputs on how this will be implemented in my scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Smriti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 11:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763576#M660024</guid>
      <dc:creator />
      <dc:date>2015-03-24T11:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763577#M660027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smriti, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The slider is on vQlong. &lt;/P&gt;&lt;P&gt;Using the slider to select 2013-Q4 in vQlong, the value of vQno will be 8056.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Charts calculated dimension is&lt;/P&gt;&lt;P&gt;=if(Qno &amp;gt;vQno, vDurrev, null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;means show all Qno &amp;gt; vQno, and Qno is part of your data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* * *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One&amp;nbsp; improvement to your script, change this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Do not edit after this line, other than adding new Quarter&lt;/P&gt;&lt;P&gt;Qtemp:&lt;/P&gt;&lt;P&gt;Load * INLINE [&lt;/P&gt;&lt;P&gt;vQno, vQlong&lt;/P&gt;&lt;P&gt;8054, 2013-Q2&lt;/P&gt;&lt;P&gt;8055, 2013-Q3&lt;/P&gt;&lt;P&gt;8056, 2013-Q4&lt;/P&gt;&lt;P&gt;8057, 2014-Q1&lt;/P&gt;&lt;P&gt;8058, 2014-Q2&lt;/P&gt;&lt;P&gt;8059, 2014-Q3&lt;/P&gt;&lt;P&gt;8060, 2014-Q4&lt;/P&gt;&lt;P&gt;8061, 2015-Q1&lt;/P&gt;&lt;P&gt;8062, 2015-Q2&lt;/P&gt;&lt;P&gt;8063, 2015-Q3&lt;/P&gt;&lt;P&gt;8064, 2015-Q4&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// To this&lt;/P&gt;&lt;P&gt;Qtemp:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Distinct &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qno as vQno,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vDurrev as vQlong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resident mydata;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;This will make sure you have all your quarters available in your Island, &lt;/P&gt;&lt;P&gt;without the need to add new quarters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grtz Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 20:05:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763577#M660027</guid>
      <dc:creator>fred_s</dc:creator>
      <dc:date>2015-03-24T20:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763578#M660030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fred,&lt;/P&gt;&lt;P&gt;Thanks for the reply. I tried editing the script. But The graph and the slider is not, how I want. When I move the slider, the vQlong , that is the time ( Q3 2013 etc is getting affected.&lt;/P&gt;&lt;P&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; As I move the pointer in the slider from Q3 2013 to Q1 2014, it should show the implementation&amp;nbsp; as completed.So the implementation part( which is the blue colour in the graph) of the graph should disappear. This is an example. And may be, it I move from Q1 2014 to Q4 2014 it should show&amp;nbsp; Implementation and SLA costs as completed and the implementation and SLA cost( which is light green colours should dissapear and when the time reduced to Q4 2015, it show no data.So the graph should be inversely proportional to the chart.&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;&lt;BR /&gt;&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;I am sending you the file again&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;&lt;BR /&gt;&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;This is a client's requirement... And I am finding this really complex. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 20:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763578#M660030</guid>
      <dc:creator />
      <dc:date>2015-03-24T20:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763579#M660034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, I believe below is all I can give to you.&lt;/P&gt;&lt;P&gt;Moving the slider to 2014-Q1 makes Roche IT charges disappear. &lt;/P&gt;&lt;P&gt;Values are approx. the values shown in your example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grtz Fred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* * * * * * * * * * * &lt;/P&gt;&lt;P&gt;0. Try starting with a new and clean Qlikview file&lt;/P&gt;&lt;P&gt;* * * * * * * * * * *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* * * * * * * * * * * &lt;/P&gt;&lt;P&gt;1. Use this script&lt;/P&gt;&lt;P&gt;* * * * * * * * * * *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tmp:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q, FornaxRunCost, DualRunning, SLACosts, RocheITCharges, Implementation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q2 2013, 0,0,0,0,0", 0, 0, 0, 0, 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q3 2013, 10,10,10,10,10", 0, 0, 0, 37, 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q4 2013, 2,2,2,2,2", 0, 0, 0, 37, 18&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q1 2014, 3,3,3,3,3", 0, 0, 0, 35, 15&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q2 2014, 4,4,4,4,4", 3, 8, 25, 0, 44&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q3 2014, 5,5,5,5,5", 4, 8, 25, 0, 45&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q4 2014, 6,6,6,6,6", 6, 8, 22, 0, 45&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q1 2015, 7,7,7,7,7", 7, 8, 20, 0, 27&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q2 2015, 8,8,8,8,8", 10, 8, 18, 0, 22&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q3 2015, 9,9,9,9,9", 11, 8, 17, 0, 22&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q4 2015, 10,10,10,10,10", 12, 7, 14, 0, 18&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; Q1 2016, 10,10,10,10,10", 15, 5, 8, 0, 17&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mydata:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Qyear * 4) + right(Qsub,1) as Qno,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Qsub * 3) + right(Qsub,1) as [DurationFornaxRunCost],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Qsub * 4) + right(Qsub,1) as [DurationDualRunning],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Qsub * 2) + right(Qsub,1) as [DurationSLACosts],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Qsub * 5) + right(Qsub,1) as [DurationRocheITCharges],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Qsub * 6) + right(Qsub,1) as [DurationImplementation],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qyear &amp;amp; '-' &amp;amp; Qsub&amp;nbsp; as vDurrev,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qsub &amp;amp; '-' &amp;amp; Qyear as vDuration&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mid(trim(Q), 1, 2) as Qsub,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mid(trim(Q), 4, 4) as Qyear&lt;/P&gt;&lt;P&gt;Resident tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// do net edit below this line&lt;/P&gt;&lt;P&gt;Qtemp:&lt;/P&gt;&lt;P&gt;Load Distinct &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qno as vQno,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vDurrev as vQlong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resident mydata;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;* * * * * * * * * * * &lt;/P&gt;&lt;P&gt;2. Create your slider on vQlong&lt;/P&gt;&lt;P&gt;* * * * * * * * * * *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* * * * * * * * * * * &lt;/P&gt;&lt;P&gt;3. Create your stacked Bar chart&lt;/P&gt;&lt;P&gt;* * * * * * * * * * *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; General&lt;/P&gt;&lt;P&gt;- Disable 'Show Title'&lt;/P&gt;&lt;P&gt;- Choose Combo chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; Dimensions &amp;gt; =if(Qno &amp;gt;vQno, vDurrev, null())&lt;/P&gt;&lt;P&gt;- Suppress when value is null&lt;/P&gt;&lt;P&gt;- Show Legend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; Expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- label: Implementation &amp;gt; definition: Sum(Implementation) &amp;gt; Display: Bar&lt;/P&gt;&lt;P&gt;- label: Roche IT Charges&amp;gt; definition: Sum (RocheITCharges) &amp;gt; Display: Bar&lt;/P&gt;&lt;P&gt;- label: Sla Costs &amp;gt; definition: Sum(SLACosts) &amp;gt; Display: Bar&lt;/P&gt;&lt;P&gt;- label: Dual Running &amp;gt; definition: Sum(DualRunning) &amp;gt; Display: Bar&lt;/P&gt;&lt;P&gt;- label: Fornax Run Cost &amp;gt; definition: Sum(FornaxRunCost) &amp;gt; Display: Bar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- label: x (remove 'Expressions as Legend') &amp;gt; definition: =sum(FornaxRunCost)+sum(DualRunning)+sum(SLACosts)+sum(RocheITCharges)+sum(Implementation) &amp;gt; Display: Line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By clicking the +-sign next to the label at the left, you can change the Bar Background-color (as definition).&lt;/P&gt;&lt;P&gt;These are the colors I have used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Implementation: RGB(0,31,94)&lt;/P&gt;&lt;P&gt;Roche IT Charges: RGB(229,235,240)&lt;/P&gt;&lt;P&gt;Sla Costs: RGB(0,112,191)&lt;/P&gt;&lt;P&gt;Dual Running:&amp;nbsp; RGB(0,176,240)&lt;/P&gt;&lt;P&gt;Fornax Run Cost:&amp;nbsp; RGB(155,204,255)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; Style : stacked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; Axes : Show Grid and Show minor Grid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; Caption : Disable Show Caption&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 21:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763579#M660034</guid>
      <dc:creator>fred_s</dc:creator>
      <dc:date>2015-03-24T21:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slider</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763580#M660036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks alot Fred Thankyou so much..It is working perfect. Yesterday it was not working for me because of the excel loaded into qlikview. Today I created a new file which was using your script and it worked great. Thankyou again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 07:29:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Slider/m-p/763580#M660036</guid>
      <dc:creator />
      <dc:date>2015-03-25T07:29:51Z</dc:date>
    </item>
  </channel>
</rss>

