<?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 below, above and set analysis problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/below-above-and-set-analysis-problem/m-p/260509#M98279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just noticed that you were using set identifier {$1}, not {1}. &lt;/P&gt;&lt;P&gt;(Well, I would probably have used {&amp;lt;vehicleCat=&amp;gt;}, {$1} is problematic if you do successive selections on vehicleCat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you need to be sensitive to selections here (apart from limiting the dimension to vehicleCat)? If not, could the link to above and below be done in the script instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Nov 2011 16:14:34 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2011-11-28T16:14:34Z</dc:date>
    <item>
      <title>below, above and set analysis problem</title>
      <link>https://community.qlik.com/t5/QlikView/below-above-and-set-analysis-problem/m-p/260506#M98276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I've got a table like this:&lt;/P&gt;&lt;P&gt;vehicleCat,vehicleNum&lt;/P&gt;&lt;P&gt;1,001&lt;/P&gt;&lt;P&gt;2,002&lt;/P&gt;&lt;P&gt;3,003&lt;/P&gt;&lt;P&gt;4,004&lt;/P&gt;&lt;P&gt;5,001&lt;/P&gt;&lt;P&gt;6,002&lt;/P&gt;&lt;P&gt;7,003&lt;/P&gt;&lt;P&gt;8,004&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a pivot table with vehicleCat and vehicleNum as Dimension, below({$1} vehicleNum) and above({$1}vehicleNum) as Expression.&lt;/P&gt;&lt;P&gt;I must select a vehicleCat but i want see the below and the above vehicleNum of all the vehicleCat.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;obviously &lt;/SPAN&gt;&lt;/SPAN&gt;above({$1}vehicleNum) doesn't work, suggestion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 14:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/below-above-and-set-analysis-problem/m-p/260506#M98276</guid>
      <dc:creator />
      <dc:date>2011-11-28T14:37:06Z</dc:date>
    </item>
    <item>
      <title>below, above and set analysis problem</title>
      <link>https://community.qlik.com/t5/QlikView/below-above-and-set-analysis-problem/m-p/260507#M98277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr( below(total only({1} vehicleNum)),vehicleCat, vehicleNum)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr( above(total only({1} vehicleNum)),vehicleCat, vehicleNum)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 15:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/below-above-and-set-analysis-problem/m-p/260507#M98277</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-28T15:25:27Z</dc:date>
    </item>
    <item>
      <title>below, above and set analysis problem</title>
      <link>https://community.qlik.com/t5/QlikView/below-above-and-set-analysis-problem/m-p/260508#M98278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;probably it works, but i haven't got much ram to see it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;(my table is like the one i posted, but biiiiigger)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 16:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/below-above-and-set-analysis-problem/m-p/260508#M98278</guid>
      <dc:creator />
      <dc:date>2011-11-28T16:05:16Z</dc:date>
    </item>
    <item>
      <title>below, above and set analysis problem</title>
      <link>https://community.qlik.com/t5/QlikView/below-above-and-set-analysis-problem/m-p/260509#M98279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just noticed that you were using set identifier {$1}, not {1}. &lt;/P&gt;&lt;P&gt;(Well, I would probably have used {&amp;lt;vehicleCat=&amp;gt;}, {$1} is problematic if you do successive selections on vehicleCat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you need to be sensitive to selections here (apart from limiting the dimension to vehicleCat)? If not, could the link to above and below be done in the script instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 16:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/below-above-and-set-analysis-problem/m-p/260509#M98279</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-28T16:14:34Z</dc:date>
    </item>
    <item>
      <title>below, above and set analysis problem</title>
      <link>https://community.qlik.com/t5/QlikView/below-above-and-set-analysis-problem/m-p/260510#M98280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with a selection on date it works! thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 16:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/below-above-and-set-analysis-problem/m-p/260510#M98280</guid>
      <dc:creator />
      <dc:date>2011-11-29T16:10:15Z</dc:date>
    </item>
  </channel>
</rss>

