<?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: Making Field Value As Appear as Total in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Making-Field-Value-As-Appear-as-Total/m-p/977600#M333983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;close the discussion..by marking as helpful or correct answer....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Dec 2015 10:22:32 GMT</pubDate>
    <dc:creator>kavita25</dc:creator>
    <dc:date>2015-12-23T10:22:32Z</dc:date>
    <item>
      <title>Making Field Value As Appear as Total</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Field-Value-As-Appear-as-Total/m-p/977591#M333974</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;&lt;/P&gt;&lt;P&gt;I have a query wherein I have two fields which need to be concatenated in a way that one field's value appears as total of its linked values from the other field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make it clear I have created a sample data, please view the images below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109775_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output Required :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Output1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/109776_Output1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the picture "Output Required" above, I require the Country sales to be shown right below the Name wise sales in aggregation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how this can be achieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Umar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 05:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-Field-Value-As-Appear-as-Total/m-p/977591#M333974</guid>
      <dc:creator>umartareen</dc:creator>
      <dc:date>2015-12-23T05:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Making Field Value As Appear as Total</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Field-Value-As-Appear-as-Total/m-p/977592#M333975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Umar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest to create a composite key like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/85616"&gt;Can i combine two dimension together?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/91897"&gt;Merging two dimensions into one&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 06:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-Field-Value-As-Appear-as-Total/m-p/977592#M333975</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-23T06:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Making Field Value As Appear as Total</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Field-Value-As-Appear-as-Total/m-p/977593#M333976</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID,&lt;/P&gt;&lt;P&gt;Names,&lt;/P&gt;&lt;P&gt;Country,&lt;/P&gt;&lt;P&gt;Sales&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MasterData:&lt;/P&gt;&lt;P&gt;LOAD DISTINCT&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;Names AS Name_Country_Field&lt;/P&gt;&lt;P&gt;Resident Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Concatenate(MasterData)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD DISTINCT&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ID,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Country &lt;SPAN style="font-size: 13.3333px;"&gt;AS Name_Country_Field&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident Data;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Now use &lt;SPAN style="font-size: 13.3333px;"&gt;Name_Country_Field as dimension in your Chart.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 06:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-Field-Value-As-Appear-as-Total/m-p/977593#M333976</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-12-23T06:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Making Field Value As Appear as Total</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Field-Value-As-Appear-as-Total/m-p/977594#M333977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is not to make a composite key, as it gives an output with the two fields next to each other separated by the delimeter.&lt;/P&gt;&lt;P&gt;Example : (Country &amp;amp; '-' &amp;amp; Name) would produce the field output like (India-John).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is a bit different.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The field values of Country must have the respective field values of Name above it :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Example :&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="margin-left: 4.8pt;" width="176"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="112"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;John&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-left: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;20&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="112"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Josh&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;40&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="112"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Mary&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;40&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="112"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: black;"&gt;India&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;&lt;STRONG style="color: black;"&gt;100&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="112"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;John&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;20&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="112"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Josh&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;20&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="112"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: black;"&gt;China&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="margin-bottom: .0001pt; text-align: right;"&gt;&lt;STRONG style="color: black;"&gt;40&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As seen above, India and China are coming as totals for the Names Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please view the below pictures, as I have simplified them for a clearer understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Output2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/109793_Output2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109777_Capture2.PNG" style="height: auto;" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Umar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 06:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-Field-Value-As-Appear-as-Total/m-p/977594#M333977</guid>
      <dc:creator>umartareen</dc:creator>
      <dc:date>2015-12-23T06:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Making Field Value As Appear as Total</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Field-Value-As-Appear-as-Total/m-p/977595#M333978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the response. This is how one would work when concatenating two field values.&lt;/P&gt;&lt;P&gt;But the limitation is the field values do not repeat as shown in my required output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The concern is, how to group them in a way where my Name field is aggregated by Country field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Umar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 06:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-Field-Value-As-Appear-as-Total/m-p/977595#M333978</guid>
      <dc:creator>umartareen</dc:creator>
      <dc:date>2015-12-23T06:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Making Field Value As Appear as Total</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Field-Value-As-Appear-as-Total/m-p/977596#M333979</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;Instead of attaching screenshot, if you attach data it would be easier to provide solution.&amp;nbsp; Check below link hope it helps you in getting the answers faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7538"&gt;Qlik Community Tip: Posting Successful Discussion Threads&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best Option for this use Pivot Table with Country and Names as dimension and Sum(Sales) as expression, instead of changing your datamodel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 06:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-Field-Value-As-Appear-as-Total/m-p/977596#M333979</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-12-23T06:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Making Field Value As Appear as Total</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Field-Value-As-Appear-as-Total/m-p/977597#M333980</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;Refer the attachment...Its similar to your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kavita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 08:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-Field-Value-As-Appear-as-Total/m-p/977597#M333980</guid>
      <dc:creator>kavita25</dc:creator>
      <dc:date>2015-12-23T08:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Making Field Value As Appear as Total</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Field-Value-As-Appear-as-Total/m-p/977598#M333981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just Modified the &lt;A href="https://community.qlik.com/qlik-users/145103"&gt;kavita25&lt;/A&gt; chart, Based on your Data..&lt;/P&gt;&lt;P&gt;It's looks like this..&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109812_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 09:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-Field-Value-As-Appear-as-Total/m-p/977598#M333981</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-12-23T09:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Making Field Value As Appear as Total</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Field-Value-As-Appear-as-Total/m-p/977599#M333982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Thank you Kavita and Settu ! Works perfect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also found a way to achieve this in the script level. Will post it soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Umar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 10:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-Field-Value-As-Appear-as-Total/m-p/977599#M333982</guid>
      <dc:creator>umartareen</dc:creator>
      <dc:date>2015-12-23T10:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Making Field Value As Appear as Total</title>
      <link>https://community.qlik.com/t5/QlikView/Making-Field-Value-As-Appear-as-Total/m-p/977600#M333983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;close the discussion..by marking as helpful or correct answer....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 10:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Making-Field-Value-As-Appear-as-Total/m-p/977600#M333983</guid>
      <dc:creator>kavita25</dc:creator>
      <dc:date>2015-12-23T10:22:32Z</dc:date>
    </item>
  </channel>
</rss>

