<?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: Cell Referencing in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cell-Referencing-in-Qlikview/m-p/375505#M139890</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;Assuming column 'I' is the column with header 5Y:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(CDS_CLAUSE = 'MR' And ENTITY_NAME = Below(ENTITY_NAME), ([5Y] - Below([5Y]))/Below([5Y])*100, 'NA')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CDS_CLAUSE , ENTITY_NAME , 5Y must all be included in the table and the table must be in the correct sort order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jul 2012 10:58:17 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2012-07-02T10:58:17Z</dc:date>
    <item>
      <title>Cell Referencing in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Cell-Referencing-in-Qlikview/m-p/375504#M139889</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;I need to perform some calculation based on a few parameters using Qlikview. These calculations are dependent on the variable information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 554px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="98"&gt;CURVE&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;" width="98"&gt;CDS_CLAUSE&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none;" width="98"&gt;ENTITY_NAME&lt;/TD&gt;&lt;TD class="xl66" width="98"&gt;TENOR&lt;/TD&gt;&lt;TD class="xl67" width="98"&gt;5Y&lt;/TD&gt;&lt;TD class="xl67" width="64"&gt;Result&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="17"&gt;AXL&lt;/TD&gt;&lt;TD class="xl67"&gt;MR&lt;/TD&gt;&lt;TD class="xl67"&gt;AAMI&lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;705.57365&lt;/TD&gt;&lt;TD align="right"&gt;2.511666&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="17"&gt;AXL_NR&lt;/TD&gt;&lt;TD class="xl67"&gt;XR&lt;/TD&gt;&lt;TD class="xl67"&gt;AAMI&lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;688.286202&lt;/TD&gt;&lt;TD&gt;NA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="17"&gt;ABC_US&lt;/TD&gt;&lt;TD class="xl67"&gt;XR&lt;/TD&gt;&lt;TD class="xl67"&gt;ABC_US&lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;77.134053&lt;/TD&gt;&lt;TD&gt;NA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="17"&gt;ABS&lt;/TD&gt;&lt;TD class="xl67"&gt;MR&lt;/TD&gt;&lt;TD class="xl67"&gt;ABS_NEW&lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;1033.911913&lt;/TD&gt;&lt;TD align="right"&gt;2.203319&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="17"&gt;ABS_NR&lt;/TD&gt;&lt;TD class="xl67"&gt;XR&lt;/TD&gt;&lt;TD class="xl67"&gt;ABS_NEW&lt;/TD&gt;&lt;TD class="xl67"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;1011.622641&lt;/TD&gt;&lt;TD&gt;NA&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where 2.511666 is arrived with the formulae =IF(AND(B2="MR",C2=C3),(I2-I3)/I3*100,"NA")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please advise how to do the same in qlikview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 10:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cell-Referencing-in-Qlikview/m-p/375504#M139889</guid>
      <dc:creator />
      <dc:date>2012-07-02T10:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cell Referencing in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Cell-Referencing-in-Qlikview/m-p/375505#M139890</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;Assuming column 'I' is the column with header 5Y:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(CDS_CLAUSE = 'MR' And ENTITY_NAME = Below(ENTITY_NAME), ([5Y] - Below([5Y]))/Below([5Y])*100, 'NA')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CDS_CLAUSE , ENTITY_NAME , 5Y must all be included in the table and the table must be in the correct sort order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2012 10:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cell-Referencing-in-Qlikview/m-p/375505#M139890</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-07-02T10:58:17Z</dc:date>
    </item>
  </channel>
</rss>

