<?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 Logic to only show range of values needed in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Logic-to-only-show-range-of-values-needed/m-p/2047379#M86140</link>
    <description>&lt;P&gt;Hi Team&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like an assistance, i wanna build a logic to only show a range of values from 30 to 60 inclusive, and this logic i would like to build in KPI, in the table and also put it in the bar graphs. So even when i pull the bar graph it show only show me the books ranging from 30 to 60 only and exclude the rest, how to build this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and currently here is the formula i have that shows the value and i need to do the range on it, so with this formula i want it to only show me outputs which range on 30 to 60 only and it should ignore the rest : &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The expression is:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(sum(TripFuel)/sum(TripDistance))*100&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Your help will be highly appreciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Mar 2023 12:22:53 GMT</pubDate>
    <dc:creator>Thabang231</dc:creator>
    <dc:date>2023-03-09T12:22:53Z</dc:date>
    <item>
      <title>Logic to only show range of values needed</title>
      <link>https://community.qlik.com/t5/App-Development/Logic-to-only-show-range-of-values-needed/m-p/2047379#M86140</link>
      <description>&lt;P&gt;Hi Team&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like an assistance, i wanna build a logic to only show a range of values from 30 to 60 inclusive, and this logic i would like to build in KPI, in the table and also put it in the bar graphs. So even when i pull the bar graph it show only show me the books ranging from 30 to 60 only and exclude the rest, how to build this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and currently here is the formula i have that shows the value and i need to do the range on it, so with this formula i want it to only show me outputs which range on 30 to 60 only and it should ignore the rest : &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The expression is:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(sum(TripFuel)/sum(TripDistance))*100&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Your help will be highly appreciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 12:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Logic-to-only-show-range-of-values-needed/m-p/2047379#M86140</guid>
      <dc:creator>Thabang231</dc:creator>
      <dc:date>2023-03-09T12:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Logic to only show range of values needed</title>
      <link>https://community.qlik.com/t5/App-Development/Logic-to-only-show-range-of-values-needed/m-p/2047440#M86149</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Something like this?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;if( (sum(TripFuel)/sum(TripDistance))*100 &amp;gt;=30 
        and (sum(TripFuel)/sum(TripDistance))*100 &amp;lt; 60,
(sum(TripFuel)/sum(TripDistance))*100 )&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 09 Mar 2023 14:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Logic-to-only-show-range-of-values-needed/m-p/2047440#M86149</guid>
      <dc:creator>Marijn</dc:creator>
      <dc:date>2023-03-09T14:27:02Z</dc:date>
    </item>
  </channel>
</rss>

