<?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: Display Total in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-Total/m-p/1209319#M388174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a new small inline table to create a new field to use a dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Periods:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Year, ReportYear&lt;/P&gt;&lt;P&gt;2016, 2016 &lt;/P&gt;&lt;P&gt;2017, 2017&lt;/P&gt;&lt;P&gt;2018, 2018&lt;/P&gt;&lt;P&gt;2019, 2019&lt;/P&gt;&lt;P&gt;2020, 2020&lt;/P&gt;&lt;P&gt;2017-2020&lt;SPAN style="font-size: 13.3333px;"&gt; Total&lt;/SPAN&gt;, 2017&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2017-2020&lt;SPAN style="font-size: 13.3333px;"&gt; Total&lt;/SPAN&gt;, 2018&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2017-2020&lt;SPAN style="font-size: 13.3333px;"&gt; Total&lt;/SPAN&gt;, 2019&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2017-2020 Total, 2020&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Next reload the document and replace the Year dimension in your pivot table with the new ReportYear field.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Nov 2016 14:51:38 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-11-06T14:51:38Z</dc:date>
    <item>
      <title>Display Total</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Total/m-p/1209313#M388168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have requirement, in pivot table to display 6 yrs cost but total should add only 5 yrs cost. I have attached a sample output. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 15:22:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Total/m-p/1209313#M388168</guid>
      <dc:creator>santharubban</dc:creator>
      <dc:date>2016-11-04T15:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Display Total</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Total/m-p/1209314#M388169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Someone can help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 15:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Total/m-p/1209314#M388169</guid>
      <dc:creator>santharubban</dc:creator>
      <dc:date>2016-11-04T15:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Display Total</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Total/m-p/1209315#M388170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a synthetic dimension with Pick &amp;amp; match&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;=Pick(match(Dim, 'Calculation', 'Totals'),&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;Year, 'Totals')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;where Dim is a column created in script as inline which has two value &lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;Calculation, &lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;Totals&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif;"&gt;Or you can use valueList to create the synthetic dimension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;then use pick/match in expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;Pick(Match(Dim,&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;'Calculation', 'Totals'),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif;"&gt;Expression,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif;"&gt;ExpressionForTotal)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 15:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Total/m-p/1209315#M388170</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2016-11-04T15:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Display Total</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Total/m-p/1209316#M388171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 15:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Total/m-p/1209316#M388171</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2016-11-04T15:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Display Total</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Total/m-p/1209317#M388172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;I am having some if condition in expression, its not working in the pick match function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2016 22:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Total/m-p/1209317#M388172</guid>
      <dc:creator>santharubban</dc:creator>
      <dc:date>2016-11-05T22:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Display Total</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Total/m-p/1209318#M388173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;I am having some if condition in expression, its not working in the pick match function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2016 22:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Total/m-p/1209318#M388173</guid>
      <dc:creator>santharubban</dc:creator>
      <dc:date>2016-11-05T22:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Display Total</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Total/m-p/1209319#M388174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a new small inline table to create a new field to use a dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Periods:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Year, ReportYear&lt;/P&gt;&lt;P&gt;2016, 2016 &lt;/P&gt;&lt;P&gt;2017, 2017&lt;/P&gt;&lt;P&gt;2018, 2018&lt;/P&gt;&lt;P&gt;2019, 2019&lt;/P&gt;&lt;P&gt;2020, 2020&lt;/P&gt;&lt;P&gt;2017-2020&lt;SPAN style="font-size: 13.3333px;"&gt; Total&lt;/SPAN&gt;, 2017&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2017-2020&lt;SPAN style="font-size: 13.3333px;"&gt; Total&lt;/SPAN&gt;, 2018&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2017-2020&lt;SPAN style="font-size: 13.3333px;"&gt; Total&lt;/SPAN&gt;, 2019&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2017-2020 Total, 2020&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Next reload the document and replace the Year dimension in your pivot table with the new ReportYear field.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2016 14:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Total/m-p/1209319#M388174</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-11-06T14:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Display Total</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Total/m-p/1209320#M388175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Thanks for idea, Its worked. &lt;/P&gt;&lt;P&gt; Set analysis is not working as expected, Pick match is taking default date its not taking the selected date form &lt;SPAN style="font-size: 13.3333px;"&gt;_ISSUES_RPT_DATE date field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the expression below,&lt;/P&gt;&lt;P&gt;Pick(Match(_Dim,'_Calculation','_Totals')&lt;/P&gt;&lt;P&gt;,(&lt;/P&gt;&lt;P&gt;if([Report Section Code] = '14 - Status of End point by Volume/Revenue',&lt;/P&gt;&lt;P&gt;if([Cost Account Summary (BoD)] ='Capital Spending',&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;Num(((sum({&amp;lt;[Snapshot Effective In Date]=,_ISSUES_RPT_DATE=,_ISS_BOD_DATA_MART_EFF_IN_Y=,_CYCLE_PLAN_STAGE_PREVIOUS_ID =,[Snapshot Effective In Date]={"$(=GetFieldSelections(_ISSUES_RPT_DATE))"},[Report Section Code] = {'07 - End Point'}&amp;gt;}&lt;/P&gt;&lt;P&gt;TOTAL &amp;lt;_BU_COST_ACCOUNT_SUMMARY_LEVEL_N,_SUMMARY_DISPLAY_YEAR&amp;gt; _ABSORBED_COST_USD_A))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;[Snapshot Effective In Date]=,_ISSUES_RPT_DATE=,_ISS_BOD_DATA_MART_EFF_IN_Y=,_CYCLE_PLAN_STAGE_PREVIOUS_ID =,[Snapshot Effective In Date]={"$(=GetFieldSelections(_ISSUES_RPT_DATE))"},[Report Section Code] = {'12 - Volume'}&amp;gt;}&lt;/P&gt;&lt;P&gt;TOTAL &amp;lt;_BU_COST_ACCOUNT_SUMMARY_LEVEL_N,_SUMMARY_DISPLAY_YEAR&amp;gt; _ABSORBED_COST_USD_A))&lt;/P&gt;&lt;P&gt;),$(vFormate))),&lt;/P&gt;&lt;P&gt;Num((&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;[Snapshot Effective In Date]=,_ISSUES_RPT_DATE=,_ISS_BOD_DATA_MART_EFF_IN_Y=,_CYCLE_PLAN_STAGE_PREVIOUS_ID =,[Snapshot Effective In Date]={"$(=GetFieldSelections(_ISSUES_RPT_DATE))"},[Report Section Code] = {'07 - End Point'}&amp;gt;}&lt;/P&gt;&lt;P&gt;TOTAL &amp;lt;_BU_COST_ACCOUNT_SUMMARY_LEVEL_N,_SUMMARY_DISPLAY_YEAR&amp;gt; _ABSORBED_COST_USD_A))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Snapshot Effective In Date]=,_ISSUES_RPT_DATE=,_ISS_BOD_DATA_MART_EFF_IN_Y=,[Snapshot Effective In Date]={"$(=GetFieldSelections(_ISSUES_RPT_DATE))"},[Report Section Code] = {'13 - Revenue'}&amp;gt;}&lt;/P&gt;&lt;P&gt;TOTAL &amp;lt;_BU_COST_ACCOUNT_SUMMARY_LEVEL_N,_SUMMARY_DISPLAY_YEAR&amp;gt; _ABSORBED_COST_USD_A))&lt;/P&gt;&lt;P&gt;),&amp;nbsp; '#,##0.0%')&lt;/P&gt;&lt;P&gt;),&lt;/P&gt;&lt;P&gt;(If([Report Section Code] ='12 - Volume',Num(sum({&amp;lt;[Snapshot Effective In Date]=,_ISSUES_RPT_DATE=,_ISS_BOD_DATA_MART_EFF_IN_Y=,[Snapshot Effective In Date]={"$(=GetFieldSelections(_ISSUES_RPT_DATE))"}&amp;gt;}_ABSORBED_COST_USD_A)/1000,$(vFormate)),&lt;/P&gt;&lt;P&gt;(Num(sum({&amp;lt;[Snapshot Effective In Date]=,_ISSUES_RPT_DATE=,_ISS_BOD_DATA_MART_EFF_IN_Y=,[Snapshot Effective In Date]={"$(=GetFieldSelections(_ISSUES_RPT_DATE))"}&amp;gt;}_ABSORBED_COST_USD_A)/1000000,$(vFormate))))&lt;/P&gt;&lt;P&gt;))),&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;if([Report Section Code] = '14 - Status of End point by Volume/Revenue',&lt;/P&gt;&lt;P&gt;if([Cost Account Summary (BoD)] ='Capital Spending',&lt;/P&gt;&lt;P&gt;NUM((&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;[Snapshot Effective In Date]=,_ISSUES_RPT_DATE=,_ISS_BOD_DATA_MART_EFF_IN_Y=,_CYCLE_PLAN_STAGE_PREVIOUS_ID =,[Snapshot Effective In Date]={"$(=GetFieldSelections(_ISSUES_RPT_DATE))"} ,Year = {"&amp;gt;=$(=$(vCurrent_Year))&amp;lt;=$(=_AMORTIZATION_YRS)"},[Report Section Code] = {'07 - End Point'}&amp;gt;}&lt;/P&gt;&lt;P&gt;TOTAL &amp;lt;_BU_COST_ACCOUNT_SUMMARY_LEVEL_N,Year&amp;gt; _ABSORBED_COST_USD_A))/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;[Snapshot Effective In Date]=,_ISSUES_RPT_DATE=,_ISS_BOD_DATA_MART_EFF_IN_Y=,_CYCLE_PLAN_STAGE_PREVIOUS_ID =,[Snapshot Effective In Date]={"$(=GetFieldSelections(_ISSUES_RPT_DATE))"},Year = {"&amp;gt;=$(=$(vCurrent_Year))&amp;lt;=$(=_AMORTIZATION_YRS)"},[Report Section Code] = {'12 - Volume'}&amp;gt;}&lt;/P&gt;&lt;P&gt;TOTAL &amp;lt;_BU_COST_ACCOUNT_SUMMARY_LEVEL_N,Year&amp;gt; _ABSORBED_COST_USD_A))&lt;/P&gt;&lt;P&gt;),$(vFormate)),&lt;/P&gt;&lt;P&gt;nUM((&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;[Snapshot Effective In Date]=,_ISSUES_RPT_DATE=,_ISS_BOD_DATA_MART_EFF_IN_Y=,_CYCLE_PLAN_STAGE_PREVIOUS_ID =,[Snapshot Effective In Date]={"$(=GetFieldSelections(_ISSUES_RPT_DATE))"},Year = {"&amp;gt;=$(=$(vCurrent_Year))&amp;lt;=$(=_AMORTIZATION_YRS)"},[Report Section Code] = {'07 - End Point'}&amp;gt;}&lt;/P&gt;&lt;P&gt;TOTAL &amp;lt;_BU_COST_ACCOUNT_SUMMARY_LEVEL_N,Year&amp;gt; _ABSORBED_COST_USD_A))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Snapshot Effective In Date]=,_ISSUES_RPT_DATE=,_ISS_BOD_DATA_MART_EFF_IN_Y=,[Snapshot Effective In Date]={"$(=GetFieldSelections(_ISSUES_RPT_DATE))"},Year = {"&amp;gt;=$(=$(vCurrent_Year))&amp;lt;=$(=_AMORTIZATION_YRS)"},[Report Section Code] = {'13 - Revenue'}&amp;gt;}&lt;/P&gt;&lt;P&gt;TOTAL &amp;lt;_BU_COST_ACCOUNT_SUMMARY_LEVEL_N,Year&amp;gt; _ABSORBED_COST_USD_A))&lt;/P&gt;&lt;P&gt;),&amp;nbsp; '#,##0.0%')&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;(If([Report Section Code] ='12 - Volume',Num(sum({&amp;lt;[Snapshot Effective In Date]=,_ISSUES_RPT_DATE=,_ISS_BOD_DATA_MART_EFF_IN_Y=,_CYCLE_PLAN_STAGE_PREVIOUS_ID =,Year = {"&amp;gt;=$(=$(vCurrent_Year))&amp;lt;=$(=_AMORTIZATION_YRS)"},[Snapshot Effective In Date]={"$(=GetFieldSelections(_ISSUES_RPT_DATE))"}&amp;gt;}_ABSORBED_COST_USD_A)/1000,$(vFormate)),&lt;/P&gt;&lt;P&gt;(Num(sum({&amp;lt;[Snapshot Effective In Date]=,_ISSUES_RPT_DATE=,_ISS_BOD_DATA_MART_EFF_IN_Y=,_CYCLE_PLAN_STAGE_PREVIOUS_ID =,Year = {"&amp;gt;=$(=$(vCurrent_Year))&amp;lt;=$(=_AMORTIZATION_YRS)"},[Snapshot Effective In Date]={"$(=GetFieldSelections(_ISSUES_RPT_DATE))"}&amp;gt;}_ABSORBED_COST_USD_A)/1000000,$(vFormate))))&lt;/P&gt;&lt;P&gt;))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and one of the Dimension is below :&lt;/P&gt;&lt;P&gt;Pick(Match(_Dim,'_Calculation', '_Totals'), _SUMMARY_DISPLAY_YEAR, _DISPLAY_SUMMARY_TOTAL)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 15:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Total/m-p/1209320#M388175</guid>
      <dc:creator>santharubban</dc:creator>
      <dc:date>2016-11-22T15:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Display Total</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Total/m-p/1209321#M388176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am uploading sample application. Someone can help me pls.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 15:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Total/m-p/1209321#M388176</guid>
      <dc:creator>santharubban</dc:creator>
      <dc:date>2016-11-22T15:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Display Total</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Total/m-p/1209322#M388177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can someone help me an above issues&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 16:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Total/m-p/1209322#M388177</guid>
      <dc:creator>santharubban</dc:creator>
      <dc:date>2016-11-22T16:37:19Z</dc:date>
    </item>
  </channel>
</rss>

