<?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: Row total Custamization in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153832#M520233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Thanks Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try it tomorrow and update you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Sep 2016 21:58:26 GMT</pubDate>
    <dc:creator>neelamsaroha157</dc:creator>
    <dc:date>2016-09-06T21:58:26Z</dc:date>
    <item>
      <title>Row total Custamization</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153828#M520229</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 have a Pivot table where I have to customize the Row level totals and the data is for rolling 12 months. &lt;/P&gt;&lt;P&gt;The expression I am using is:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/136606_Capture2.PNG" style="height: 40px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;if(IsNull(RowNo()) , 'n= ' &amp;amp; (Count(DISTINCT {&amp;lt;[Key Date Type] = {'DISCHARGE DATE'},Date ={"&amp;gt;=$(vRolling12MinDate)&amp;lt;=$(vAsOfDate)"}, Year = , Month = , Quarter =&amp;gt;}SURVEY_ID)),&lt;/P&gt;&lt;P&gt;(Count({&amp;lt;[Key Date Type] = {'DISCHARGE DATE'},Date ={"&amp;gt;=$(vRolling12MinDate)&amp;lt;=$(vAsOfDate)"}, Year = , Month = , Quarter =, ScoredStatus = {'1'}, CAHPS_Box_Type = {'TopBox'}&amp;gt;}RESPONSE)/&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Key Date Type] = {'DISCHARGE DATE'},Date ={"&amp;gt;=$(vRolling12MinDate)&amp;lt;=$(vAsOfDate)"}, Year = , Month = , Quarter =, ScoredStatus = {'1'}, CAHPS_Box_Type = {'*'}&amp;gt;}RESPONSE)&lt;/P&gt;&lt;P&gt;)*100&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result is as per requirement BUT the only issue is its showing all other Month-Year(All data scrambled in image) that falls out of the condition with no data.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture3.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/136607_Capture3.PNG" style="height: 38px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't figure out what I am doing wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would appreciate any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 19:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153828#M520229</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2016-09-06T19:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Row total Custamization</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153829#M520230</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;Maybe try Len(Trim(RowNo())) = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't think that RowNo() could be null, at least I haven't seen it yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 21:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153829#M520230</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2016-09-06T21:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Row total Custamization</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153830#M520231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to force your 'n=' to be zero so it's suppressed in the chart.&amp;nbsp; Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(IsNull(RowNo()) , Dual('n= ',0) &amp;amp; (Count(DISTINCT...etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 21:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153830#M520231</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2016-09-06T21:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Row total Custamization</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153831#M520232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Hi Sinan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;For the grand total the rowno() is always null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 21:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153831#M520232</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2016-09-06T21:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Row total Custamization</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153832#M520233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Thanks Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try it tomorrow and update you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 21:58:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153832#M520233</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2016-09-06T21:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Row total Custamization</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153833#M520234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might want to try this as well &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(IsNull(RowNo()) &lt;SPAN style="color: #ff0000;"&gt;and&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Count(DISTINCT {&amp;lt;[Key Date Type] = {'DISCHARGE DATE'},Date ={"&amp;gt;=$(vRolling12MinDate)&amp;lt;=$(vAsOfDate)"}, Year = , Month = , Quarter =&amp;gt;}SURVEY_ID) &amp;gt; 0&lt;/SPAN&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'n= ' &amp;amp; (Count(DISTINCT {&amp;lt;[Key Date Type] = {'DISCHARGE DATE'},Date ={"&amp;gt;=$(vRolling12MinDate)&amp;lt;=$(vAsOfDate)"}, Year = , Month = , Quarter =&amp;gt;}SURVEY_ID)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(Count({&amp;lt;[Key Date Type] = {'DISCHARGE DATE'},Date ={"&amp;gt;=$(vRolling12MinDate)&amp;lt;=$(vAsOfDate)"}, Year = , Month = , Quarter =, ScoredStatus = {'1'}, CAHPS_Box_Type = {'TopBox'}&amp;gt;}RESPONSE)/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;[Key Date Type] = {'DISCHARGE DATE'},Date ={"&amp;gt;=$(vRolling12MinDate)&amp;lt;=$(vAsOfDate)"}, Year = , Month = , Quarter =, ScoredStatus = {'1'}, CAHPS_Box_Type = {'*'}&amp;gt;}RESPONSE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)*100&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 22:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153833#M520234</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-06T22:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Row total Custamization</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153834#M520235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jason &lt;SPAN style="font-size: 13.3333px;"&gt;It didn't change anything..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 12:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153834#M520235</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2016-09-07T12:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Row total Custamization</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153835#M520236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 16:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153835#M520236</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2016-09-07T16:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Row total Custamization</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153836#M520237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the screenshot.&lt;/P&gt;&lt;P&gt;I just added the RowNo() and IsNull(RowNo()) as columns in the 'U. S. Presidents' application.&lt;IMG alt="Capture4.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/136715_Capture4.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 16:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153836#M520237</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2016-09-07T16:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Row total Custamization</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153837#M520238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post that app with your changes to save me digging it out and replicating your changes!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 16:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153837#M520238</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2016-09-07T16:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Row total Custamization</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153838#M520239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And that screenshot doesn't look like your previous one...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 16:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153838#M520239</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2016-09-07T16:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Row total Custamization</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153839#M520240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to sensitivity of data I cannot share the application.&lt;/P&gt;&lt;P&gt;And my bad I attached the wrong screenshot.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture5.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/136716_Capture5.PNG" style="height: 122px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 16:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153839#M520240</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2016-09-07T16:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Row total Custamization</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153840#M520241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you get a chance to try what I proposed below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If(IsNull(RowNo()) &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;and&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Count(DISTINCT {&amp;lt;[Key Date Type] = {'DISCHARGE DATE'},Date ={"&amp;gt;=$(vRolling12MinDate)&amp;lt;=$(vAsOfDate)"}, Year = , Month = , Quarter =&amp;gt;}SURVEY_ID) &amp;gt; 0&lt;/SPAN&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'n= ' &amp;amp; (Count(DISTINCT {&amp;lt;[Key Date Type] = {'DISCHARGE DATE'},Date ={"&amp;gt;=$(vRolling12MinDate)&amp;lt;=$(vAsOfDate)"}, Year = , Month = , Quarter =&amp;gt;}SURVEY_ID)),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;(Count({&amp;lt;[Key Date Type] = {'DISCHARGE DATE'},Date ={"&amp;gt;=$(vRolling12MinDate)&amp;lt;=$(vAsOfDate)"}, Year = , Month = , Quarter =, ScoredStatus = {'1'}, CAHPS_Box_Type = {'TopBox'}&amp;gt;}RESPONSE)/&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Count({&amp;lt;[Key Date Type] = {'DISCHARGE DATE'},Date ={"&amp;gt;=$(vRolling12MinDate)&amp;lt;=$(vAsOfDate)"}, Year = , Month = , Quarter =, ScoredStatus = {'1'}, CAHPS_Box_Type = {'*'}&amp;gt;}RESPONSE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)*100&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 16:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153840#M520241</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-07T16:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Row total Custamization</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153841#M520242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah Sunny, It did.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I knew this would work for sure and it did. But it just makes the calculation lengthy and more resource intensive.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Is there any other way to do it??&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 16:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153841#M520242</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2016-09-07T16:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Row total Custamization</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153842#M520243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahaha, I wish you had mention that before because we didn't know that you were trying to optimize your expression here. I think all ways would require you to use the the count expression to check if it is greater than 0 or not. That is just because how your expression is setup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 17:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153842#M520243</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-07T17:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Row total Custamization</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153843#M520244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 18:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153843#M520244</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2016-09-07T18:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Row total Custamization</title>
      <link>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153844#M520245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not a problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 18:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-total-Custamization/m-p/1153844#M520245</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-07T18:07:17Z</dc:date>
    </item>
  </channel>
</rss>

