<?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: Need Between drop down selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Between-drop-down-selections/m-p/521487#M194863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Business users are not intrested in the slider.They are expecting the Drop downs only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jan 2014 13:40:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-16T13:40:40Z</dc:date>
    <item>
      <title>Need Between drop down selections</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Between-drop-down-selections/m-p/521485#M194861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Champs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement in which user should be able to select Revenue Between:&lt;/P&gt;&lt;P&gt;Revenue From (In Drop down)&lt;/P&gt;&lt;P&gt;Revenue To (In Drop down)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer the attached Image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table box below the drop down selection in which the data should be filtered based on the Revenue range selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 13:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Between-drop-down-selections/m-p/521485#M194861</guid>
      <dc:creator />
      <dc:date>2014-01-16T13:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need Between drop down selections</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Between-drop-down-selections/m-p/521486#M194862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;use 2 variables, add them to sliders for the user to choose range. Then use those expressions in a set analysis or if statement in your expression in the table, kind of like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sum(value)&amp;gt;=bottomLimit and sum(value)&amp;lt;=topLimit, sum(value))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 13:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Between-drop-down-selections/m-p/521486#M194862</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-01-16T13:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need Between drop down selections</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Between-drop-down-selections/m-p/521487#M194863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Business users are not intrested in the slider.They are expecting the Drop downs only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 13:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Between-drop-down-selections/m-p/521487#M194863</guid>
      <dc:creator />
      <dc:date>2014-01-16T13:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need Between drop down selections</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Between-drop-down-selections/m-p/521488#M194864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then add them in a list box with predfined values. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 13:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Between-drop-down-selections/m-p/521488#M194864</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-01-16T13:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need Between drop down selections</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Between-drop-down-selections/m-p/521489#M194865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Pravin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make 2 Inline Fields and Add your Specific records in those fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then create 2 variables&lt;/P&gt;&lt;P&gt; vMin=Max(SalesFrom)&lt;/P&gt;&lt;P&gt;vMax=Max(SalesTo)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then Use Set expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Sales={"&amp;gt;=$(vMin)&amp;lt;=$(vMax)"}&amp;gt;}Measure)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Kiran Rode&lt;/P&gt;&lt;P&gt;+91 8976977897&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 14:02:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Between-drop-down-selections/m-p/521489#M194865</guid>
      <dc:creator>kiranmanoharrode</dc:creator>
      <dc:date>2014-01-16T14:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need Between drop down selections</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Between-drop-down-selections/m-p/521490#M194866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me with an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like I can't go with the set expression because after the Revenuew From and To selection...I would be seeing the list of companies thier state,city,zipcode..etc details.Am not showing any measures there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how can I use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Praveen Palle&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 05:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Between-drop-down-selections/m-p/521490#M194866</guid>
      <dc:creator />
      <dc:date>2014-01-17T05:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need Between drop down selections</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Between-drop-down-selections/m-p/521491#M194867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me with an example...need only drop down here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like I can't go with the set expression because after the Revenuew From and To selection...I would be seeing the list of companies thier state,city,zipcode..etc details.Am not showing any measures there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how can I use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Praveen Palle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 05:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Between-drop-down-selections/m-p/521491#M194867</guid>
      <dc:creator />
      <dc:date>2014-01-17T05:43:43Z</dc:date>
    </item>
  </channel>
</rss>

