<?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: Range on each rows. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Range-on-each-rows/m-p/632024#M231905</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;Since you have written&amp;nbsp; "Range=" in your st. table expression, the table does not get affected for Range selections.&lt;/P&gt;&lt;P&gt;Change your exp to '=Only({&amp;lt;Id={$(=Id-1), $(=Id), $(=Id+1)}&amp;gt;}Range)' and check, you will get one row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2014 06:43:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-29T06:43:22Z</dc:date>
    <item>
      <title>Range on each rows.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-on-each-rows/m-p/632023#M231904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have range. When I select Range I can get the previousRange et ForwardRange.&lt;/P&gt;&lt;P&gt;Example : I select 1500 - 200 range I can see in straight table :&lt;/P&gt;&lt;P&gt;1250 - 1500&lt;/P&gt;&lt;P&gt;1500 - 2000&lt;/P&gt;&lt;P&gt;2000 - 2500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to get this directly in dimension without using the Set Analysis in expression&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 06:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-on-each-rows/m-p/632023#M231904</guid>
      <dc:creator>suzel404</dc:creator>
      <dc:date>2014-05-29T06:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Range on each rows.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-on-each-rows/m-p/632024#M231905</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;Since you have written&amp;nbsp; "Range=" in your st. table expression, the table does not get affected for Range selections.&lt;/P&gt;&lt;P&gt;Change your exp to '=Only({&amp;lt;Id={$(=Id-1), $(=Id), $(=Id+1)}&amp;gt;}Range)' and check, you will get one row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 06:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-on-each-rows/m-p/632024#M231905</guid>
      <dc:creator />
      <dc:date>2014-05-29T06:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Range on each rows.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-on-each-rows/m-p/632025#M231906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use " Only({&amp;lt;Id={$(=Id-1), $(=Id), $(=Id+1)}&amp;gt;}Range)'" I get one row. I don't want one row but 3 rows.&lt;/P&gt;&lt;P&gt;I select range 1500 - 2000 the corresponding Id is 811. So I would like to get :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1250 - 1500 (corresponding Id = 810, previous range)&lt;/P&gt;&lt;P&gt;1500 - 2000 (corresponding Id =811,&amp;nbsp; my current selection)&lt;/P&gt;&lt;P&gt;2000 - 2500 (corresponding Id =812, forward range)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like this result calculated in Dimension tab and not in expression Tab, if it is possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 11:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-on-each-rows/m-p/632025#M231906</guid>
      <dc:creator>suzel404</dc:creator>
      <dc:date>2014-05-29T11:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Range on each rows.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-on-each-rows/m-p/632026#M231907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can, but that would make things more complex. Calculated dimension:&lt;/P&gt;&lt;P&gt;=ValueList( $(=chr(39)&amp;amp;Concat({&amp;lt;Range=&amp;gt;}Aggr(Only({&amp;lt;Id={$(=Id-1), $(=Id), $(=Id+1)}, Range=&amp;gt;}Range),Range),chr(39)&amp;amp;','&amp;amp;chr(39))&amp;amp;chr(39)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 11:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-on-each-rows/m-p/632026#M231907</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-29T11:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Range on each rows.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-on-each-rows/m-p/632027#M231908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. Expression is more complex but very interesting. One last thing, how can I add value in expression:&lt;/P&gt;&lt;P&gt;if range = 1500 - 2000, 10&lt;/P&gt;&lt;P&gt;if range = 1250 - 1500, 7&lt;/P&gt;&lt;P&gt;if range = 1500 - 2000, 2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 11:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-on-each-rows/m-p/632027#M231908</guid>
      <dc:creator>suzel404</dc:creator>
      <dc:date>2014-05-29T11:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Range on each rows.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-on-each-rows/m-p/632028#M231909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The complexity deepens from here. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;. You have to write expression like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If( Valuelis(....)='This', 'ThenThis', If(....))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same can be cleverly written using Pick(Match(....)). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I guess you should rethink if this is really needed or you have alternate option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 12:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-on-each-rows/m-p/632028#M231909</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-29T12:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Range on each rows.</title>
      <link>https://community.qlik.com/t5/QlikView/Range-on-each-rows/m-p/632029#M231910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thank !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 12:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-on-each-rows/m-p/632029#M231910</guid>
      <dc:creator>suzel404</dc:creator>
      <dc:date>2014-05-29T12:05:57Z</dc:date>
    </item>
  </channel>
</rss>

