<?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 Please Experts. Really Desperate. Can this be done??? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Please-Experts-Really-Desperate-Can-this-be-done/m-p/1558080#M742972</link>
    <description>&lt;DIV class="topic-subject-wrapper"&gt;&lt;DIV class="lia-message-subject lia-component-message-view-widget-subject"&gt;&lt;DIV class="MessageSubject"&gt;&lt;DIV class="MessageSubjectIcons "&gt;&lt;DIV class="lia-message-subject"&gt;Need help adding data&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Hello Experts:&lt;/P&gt;&lt;P&gt;I am a front end user of Qlik. I dont have admin access.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem and it goes something like this:&lt;/P&gt;&lt;P&gt;This is my&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;&lt;STRONG&gt;straight table&lt;/STRONG&gt;&lt;/U&gt;:&lt;/P&gt;&lt;P&gt;The formula to get below info is:&amp;nbsp;Sum({$&amp;lt;Brand={'GREEN'}&amp;gt;}[# Amount])&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;REGION&lt;/TD&gt;&lt;TD&gt;Territory&lt;/TD&gt;&lt;TD&gt;Territory Sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;West&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;COMBINED&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;$2831&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;West&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ABC&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;$594&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;West&lt;/TD&gt;&lt;TD&gt;ZZ5&lt;/TD&gt;&lt;TD&gt;$2810&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;West&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;XYZ&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;$858&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;West&lt;/TD&gt;&lt;TD&gt;ZZ3&lt;/TD&gt;&lt;TD&gt;$1267&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;West&lt;/TD&gt;&lt;TD&gt;ZZ2&lt;/TD&gt;&lt;TD&gt;$1936&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to do something like this:&lt;/P&gt;&lt;P&gt;=if(&lt;/P&gt;&lt;P&gt;Territory={'COMBINE'},&lt;/P&gt;&lt;P&gt;(Sum({$&amp;lt;Territory={'COMBINE','ABC','XYZ'},Brand={'GREEN'}&amp;gt;}[# Amount]),&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Brand={'GREEN'}&amp;gt;}[# Amount])&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;Basically, I want to end up with "Combine" province Sales number as (&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;$2831 +&amp;nbsp;$594 +&amp;nbsp;$858&lt;FONT color="#000000"&gt;)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#000000"&gt;instead of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;$2831&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I have also tried this formula but it doesn't work:&lt;/P&gt;&lt;P&gt;=if(&lt;/P&gt;&lt;P&gt;Territory={'COMBINE'},&lt;/P&gt;&lt;P&gt;((Sum({$&amp;lt;Territory={'COMBINE'},Brand={'GREEN'}&amp;gt;}[# Amount])&amp;nbsp;&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;(Sum({$&amp;lt;Territory={'ABC'},Brand={'GREEN'}&amp;gt;}[# Amount])&amp;nbsp;&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;(Sum({$&amp;lt;Territory={'XYZ'},Brand={'GREEN'}&amp;gt;}[# Amount])),&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Brand={'GREEN'}&amp;gt;}[# Amount]))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Dimension Solution&lt;/STRONG&gt;&lt;/U&gt;:&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can even work with:&lt;/P&gt;&lt;P&gt;COMBINE + ABC = &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;$3,425 ($594 + $2,831)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;COMBINE + XYZ = &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;$3,689 ($858 + 2,831)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am not sure if there is a solution for this or not but at this time I am willing to try anything.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also if you find, comma of brackets mistake do highlight but try to look past it as I have tried to make sure the brackets and commas are correct.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>jadams123</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Please Experts. Really Desperate. Can this be done???</title>
      <link>https://community.qlik.com/t5/QlikView/Please-Experts-Really-Desperate-Can-this-be-done/m-p/1558080#M742972</link>
      <description>&lt;DIV class="topic-subject-wrapper"&gt;&lt;DIV class="lia-message-subject lia-component-message-view-widget-subject"&gt;&lt;DIV class="MessageSubject"&gt;&lt;DIV class="MessageSubjectIcons "&gt;&lt;DIV class="lia-message-subject"&gt;Need help adding data&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Hello Experts:&lt;/P&gt;&lt;P&gt;I am a front end user of Qlik. I dont have admin access.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem and it goes something like this:&lt;/P&gt;&lt;P&gt;This is my&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;&lt;STRONG&gt;straight table&lt;/STRONG&gt;&lt;/U&gt;:&lt;/P&gt;&lt;P&gt;The formula to get below info is:&amp;nbsp;Sum({$&amp;lt;Brand={'GREEN'}&amp;gt;}[# Amount])&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;REGION&lt;/TD&gt;&lt;TD&gt;Territory&lt;/TD&gt;&lt;TD&gt;Territory Sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;West&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;COMBINED&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;$2831&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;West&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ABC&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;$594&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;West&lt;/TD&gt;&lt;TD&gt;ZZ5&lt;/TD&gt;&lt;TD&gt;$2810&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;West&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;XYZ&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;$858&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;West&lt;/TD&gt;&lt;TD&gt;ZZ3&lt;/TD&gt;&lt;TD&gt;$1267&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;West&lt;/TD&gt;&lt;TD&gt;ZZ2&lt;/TD&gt;&lt;TD&gt;$1936&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to do something like this:&lt;/P&gt;&lt;P&gt;=if(&lt;/P&gt;&lt;P&gt;Territory={'COMBINE'},&lt;/P&gt;&lt;P&gt;(Sum({$&amp;lt;Territory={'COMBINE','ABC','XYZ'},Brand={'GREEN'}&amp;gt;}[# Amount]),&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Brand={'GREEN'}&amp;gt;}[# Amount])&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;Basically, I want to end up with "Combine" province Sales number as (&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;$2831 +&amp;nbsp;$594 +&amp;nbsp;$858&lt;FONT color="#000000"&gt;)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#000000"&gt;instead of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;$2831&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I have also tried this formula but it doesn't work:&lt;/P&gt;&lt;P&gt;=if(&lt;/P&gt;&lt;P&gt;Territory={'COMBINE'},&lt;/P&gt;&lt;P&gt;((Sum({$&amp;lt;Territory={'COMBINE'},Brand={'GREEN'}&amp;gt;}[# Amount])&amp;nbsp;&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;(Sum({$&amp;lt;Territory={'ABC'},Brand={'GREEN'}&amp;gt;}[# Amount])&amp;nbsp;&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;(Sum({$&amp;lt;Territory={'XYZ'},Brand={'GREEN'}&amp;gt;}[# Amount])),&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Brand={'GREEN'}&amp;gt;}[# Amount]))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Dimension Solution&lt;/STRONG&gt;&lt;/U&gt;:&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can even work with:&lt;/P&gt;&lt;P&gt;COMBINE + ABC = &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;$3,425 ($594 + $2,831)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;COMBINE + XYZ = &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;$3,689 ($858 + 2,831)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am not sure if there is a solution for this or not but at this time I am willing to try anything.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also if you find, comma of brackets mistake do highlight but try to look past it as I have tried to make sure the brackets and commas are correct.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-Experts-Really-Desperate-Can-this-be-done/m-p/1558080#M742972</guid>
      <dc:creator>jadams123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Please Experts. Really Desperate. Can this be done???</title>
      <link>https://community.qlik.com/t5/QlikView/Please-Experts-Really-Desperate-Can-this-be-done/m-p/1558113#M742973</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Calculated dimension, rather than expression;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="20190318_1.png" style="width: 692px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/8316i90FA97FD44A7EC79/image-size/large?v=v2&amp;amp;px=999" role="button" title="20190318_1.png" alt="20190318_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;=if(Match(Territory,'COMBINED','ABC','XYZ')&amp;gt;0,'COMBINED',Territory)&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 20:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-Experts-Really-Desperate-Can-this-be-done/m-p/1558113#M742973</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2019-03-18T20:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Please Experts. Really Desperate. Can this be done???</title>
      <link>https://community.qlik.com/t5/QlikView/Please-Experts-Really-Desperate-Can-this-be-done/m-p/1558125#M742974</link>
      <description>No this does work.&lt;BR /&gt;&lt;BR /&gt;I was "combine + Abc" as territory 1 then "combine Xyz" as territory 2 else territory.&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Mar 2019 20:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-Experts-Really-Desperate-Can-this-be-done/m-p/1558125#M742974</guid>
      <dc:creator>jadams123</dc:creator>
      <dc:date>2019-03-18T20:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Please Experts. Really Desperate. Can this be done???</title>
      <link>https://community.qlik.com/t5/QlikView/Please-Experts-Really-Desperate-Can-this-be-done/m-p/1558127#M742975</link>
      <description>&lt;P&gt;First section read like you wanted the three numbers combined … you actually want COMBINE added separately to XYZ and ABC?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 20:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-Experts-Really-Desperate-Can-this-be-done/m-p/1558127#M742975</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2019-03-18T20:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Please Experts. Really Desperate. Can this be done???</title>
      <link>https://community.qlik.com/t5/QlikView/Please-Experts-Really-Desperate-Can-this-be-done/m-p/1558131#M742976</link>
      <description>&lt;P&gt;Maybe tweak the dimension &amp;amp; use this expression;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Territory-={'COMBINED'}&amp;gt;}[Territory Sales])+if(Match(Territory,'XYZ','ABC')&amp;gt;0,sum(TOTAL {&amp;lt;Territory={'COMBINED'}&amp;gt;}[Territory Sales]),0)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="20190318_2.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/8320i5D354A8F923CBCE7/image-size/large?v=v2&amp;amp;px=999" role="button" title="20190318_2.png" alt="20190318_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 20:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-Experts-Really-Desperate-Can-this-be-done/m-p/1558131#M742976</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2019-03-18T20:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Please Experts. Really Desperate. Can this be done???</title>
      <link>https://community.qlik.com/t5/QlikView/Please-Experts-Really-Desperate-Can-this-be-done/m-p/1558135#M742977</link>
      <description>Yes the first section i wanted 3 territories in expressions.&lt;BR /&gt;&lt;BR /&gt;If that cant work then i want in dimensions.&lt;BR /&gt;&lt;BR /&gt;Combine + abc as territory 1.&lt;BR /&gt;Combine + xyz as territory 2.</description>
      <pubDate>Mon, 18 Mar 2019 20:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-Experts-Really-Desperate-Can-this-be-done/m-p/1558135#M742977</guid>
      <dc:creator>jadams123</dc:creator>
      <dc:date>2019-03-18T20:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Please Experts. Really Desperate. Can this be done???</title>
      <link>https://community.qlik.com/t5/QlikView/Please-Experts-Really-Desperate-Can-this-be-done/m-p/1558477#M742978</link>
      <description>&lt;P&gt;I found a solution:&lt;/P&gt;&lt;P&gt;=if(match(Territory,'XYZ')&amp;gt;0,Sum(total{$&amp;lt; Territory={'COMBINE'}, Brand={'Brands'}&amp;gt;}[# Amount]), if, if, if...&lt;/P&gt;&lt;P&gt;What this does is that it puts $200 in the formula column. Then I plus Actuals +&amp;nbsp; Formula column.&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Formula&lt;/TD&gt;&lt;TD&gt;Actuals&lt;/TD&gt;&lt;TD&gt;Col. A+ Col. B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;COMBINE&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;$200.00&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;XYZ&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;$200.00&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;$100.00&lt;/TD&gt;&lt;TD&gt;$300.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABC&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;$200.00&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;$200.00&lt;/TD&gt;&lt;TD&gt;$400.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;EFG&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;$200.00&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;$300.00&lt;/TD&gt;&lt;TD&gt;$500.00&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks everyone for you help and support.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 13:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-Experts-Really-Desperate-Can-this-be-done/m-p/1558477#M742978</guid>
      <dc:creator>jadams123</dc:creator>
      <dc:date>2019-03-19T13:35:07Z</dc:date>
    </item>
  </channel>
</rss>

