<?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: User Defined Data Range Upper &amp; Lower Bound in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/User-Defined-Data-Range-Upper-Lower-Bound/m-p/602125#M684799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do that with Select in Field actions assigned to the OnSelect field trigger. See this tutorial for an example with dates and calendar objects: &lt;A _jive_internal="true" href="https://community.qlik.com/thread/67712" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Selecting Arbitrary Date Ranges&lt;/A&gt;. The technique used is identical to what you need. Instead of using two calendar objects with each one variable you can use a single slider object with two variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Feb 2014 18:40:40 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2014-02-03T18:40:40Z</dc:date>
    <item>
      <title>User Defined Data Range Upper &amp; Lower Bound</title>
      <link>https://community.qlik.com/t5/QlikView/User-Defined-Data-Range-Upper-Lower-Bound/m-p/602122#M684796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering if there's a way to allow document users to define their own upper and lower bounds easily and have the entire document updated accordingly. I look through gauge chart but didn't think it's something I want (can users define their own range using gauge instead of changing upper and lower bounds in the property?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example of what I am trying to do. Say I have data of the number of visits made by each person, and I'd like to see people who had made their visits for more than 4 times but less than 20 times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help~&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 18:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/User-Defined-Data-Range-Upper-Lower-Bound/m-p/602122#M684796</guid>
      <dc:creator>samuel_lin</dc:creator>
      <dc:date>2014-02-03T18:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: User Defined Data Range Upper &amp; Lower Bound</title>
      <link>https://community.qlik.com/t5/QlikView/User-Defined-Data-Range-Upper-Lower-Bound/m-p/602123#M684797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Samuel&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about using a Slider object to set 2 variables, one for minimum number and the other for maximum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then these 2 values can used in other objects, probably within set analysis expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 18:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/User-Defined-Data-Range-Upper-Lower-Bound/m-p/602123#M684797</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-03T18:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: User Defined Data Range Upper &amp; Lower Bound</title>
      <link>https://community.qlik.com/t5/QlikView/User-Defined-Data-Range-Upper-Lower-Bound/m-p/602124#M684798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. If I have set my variables: vUpperbound and vLowerbound in my Settings, how do I link these variables to my data? So that when I use slider, the rest of the data will be updated as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 18:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/User-Defined-Data-Range-Upper-Lower-Bound/m-p/602124#M684798</guid>
      <dc:creator>samuel_lin</dc:creator>
      <dc:date>2014-02-03T18:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: User Defined Data Range Upper &amp; Lower Bound</title>
      <link>https://community.qlik.com/t5/QlikView/User-Defined-Data-Range-Upper-Lower-Bound/m-p/602125#M684799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do that with Select in Field actions assigned to the OnSelect field trigger. See this tutorial for an example with dates and calendar objects: &lt;A _jive_internal="true" href="https://community.qlik.com/thread/67712" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Selecting Arbitrary Date Ranges&lt;/A&gt;. The technique used is identical to what you need. Instead of using two calendar objects with each one variable you can use a single slider object with two variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 18:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/User-Defined-Data-Range-Upper-Lower-Bound/m-p/602125#M684799</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-03T18:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: User Defined Data Range Upper &amp; Lower Bound</title>
      <link>https://community.qlik.com/t5/QlikView/User-Defined-Data-Range-Upper-Lower-Bound/m-p/602126#M684800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Samuel&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the sheet&lt;EM&gt; 'What If'&lt;/EM&gt; on the attached qvw, which is one of QlikView Example file that comes when install QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you move a slider you'll see some of values below changing, then look at the corresponding expression to see how it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I have pasted one in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;(Sum([Sales Quantity])+(Sum([Sales Quantity])*($(&lt;STRONG style="color: #ff0000;"&gt;vVolume&lt;/STRONG&gt;)/100)))&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;*&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;(Sum([Sales Price])+(Sum([Sales Price])*($(&lt;SPAN style="color: #ff0000;"&gt;vPrice&lt;/SPAN&gt;)/100)))&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 18:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/User-Defined-Data-Range-Upper-Lower-Bound/m-p/602126#M684800</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-03T18:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: User Defined Data Range Upper &amp; Lower Bound</title>
      <link>https://community.qlik.com/t5/QlikView/User-Defined-Data-Range-Upper-Lower-Bound/m-p/602127#M684801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Bill. I do greatly appreciate your help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 19:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/User-Defined-Data-Range-Upper-Lower-Bound/m-p/602127#M684801</guid>
      <dc:creator>samuel_lin</dc:creator>
      <dc:date>2014-02-03T19:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: User Defined Data Range Upper &amp; Lower Bound</title>
      <link>https://community.qlik.com/t5/QlikView/User-Defined-Data-Range-Upper-Lower-Bound/m-p/602128#M684802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very nice tutorial, got what I need. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 19:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/User-Defined-Data-Range-Upper-Lower-Bound/m-p/602128#M684802</guid>
      <dc:creator>samuel_lin</dc:creator>
      <dc:date>2014-02-03T19:01:00Z</dc:date>
    </item>
  </channel>
</rss>

