<?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: add a calculated row in table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/add-a-calculated-row-in-table/m-p/1156553#M906066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128568_Capture.PNG" style="height: 341px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jun 2016 03:04:52 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2016-06-21T03:04:52Z</dc:date>
    <item>
      <title>add a calculated row in table</title>
      <link>https://community.qlik.com/t5/QlikView/add-a-calculated-row-in-table/m-p/1156545#M906058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table that has the column "Aging" . The aging columns is any either blank, or a number from 1-1000. I want to create a new calculated column which value will be calculated using the following break down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aging = Blank ---&amp;gt; "Current"&lt;/P&gt;&lt;P&gt;Aging= 1- 30 ---&amp;gt; "1- 30 Days Late"&lt;/P&gt;&lt;P&gt;Aging= 31-60 ---&amp;gt; "31-60 Days Late"&lt;/P&gt;&lt;P&gt;Aging= 61-90 ---&amp;gt; "61-90 Days Late"&lt;/P&gt;&lt;P&gt;Aging= 91+ ---&amp;gt; "91+ Days Late"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-a-calculated-row-in-table/m-p/1156545#M906058</guid>
      <dc:creator>jeckstein</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: add a calculated row in table</title>
      <link>https://community.qlik.com/t5/QlikView/add-a-calculated-row-in-table/m-p/1156546#M906059</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;You can use below expression in Calculated Dimension&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;Aging&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;),'Current',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;Aging&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;gt;=1 &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;Aging&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; &amp;lt;=30,'1 - 30 Days Late',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;Aging&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;gt;30 &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;Aging&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; &amp;lt;=60,'31 - 60 Days Late',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;Aging&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;gt;60 &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;Aging&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; &amp;lt;=90,'61 - 90 Days Late',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;Aging&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;gt;90,'91+ Days Late',))))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;Krishnapriya&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 17:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-a-calculated-row-in-table/m-p/1156546#M906059</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2016-06-20T17:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: add a calculated row in table</title>
      <link>https://community.qlik.com/t5/QlikView/add-a-calculated-row-in-table/m-p/1156547#M906060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In script:&lt;/P&gt;&lt;P&gt;if(Aging = null() or Aging = 0,'Current,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if(Aging= &amp;gt;0 and Aging &amp;lt;=30,'1- 30 Days Late',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Aging= &amp;gt;30 and Aging &amp;lt;=60,'31- 60 Days Late',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Aging= &amp;gt;60 and Aging &amp;lt;=90,'61- 90 Days Late',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;91+ Days Late')))) as AgingCategory;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 18:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-a-calculated-row-in-table/m-p/1156547#M906060</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2016-06-20T18:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: add a calculated row in table</title>
      <link>https://community.qlik.com/t5/QlikView/add-a-calculated-row-in-table/m-p/1156548#M906061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;m w,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not getting the desired result from this, I am getting errors when trying to load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should I paste this before the file path?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 19:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-a-calculated-row-in-table/m-p/1156548#M906061</guid>
      <dc:creator>jeckstein</dc:creator>
      <dc:date>2016-06-20T19:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: add a calculated row in table</title>
      <link>https://community.qlik.com/t5/QlikView/add-a-calculated-row-in-table/m-p/1156549#M906062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Krishnapriya Arumugam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for this to be directly in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 19:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-a-calculated-row-in-table/m-p/1156549#M906062</guid>
      <dc:creator>jeckstein</dc:creator>
      <dc:date>2016-06-20T19:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: add a calculated row in table</title>
      <link>https://community.qlik.com/t5/QlikView/add-a-calculated-row-in-table/m-p/1156550#M906063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you give some sample data or share the qvw to troubleshoot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 20:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-a-calculated-row-in-table/m-p/1156550#M906063</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2016-06-20T20:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: add a calculated row in table</title>
      <link>https://community.qlik.com/t5/QlikView/add-a-calculated-row-in-table/m-p/1156551#M906064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the exact error you are getting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 20:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-a-calculated-row-in-table/m-p/1156551#M906064</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-20T20:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: add a calculated row in table</title>
      <link>https://community.qlik.com/t5/QlikView/add-a-calculated-row-in-table/m-p/1156552#M906065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;You can try like below,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If( Len(Trim(Aging))=0, 'Current', &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(Aging&amp;gt;0 or Aging &amp;lt;=30,'1 - 30 Days Late',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(Aging&amp;gt;30 or Aging &amp;lt;=60,'31 - 60 Days Late',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(Aging&amp;gt;60 or Aging &amp;lt;=90,'61 - 90 Days Late',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(Aging&amp;gt;90,'91+ Days Late'))))) as AgingDesc&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From FilePath;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 03:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-a-calculated-row-in-table/m-p/1156552#M906065</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-06-21T03:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: add a calculated row in table</title>
      <link>https://community.qlik.com/t5/QlikView/add-a-calculated-row-in-table/m-p/1156553#M906066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128568_Capture.PNG" style="height: 341px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 03:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-a-calculated-row-in-table/m-p/1156553#M906066</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-06-21T03:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: add a calculated row in table</title>
      <link>https://community.qlik.com/t5/QlikView/add-a-calculated-row-in-table/m-p/1156554#M906067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;Try this process :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Agening&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;90&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;85&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;55&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;80&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;21&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;30&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;120&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;500&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;8&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;8&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;50&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;300&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;8&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;15&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;87&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;600&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD*,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Agening='-','Current',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Agening&amp;gt;=1 and Agening&amp;lt;30,'31 - 30 Days Late',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Agening&amp;gt;=31 and Agening&amp;lt;60,'31 - 60 Days Late',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Agening&amp;gt;=61 and Agening&amp;lt;90,'61 - 90 Days Late',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Agening&amp;gt;=91,'91+ Days Late'))))) as @_Ageninng Resident Table1&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 04:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-a-calculated-row-in-table/m-p/1156554#M906067</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2016-06-21T04:41:13Z</dc:date>
    </item>
  </channel>
</rss>

