<?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: Get All Data Between 2 Calculated Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-All-Data-Between-2-Calculated-Values/m-p/1265439#M398715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny T,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes sure you can see the sample qvw in my original post. I had to edit my post because I forgot to attach the sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Adam Ginza--&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jan 2017 14:41:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-31T14:41:31Z</dc:date>
    <item>
      <title>Get All Data Between 2 Calculated Values</title>
      <link>https://community.qlik.com/t5/QlikView/Get-All-Data-Between-2-Calculated-Values/m-p/1265437#M398713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlik Masters,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a calculated Fact table like so :&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="265.787878" style="border: 1px solid #000000; width: 417.788px; height: 225.788px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;ProductName&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;YTDValue&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;Product1&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Product2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Product3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Product4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Product5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Product6&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;6000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Product7&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;7000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Product8&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Product9&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;9000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Product10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;STRONG&gt;**Note: &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;YTDValue is derived from an expression which I stored into a variable. I named it vYTDValue. &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a slider that lets users to choose in range between 0-100(in Percent), and store that value to a variable--say "vRangeInput".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My objective is to produce a straight table with a list of data within a range +/- vRangeInput multiplied with YTDValue from selected ProductName.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the user chose &lt;STRONG&gt;Product6&lt;/STRONG&gt; in the list box (which has YTDValue = &lt;STRONG&gt;6000&lt;/STRONG&gt; ) and in the slider the user chose &lt;STRONG&gt;20%&lt;/STRONG&gt;, then it should show all of ProductName that has YTDValue between 6000*&lt;STRONG&gt;80%&lt;/STRONG&gt; = &lt;STRONG&gt;4800&lt;/STRONG&gt; AND 6000*&lt;STRONG&gt;120%&lt;/STRONG&gt; = &lt;STRONG&gt;7200. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;80% comes from 100%-&lt;STRONG&gt;20%&lt;/STRONG&gt;, and 120% comes from 100%+&lt;STRONG&gt;20%&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;The result should be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="96.787878" style="border: 1px solid #000000; width: 260.788px; height: 74.7879px;" width="259.787878"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ProductName&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;YTDValue&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Product5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Product6&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;6000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Product7&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;7000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table above shows all ProductName that has YTDValue between &lt;STRONG&gt;4800&lt;/STRONG&gt; and &lt;STRONG&gt;7200.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;How can I achieve this in &lt;STRONG&gt;Qlikview&lt;/STRONG&gt;? It seems a bit tricky.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Feel free to ask me if I didn't explain the problem clearly. And thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;--Adam Ginza--&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Adam Ginza&#xD;
&#xD;
Added Attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 12:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-All-Data-Between-2-Calculated-Values/m-p/1265437#M398713</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-31T12:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Get All Data Between 2 Calculated Values</title>
      <link>https://community.qlik.com/t5/QlikView/Get-All-Data-Between-2-Calculated-Values/m-p/1265438#M398714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample where you have set up the slider and list box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 13:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-All-Data-Between-2-Calculated-Values/m-p/1265438#M398714</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-31T13:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Get All Data Between 2 Calculated Values</title>
      <link>https://community.qlik.com/t5/QlikView/Get-All-Data-Between-2-Calculated-Values/m-p/1265439#M398715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny T,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes sure you can see the sample qvw in my original post. I had to edit my post because I forgot to attach the sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Adam Ginza--&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 14:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-All-Data-Between-2-Calculated-Values/m-p/1265439#M398715</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-31T14:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Get All Data Between 2 Calculated Values</title>
      <link>https://community.qlik.com/t5/QlikView/Get-All-Data-Between-2-Calculated-Values/m-p/1265440#M398716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/151440_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 14:47:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-All-Data-Between-2-Calculated-Values/m-p/1265440#M398716</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-31T14:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Get All Data Between 2 Calculated Values</title>
      <link>https://community.qlik.com/t5/QlikView/Get-All-Data-Between-2-Calculated-Values/m-p/1265441#M398717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes exactly right.&lt;/P&gt;&lt;P&gt;That's what I've been struggling with.&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Adam Ginza--&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 15:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-All-Data-Between-2-Calculated-Values/m-p/1265441#M398717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-31T15:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get All Data Between 2 Calculated Values</title>
      <link>https://community.qlik.com/t5/QlikView/Get-All-Data-Between-2-Calculated-Values/m-p/1265442#M398718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same case, this is exactly what i need too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 15:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-All-Data-Between-2-Calculated-Values/m-p/1265442#M398718</guid>
      <dc:creator>rendiyan</dc:creator>
      <dc:date>2017-01-31T15:14:53Z</dc:date>
    </item>
  </channel>
</rss>

