<?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: Calculated dimension using &amp;quot;ABOVE&amp;quot; function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-using-quot-ABOVE-quot-function/m-p/436538#M559599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob - your answer is helpful. A good way to look at it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am trying to do is basically bring the previous dimension to the same line as the current dimension. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance when&amp;nbsp; we renew a contract for a client there is a specific attribute about the contract we want in our table. However we also want to know what that attribute was in the previous month (before the renewal month) and have it on the same row. I wrongly thought I could use above to get the attribute from the previous month.&amp;nbsp; Does that make sense what we are trying to accomplish?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 May 2013 13:54:15 GMT</pubDate>
    <dc:creator>zagzebski</dc:creator>
    <dc:date>2013-05-08T13:54:15Z</dc:date>
    <item>
      <title>Calculated dimension using "ABOVE" function</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-using-quot-ABOVE-quot-function/m-p/436535#M559596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following calc dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(above([Incurred_Year_Month_Num])+1=[Incurred_Year_Month_Num] and above([MEMBER_ID])=[MEMBER_ID],above([Plan Rollup]),'NA')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I am just trying to add a calculated dimension &lt;STRONG&gt;"Plan Rollup"&lt;/STRONG&gt; by comparing the record above in a straight table. It is coming back as an error but I don't see what is wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 18:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-using-quot-ABOVE-quot-function/m-p/436535#M559596</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2013-05-07T18:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension using "ABOVE" function</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-using-quot-ABOVE-quot-function/m-p/436536#M559597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;=aggr(if(above([Incurred_Year_Month_Num])+1=[Incurred_Year_Month_Num] and above([MEMBER_ID])=[MEMBER_ID],above([Plan Rollup]),'NA'),&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;[Incurred_Year_Month_Num]&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;If this doesn't solve, send more information why you want this &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;straight table&lt;/SPAN&gt;, what are your expressions?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 19:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-using-quot-ABOVE-quot-function/m-p/436536#M559597</guid>
      <dc:creator>eddysanchez</dc:creator>
      <dc:date>2013-05-07T19:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension using "ABOVE" function</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-using-quot-ABOVE-quot-function/m-p/436537#M559598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm doubtful you could use above() in a calculated dimension. A calculated dimension builds the rows of a chart. above() considers the rows of a chart. So you have a circular logic problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you describe your objective and maybe we have other suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 01:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-using-quot-ABOVE-quot-function/m-p/436537#M559598</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-05-08T01:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension using "ABOVE" function</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-using-quot-ABOVE-quot-function/m-p/436538#M559599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob - your answer is helpful. A good way to look at it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am trying to do is basically bring the previous dimension to the same line as the current dimension. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance when&amp;nbsp; we renew a contract for a client there is a specific attribute about the contract we want in our table. However we also want to know what that attribute was in the previous month (before the renewal month) and have it on the same row. I wrongly thought I could use above to get the attribute from the previous month.&amp;nbsp; Does that make sense what we are trying to accomplish?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 13:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-using-quot-ABOVE-quot-function/m-p/436538#M559599</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2013-05-08T13:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated dimension using "ABOVE" function</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-dimension-using-quot-ABOVE-quot-function/m-p/436539#M559600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using an expression instead of a calculated dimension. If you are using multiple dimensions, take care of the so called column segments when using above (please check the section chart inter record functions in the HELP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could post a small sample qvw,&amp;nbsp; I think this would be a great help for us in helping you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 14:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-dimension-using-quot-ABOVE-quot-function/m-p/436539#M559600</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-05-08T14:01:38Z</dc:date>
    </item>
  </channel>
</rss>

