<?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: General Query in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/General-Query/m-p/909222#M983399</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;Test:&lt;/P&gt;&lt;P&gt;LOAD *,&amp;nbsp; if(Match(Link_Product, 'A', 'B'), 'Small', if(Match(Link_Product, 'C', 'D', 'E'), 'Large')) AS Product Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Link_Product&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;E&lt;/P&gt;&lt;P&gt;F&lt;/P&gt;&lt;P&gt;G&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Link_Product, if(not Match(Link_Product, 'G'), 'Total') AS Product Resident Test;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Aug 2015 06:02:37 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2015-08-04T06:02:37Z</dc:date>
    <item>
      <title>General Query</title>
      <link>https://community.qlik.com/t5/QlikView/General-Query/m-p/909218#M983395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need one field named as "Products" listed below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="99" style="border: 1px solid rgb(0, 0, 0); width: 87px; height: 84px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Products&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Small&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Large&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Total&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if Click on Small the it should show Small Products (A,B) only.&lt;/P&gt;&lt;P&gt;And if Click on Large then it should show Large Products (C,D,E)only,&lt;/P&gt;&lt;P&gt;And if Click on Total then it should show all the Products &lt;SPAN style="font-size: 13.3333330154419px;"&gt; (A,B,C,D,E,F)&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have following field on all the product named as Link_Product&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="208" style="border: 1px solid rgb(0, 0, 0); width: 127px; height: 210px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Link_Product&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;E&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;F&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;G&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Small Products are : A, B&lt;/P&gt;&lt;P&gt;Large Products are: C,D,E&lt;/P&gt;&lt;P&gt;Total Total Products are: A,B,C,D,E,F (Excluding G)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 05:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Query/m-p/909218#M983395</guid>
      <dc:creator>Mahamed_Qlik</dc:creator>
      <dc:date>2015-08-04T05:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: General Query</title>
      <link>https://community.qlik.com/t5/QlikView/General-Query/m-p/909219#M983396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to create the Products field in script (Back End)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 05:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Query/m-p/909219#M983396</guid>
      <dc:creator>Mahamed_Qlik</dc:creator>
      <dc:date>2015-08-04T05:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: General Query</title>
      <link>https://community.qlik.com/t5/QlikView/General-Query/m-p/909220#M983397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load the products in a way that associates the product types with the products:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * &lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Product, Type&lt;/P&gt;&lt;P&gt;&amp;nbsp; A, Small&lt;/P&gt;&lt;P&gt;&amp;nbsp; B, Small&lt;/P&gt;&lt;P&gt;&amp;nbsp; C, Large&lt;/P&gt;&lt;P&gt;&amp;nbsp; D, Large&lt;/P&gt;&lt;P&gt;&amp;nbsp; E, Large&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total is the same as nothing selected, so you dont really need that. But if you insist on doing that, add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A, Total&lt;/P&gt;&lt;P&gt;B, Total &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to the load above. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(The inline load is for example purposes - change the inline load to whatever source you are loading from)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 05:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Query/m-p/909220#M983397</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-04T05:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: General Query</title>
      <link>https://community.qlik.com/t5/QlikView/General-Query/m-p/909221#M983398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share sample qvw ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 06:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Query/m-p/909221#M983398</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2015-08-04T06:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: General Query</title>
      <link>https://community.qlik.com/t5/QlikView/General-Query/m-p/909222#M983399</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;Test:&lt;/P&gt;&lt;P&gt;LOAD *,&amp;nbsp; if(Match(Link_Product, 'A', 'B'), 'Small', if(Match(Link_Product, 'C', 'D', 'E'), 'Large')) AS Product Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Link_Product&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;E&lt;/P&gt;&lt;P&gt;F&lt;/P&gt;&lt;P&gt;G&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Link_Product, if(not Match(Link_Product, 'G'), 'Total') AS Product Resident Test;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 06:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Query/m-p/909222#M983399</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-08-04T06:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: General Query</title>
      <link>https://community.qlik.com/t5/QlikView/General-Query/m-p/909223#M983400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the attached app and script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Product:&lt;/P&gt;&lt;P&gt;Load*,If(Match(Link_Product,'A','B'),'Small',If(Match(Link_Product,'C','D','E'),'Large')) as Size;&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Link_Product&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;E&lt;/P&gt;&lt;P&gt;F&lt;/P&gt;&lt;P&gt;G];&lt;/P&gt;&lt;P&gt;Load Link_Product, if(not Match(Link_Product, 'G'), 'Total') AS Size Resident Product;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 06:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Query/m-p/909223#M983400</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-08-04T06:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: General Query</title>
      <link>https://community.qlik.com/t5/QlikView/General-Query/m-p/909224#M983401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahamed Khan, Mayil Vahanan Ramasamy's solution is working for me. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 06:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Query/m-p/909224#M983401</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-04T06:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: General Query</title>
      <link>https://community.qlik.com/t5/QlikView/General-Query/m-p/909225#M983402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one field named as Link_Products which contains 7 values (A,B,C,D,E,F,G) and further i want to categories it &lt;/P&gt;&lt;P&gt;in Small (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;A, B)&lt;/SPAN&gt; Large (&lt;SPAN style="font-size: 13.3333330154419px;"&gt;C,D,E)&lt;/SPAN&gt; and Total &lt;SPAN style="font-size: 13.3333330154419px;"&gt;(A,B,C,D,E,F) and this three categories should be in single field named as Products.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 06:08:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Query/m-p/909225#M983402</guid>
      <dc:creator>Mahamed_Qlik</dc:creator>
      <dc:date>2015-08-04T06:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: General Query</title>
      <link>https://community.qlik.com/t5/QlikView/General-Query/m-p/909226#M983403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Use the below script: Here use Product for your requirement. Hope this will help you. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Test:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;LOAD *,&amp;nbsp; if(Match(Link_Product, 'A', 'B'), 'Small', if(Match(Link_Product, 'C', 'D', 'E'), 'Large',if(Match(Link_Product, 'A', 'B''C', 'D', 'E'), 'Large'))) AS Product Inline&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Link_Product&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;B&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;C&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;D&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;E&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;F&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;G&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Load Link_Product, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;if(not Match(Link_Product, 'G'), 'Total') AS Product &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Resident Test;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 06:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Query/m-p/909226#M983403</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-04T06:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: General Query</title>
      <link>https://community.qlik.com/t5/QlikView/General-Query/m-p/909227#M983404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/Mahamedfaijan"&gt;Mahamedfaijan&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you get the solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 07:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Query/m-p/909227#M983404</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-04T07:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: General Query</title>
      <link>https://community.qlik.com/t5/QlikView/General-Query/m-p/909228#M983405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is good practice to maintain the mapping details in an excel in the below format so that if there is any new Products/change in Type then it is easier to handle. &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;&amp;nbsp; Product, Type&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; A, Small&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; B, Small&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; C, Large&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; D, Large&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; E, Large&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;Now load this data into Qlikview file, the mapping is done automatically.&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;Hope this helps you.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 10:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Query/m-p/909228#M983405</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-04T10:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: General Query</title>
      <link>https://community.qlik.com/t5/QlikView/General-Query/m-p/909229#M983406</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;use below script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product, Link_Product&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Small, A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Small, B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Large, C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Large, D&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Large, E&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total, A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total, B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total, C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total, D&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total, E&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total, F&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; , G&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 10:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Query/m-p/909229#M983406</guid>
      <dc:creator>mightyqlikers</dc:creator>
      <dc:date>2015-08-04T10:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: General Query</title>
      <link>https://community.qlik.com/t5/QlikView/General-Query/m-p/909230#M983407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/Mahamedfaijan"&gt;Mahamedfaijan&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.6999998092651px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please close the thread by selecting &lt;STRONG&gt;Correct Answer&lt;/STRONG&gt;. Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 03:50:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Query/m-p/909230#M983407</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-05T03:50:19Z</dc:date>
    </item>
  </channel>
</rss>

