<?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 AW:slider object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/slider-object/m-p/223474#M75978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you have to set a veriable by using actions / extern, the slider shows the value of that variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Feb 2011 08:23:21 GMT</pubDate>
    <dc:creator>brenner_martina</dc:creator>
    <dc:date>2011-02-21T08:23:21Z</dc:date>
    <item>
      <title>slider object</title>
      <link>https://community.qlik.com/t5/QlikView/slider-object/m-p/223473#M75977</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 am having the slider object and Buttons. See below images.&lt;/P&gt;&lt;P&gt;Now my requirement is if i click on button25% the slider should move only 25% of the range of the slider.&lt;/P&gt;&lt;P&gt;ex: my slider min=0 and max1 then if i click on button25%, then the slider should show on the value of 0.25.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3619_sourceID:3619" /&gt;&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3620_sourceID:3620" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 08:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/slider-object/m-p/223473#M75977</guid>
      <dc:creator />
      <dc:date>2011-02-21T08:07:29Z</dc:date>
    </item>
    <item>
      <title>AW:slider object</title>
      <link>https://community.qlik.com/t5/QlikView/slider-object/m-p/223474#M75978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you have to set a veriable by using actions / extern, the slider shows the value of that variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 08:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/slider-object/m-p/223474#M75978</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2011-02-21T08:23:21Z</dc:date>
    </item>
    <item>
      <title>slider object</title>
      <link>https://community.qlik.com/t5/QlikView/slider-object/m-p/223475#M75979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;find the attachment. basically you have to use trigger with a variable.&lt;/P&gt;&lt;P&gt;Regards, tresesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 08:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/slider-object/m-p/223475#M75979</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2011-02-21T08:26:36Z</dc:date>
    </item>
    <item>
      <title>AW:slider object</title>
      <link>https://community.qlik.com/t5/QlikView/slider-object/m-p/223476#M75980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martina,&lt;/P&gt;&lt;P&gt;Can you give a example for how to work with this. I am new to QlikView technology, if possible please send me some screenshot for this creation of variable and applying actions/extern.&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 08:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/slider-object/m-p/223476#M75980</guid>
      <dc:creator />
      <dc:date>2011-02-21T08:26:50Z</dc:date>
    </item>
    <item>
      <title>AW:slider object</title>
      <link>https://community.qlik.com/t5/QlikView/slider-object/m-p/223477#M75981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basic steps are somewhat like these:&lt;/P&gt;&lt;P style="margin:0in 0in 10pt;"&gt;1.Settings-&amp;gt;Variable Overview-&amp;gt;Add (Make a variable say VAR1)&lt;/P&gt;&lt;P style="margin:0in 0in 10pt;"&gt;2.Button-&amp;gt;Properties-&amp;gt;Action-&amp;gt;Add-&amp;gt;External-&amp;gt;Set Variable&lt;/P&gt;&lt;P style="margin:0in 0in 10pt;"&gt;Variable=VAR1 and Value=25&lt;/P&gt;&lt;P style="margin:0in 0in 10pt;"&gt;And in slider object chose Data -&amp;gt; VAR1&lt;/P&gt;&lt;P style="margin:0in 0in 10pt;"&gt;Min and max as you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 08:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/slider-object/m-p/223477#M75981</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2011-02-21T08:34:49Z</dc:date>
    </item>
    <item>
      <title>AW:slider object</title>
      <link>https://community.qlik.com/t5/QlikView/slider-object/m-p/223478#M75982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi tresesco,&lt;/P&gt;&lt;P&gt;In slider object how can i choose Data-&amp;gt;VAR1 , and how can i give expression for min and max in slider.&lt;/P&gt;&lt;P&gt;My Object is selecting from Database everytime it change its Min and Max. How can i calculate and give the Value exactly 25% of slider value.&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 08:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/slider-object/m-p/223478#M75982</guid>
      <dc:creator />
      <dc:date>2011-02-21T08:43:48Z</dc:date>
    </item>
    <item>
      <title>slider object</title>
      <link>https://community.qlik.com/t5/QlikView/slider-object/m-p/223479#M75983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/6232.slider.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/6232.slider.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, if not you can upload your sample application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 08:56:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/slider-object/m-p/223479#M75983</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2011-02-21T08:56:56Z</dc:date>
    </item>
  </channel>
</rss>

