<?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 Slider Object Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Slider-Object-Problem/m-p/280008#M1203309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any ideas on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Oct 2010 11:58:25 GMT</pubDate>
    <dc:creator>hopkinsc</dc:creator>
    <dc:date>2010-10-01T11:58:25Z</dc:date>
    <item>
      <title>Slider Object Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Object-Problem/m-p/280007#M1203308</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 have a MULTI VALUE SLIDER OBJECT which i use to select a time range. I have a problem where if i make several selections then select a time range from the slider, all my other selections are cleared. And its the same if i select a time range first, then make other selections, the other selections clear my time range.&lt;/P&gt;&lt;P&gt;I have a few triggers on my document but none of them relate to clearing selections and none of them relate to my slider field.&lt;/P&gt;&lt;P&gt;Anyone know how i can stop this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 10:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Object-Problem/m-p/280007#M1203308</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2010-10-01T10:58:25Z</dc:date>
    </item>
    <item>
      <title>Slider Object Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Object-Problem/m-p/280008#M1203309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any ideas on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 11:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Object-Problem/m-p/280008#M1203309</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2010-10-01T11:58:25Z</dc:date>
    </item>
    <item>
      <title>Slider Object Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Object-Problem/m-p/280009#M1203310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Maybe your selection in the slider, change the values of others fields.&lt;/P&gt;&lt;P&gt;Do you can post a qvw file??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 13:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Object-Problem/m-p/280009#M1203310</guid>
      <dc:creator />
      <dc:date>2010-10-01T13:06:03Z</dc:date>
    </item>
    <item>
      <title>Slider Object Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Object-Problem/m-p/280010#M1203311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same issue, have you found a solution? &lt;IMG alt="Confused" src="http://community.qlik.com/emoticons/emotion-42.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 23:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Object-Problem/m-p/280010#M1203311</guid>
      <dc:creator />
      <dc:date>2010-10-18T23:02:31Z</dc:date>
    </item>
    <item>
      <title>Slider Object Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Object-Problem/m-p/280011#M1203312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're seeing exactly the behavior I would expect from two basic facts that I'm hopefully stating correctly:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;QlikView only allows consistent selections, and usually clears older selections in favor of newer selections.&lt;/LI&gt;&lt;LI&gt;A multi-value slider selects every value in the range.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;So let's take some sample data:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;MyData:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Time, Status&lt;BR /&gt;1, A&lt;BR /&gt;2, B&lt;BR /&gt;3, C&lt;BR /&gt;4, D&lt;BR /&gt;5, E&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Let's say we have a list box for Status and a slider for Time. Select A and C. Now click on 2 to begin selecting a range. As soon as you click on 2, you've selected 2. 2 is inconsistent with A and C, so the Status field is cleared. Expand the range to 2-4. That selects values 2-4. Now select status C. C is consistent with times 2-4, so the selection works and the time slider is not cleared. Try to control-click to add A. I actually expected it to clear the slider, but instead, it decided to not even allow me to add the A selection as its way of keeping a consistent set of selections. But I can just click on A. A is incompatible with 2-4, so the slider is cleared. You can then add C.&lt;/P&gt;&lt;P&gt;It's exactly the same behavior as you'd get with two list boxes, with a slight caveat. When we selected the RANGE of 2-4, we FIRST clicked on 2. That selected ONLY 2, so deselected C. If we use a list box to select the 2-4 range all at once, C will remain selected. That's the same as if we'd clicked on 3 first in the slider, then expanded the range. Or we can make C disappear by clicking first on 2 in the list box, then adding 3 and 4 with control-click.&lt;/P&gt;&lt;P&gt;So. Let's say you select A and C, then set your slider to 2-4. What do you WANT to happen instead of what actually happens?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 00:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Object-Problem/m-p/280011#M1203312</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-10-19T00:00:43Z</dc:date>
    </item>
    <item>
      <title>Slider Object Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Slider-Object-Problem/m-p/280012#M1203313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, well my problem has been rectified now, it was my fault!!&lt;/P&gt;&lt;P&gt;I was selecting a time range that i had no transactions for, so as John states, it was clearing my other selections because there was no data present for the time range i selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 09:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slider-Object-Problem/m-p/280012#M1203313</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2010-10-19T09:01:45Z</dc:date>
    </item>
  </channel>
</rss>

