<?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 Can I set a minimum value for a slider object without using variables? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-I-set-a-minimum-value-for-a-slider-object-without-using/m-p/476904#M554709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I added a slider object (Multi value) to select ranges for a field I have (more specifically, I want to have a flexible outlier excluding mechanism, where I can cut off records with particularly high values of the field, and 'play around' with what I deem particularly high).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, due to the way our data is built, this field has negative values as well, which are meaningless for this particular analysis.&lt;/P&gt;&lt;P&gt;I'd like to set the floor value for this range to be 0, but I don't want to use variables which will mean I'll have to go to the different charts and tables I created and modify the expression (unless I got it wrong).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway to go about it?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Sep 2013 13:42:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-03T13:42:35Z</dc:date>
    <item>
      <title>Can I set a minimum value for a slider object without using variables?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-set-a-minimum-value-for-a-slider-object-without-using/m-p/476904#M554709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I added a slider object (Multi value) to select ranges for a field I have (more specifically, I want to have a flexible outlier excluding mechanism, where I can cut off records with particularly high values of the field, and 'play around' with what I deem particularly high).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, due to the way our data is built, this field has negative values as well, which are meaningless for this particular analysis.&lt;/P&gt;&lt;P&gt;I'd like to set the floor value for this range to be 0, but I don't want to use variables which will mean I'll have to go to the different charts and tables I created and modify the expression (unless I got it wrong).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway to go about it?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 13:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-set-a-minimum-value-for-a-slider-object-without-using/m-p/476904#M554709</guid>
      <dc:creator />
      <dc:date>2013-09-03T13:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can I set a minimum value for a slider object without using variables?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-set-a-minimum-value-for-a-slider-object-without-using/m-p/476905#M554710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can go to script level and build a table. This table will have the field that the slider will use. This table can have generated values as well. Using loops. Next link this table to your actual table or snapshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 14:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-set-a-minimum-value-for-a-slider-object-without-using/m-p/476905#M554710</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2013-09-03T14:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can I set a minimum value for a slider object without using variables?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-set-a-minimum-value-for-a-slider-object-without-using/m-p/476906#M554711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks! anyway to go about it from the design workspace ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 14:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-set-a-minimum-value-for-a-slider-object-without-using/m-p/476906#M554711</guid>
      <dc:creator />
      <dc:date>2013-09-03T14:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can I set a minimum value for a slider object without using variables?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-set-a-minimum-value-for-a-slider-object-without-using/m-p/476907#M554712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Other option is choose variables. Create a blank variable and assign that to slider. This will pick teh value based on where the user slides. Also the min and max could be variables. The blank variable i told you can be used in set analyis to control the display. Thus there are two design approaches you can take.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 14:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-set-a-minimum-value-for-a-slider-object-without-using/m-p/476907#M554712</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2013-09-03T14:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can I set a minimum value for a slider object without using variables?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-set-a-minimum-value-for-a-slider-object-without-using/m-p/476908#M554713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 14:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-set-a-minimum-value-for-a-slider-object-without-using/m-p/476908#M554713</guid>
      <dc:creator />
      <dc:date>2013-09-03T14:16:43Z</dc:date>
    </item>
  </channel>
</rss>

