<?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: Set Analysis - OR in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152757#M916241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;CategoryA = {'ProductA'}&amp;gt; + &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;CategoryB = {'ProductA'}&amp;gt;&lt;/STRONG&gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 May 2016 10:30:10 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-05-16T10:30:10Z</dc:date>
    <item>
      <title>Set Analysis - OR</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152751#M916235</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 value field called 'Sales' and two category fields, for example 'CategoryA' and 'CategoryB'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to include the expression sum(Sales) but only where CategoryA &lt;STRONG&gt;OR &lt;/STRONG&gt;CategoryB equal "ProductA"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would the set analysis be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152751#M916235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - OR</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152752#M916236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;Category = {'CategoryA', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'CategoryB'&lt;/SPAN&gt;}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152752#M916236</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-16T10:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - OR</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152753#M916237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;if (CategoryA ='ProductA' or CategoryB='ProductA', sum(Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152753#M916237</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2016-05-16T10:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - OR</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152754#M916238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Try this&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Catageory={'C&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ategoryA ',' CategoryB'}&amp;gt;}sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152754#M916238</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-05-16T10:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - OR</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152755#M916239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The fields are CategoryA and CategoryB and I want to include when the value in either CategoryA or CategoryB is ProductA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152755#M916239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-16T10:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - OR</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152756#M916240</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'd rather not use if statements&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152756#M916240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-16T10:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - OR</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152757#M916241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;CategoryA = {'ProductA'}&amp;gt; + &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;CategoryB = {'ProductA'}&amp;gt;&lt;/STRONG&gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152757#M916241</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-16T10:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - OR</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152758#M916242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;CategoryA='ProductA' or CategoryB='ProdcutA' &amp;gt;}sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152758#M916242</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-05-16T10:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - OR</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152759#M916243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;CategoryA = {'ProductA'}&amp;gt;}Sales)+&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;CategoryB = {'ProductA'}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152759#M916243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-16T10:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - OR</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152760#M916244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum({&amp;lt;CategoryA ={'Product A'} &amp;gt; +&amp;nbsp; &amp;lt;CategoryB={'Product A'}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152760#M916244</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-16T10:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - OR</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152761#M916245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CategoryA={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ProductA'&lt;/SPAN&gt;}&lt;/SPAN&gt;&amp;gt; + &lt;SPAN style="font-size: 13.3333px;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CategoryB={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ProductA'&lt;/SPAN&gt;}&amp;gt;} &lt;/SPAN&gt;Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152761#M916245</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-05-16T10:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - OR</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152762#M916246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks good, however I want to include other set analysis criteria.&amp;nbsp; Here is the actual expression I am using, but it's telling me there is an error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[XL Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=$(vLatestReturnsDate)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Ledger Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Actual"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Commission Of]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Salads"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}+&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Trading Of]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Salads"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Hds/Kg KPI]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152762#M916246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-16T10:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - OR</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152763#M916247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it would be then&lt;/P&gt;&lt;P&gt;sum({&amp;lt;CategoryA ={'ProductA'}&amp;gt;+&amp;lt; CategoryB={'ProductA'}&amp;gt;} sum(Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152763#M916247</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2016-05-16T10:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - OR</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152764#M916248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Try this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[XL Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=$(vLatestReturnsDate)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Ledger Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Actual"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Commission Of]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Salads"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&amp;lt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[XL Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=$(vLatestReturnsDate)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Ledger Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Actual"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;[Trading Of]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Salads"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Hds/Kg KPI]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152764#M916248</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2016-05-16T10:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - OR</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152765#M916249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CategoryA={'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ProductA'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CategoryB={'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ProductA'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sales&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152765#M916249</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-16T10:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - OR</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152766#M916250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace the &lt;SPAN style="font-size: 8pt;"&gt;+&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Trading Of]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Salads"} with ,&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Trading Of]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Salads"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152766#M916250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-16T10:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - OR</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152767#M916251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Try this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #575757;"&gt;&lt;STRONG&gt;Sum({&amp;lt;[XL Date] = {"&amp;lt;=$(vLatestReturnsDate)"}, [Ledger Type]={"Actual"}, [Commission Of]={'Salads'}&amp;gt; +&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;&amp;lt;[XL Date] = {"&amp;lt;=$(vLatestReturnsDate)"}, [Ledger Type]={"Actual"}, &lt;/SPAN&gt;[Trading Of]={'Salads'}&amp;gt;}[Hds/Kg KPI]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 10:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-OR/m-p/1152767#M916251</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-16T10:45:44Z</dc:date>
    </item>
  </channel>
</rss>

