<?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: Problem with the range in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598930#M221753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Find the attchment and this is the change&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Aggr(Sum(CARGO_TONNAGE),[Local Cargo Throughput])&amp;lt;=300000,'1-300000','&amp;gt;300000')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Feb 2014 06:48:20 GMT</pubDate>
    <dc:creator>jvishnuram</dc:creator>
    <dc:date>2014-02-03T06:48:20Z</dc:date>
    <item>
      <title>Problem with the range</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598924#M221747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Genuises,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a chart in which I have Customer Code, Local Cargo Throughput &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression as Sum(Cargo_thruput)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the image of the chart attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please open the image and then go thru the below problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you see I have range for Local CArgo throughput which is 1-300000 and &amp;gt;300000 these ranges are coming from an excel files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when I am doing the Sum(Cargo_thruput) in whichever range it will lie it has to be there in image case if you see Customer Code= CSTEINWEG&amp;nbsp; SUm is 4255376 but it is lying in both the places 1-300000 and &amp;gt;300000&amp;nbsp; , I need that it will lie only to &amp;gt;300000 and the other row will be eliminated &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look only for CSTEINWEG&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fast help will be appreciated as I have to deliver it in 2 hours&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 06:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598924#M221747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-03T06:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the range</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598925#M221748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shashank,&lt;/P&gt;&lt;P&gt;If possible could you please post your sample application., because that will helpful to play around.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 06:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598925#M221748</guid>
      <dc:creator>jvishnuram</dc:creator>
      <dc:date>2014-02-03T06:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the range</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598926#M221749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please attach a sample app for this. This will help you give faster feedback from community&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 06:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598926#M221749</guid>
      <dc:creator />
      <dc:date>2014-02-03T06:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the range</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598927#M221750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using Local Cargo Throughput from Excel use a calculated dimension like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Sum(Cargo_thruput)&amp;lt;=300000,'1-300000','&amp;gt;300000')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 06:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598927#M221750</guid>
      <dc:creator>iktrayanov</dc:creator>
      <dc:date>2014-02-03T06:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the range</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598928#M221751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is the sample app&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here the Customer Code =CSTEINWEG &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum(Cargo_thruput)&lt;/SPAN&gt; is 52180 so it should lie in the range 1-300000 and the other range should be removed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 06:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598928#M221751</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-03T06:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the range</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598929#M221752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to take the ranges from the excel because each time these ranges will be changed by the client&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 06:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598929#M221752</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-03T06:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the range</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598930#M221753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Find the attchment and this is the change&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Aggr(Sum(CARGO_TONNAGE),[Local Cargo Throughput])&amp;lt;=300000,'1-300000','&amp;gt;300000')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 06:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598930#M221753</guid>
      <dc:creator>jvishnuram</dc:creator>
      <dc:date>2014-02-03T06:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the range</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598931#M221754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick response, but real problem is that these ranges are coming from excel which will change each quarter and there are 100 of ranges, you are only able to see two ranges as I have loaded only one excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 07:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598931#M221754</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-03T07:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the range</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598932#M221755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are the ranges symmetrical?&lt;/P&gt;&lt;P&gt;If yes, you can use class function...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Replace(Class(Aggr(Sum(CARGO_TONNAGE),[Customer Code]),3000000),'&amp;lt;= x &amp;lt;','-')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 07:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598932#M221755</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-03T07:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Problem with the range</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598933#M221756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please find the attachment. It will make the stuff more dynamic. But for now I have added that in expression, you can play around with this approach further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is helpful.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Angad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Flag expression please use below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(not isnull([Local Cargo Throughput]),if(Sum(CARGO_TONNAGE)&amp;gt;= LowerRange and Sum(CARGO_TONNAGE) &amp;lt;= UpperRange,1,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 07:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598933#M221756</guid>
      <dc:creator />
      <dc:date>2014-02-03T07:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the range</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598934#M221757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;No Classes are not symmetrical &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 07:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598934#M221757</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-03T07:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Problem with the range</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598935#M221758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Angad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answer , its working fine when I have a range like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - 250000 or &amp;gt; 250000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is when I have the range like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;25000 - 30000 , 30000-90000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out and after that I will mark this as correct answer &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 09:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598935#M221758</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-05T09:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the range</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598936#M221759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it should work with those ranges as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For any range, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is reading the '-' or '&amp;gt;'and then separating lower and upper ranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please modify the attachment I sent, with what issues you are having.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Angad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 10:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-the-range/m-p/598936#M221759</guid>
      <dc:creator />
      <dc:date>2014-02-05T10:56:40Z</dc:date>
    </item>
  </channel>
</rss>

