<?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 Can you merge the 2 set analysis expressions? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-you-merge-the-2-set-analysis-expressions/m-p/1417794#M819538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you merge these two expressions if possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Into 1 expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;ADVISORS={"JAMES"}&amp;gt;}SALES)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({1&amp;lt;DEC_Month={'$(vCurrMth)'}&amp;gt;}SALES)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>aaronnayan</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Can you merge the 2 set analysis expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-merge-the-2-set-analysis-expressions/m-p/1417794#M819538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you merge these two expressions if possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Into 1 expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;ADVISORS={"JAMES"}&amp;gt;}SALES)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({1&amp;lt;DEC_Month={'$(vCurrMth)'}&amp;gt;}SALES)&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/Can-you-merge-the-2-set-analysis-expressions/m-p/1417794#M819538</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can you merge the 2 set analysis expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-merge-the-2-set-analysis-expressions/m-p/1417795#M819539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to get the sum of them using one expression, try like:&lt;/P&gt;&lt;P&gt;using &lt;STRONG&gt;OR&lt;/STRONG&gt; logic:&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;EM&gt;sum({$&amp;lt;ADVISORS={"JAMES"}&lt;SPAN style="color: #ff0000;"&gt;&amp;gt;&lt;STRONG&gt; +&lt;/STRONG&gt; &amp;lt;&lt;/SPAN&gt;DEC_Month={'$(vCurrMth)'}&amp;gt;}SALES)&lt;/EM&gt;&lt;/SPAN&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;if you want both the condition to be true, try like:&lt;/SPAN&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; using &lt;STRONG&gt;AND&lt;/STRONG&gt; logic:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;sum({$&amp;lt;ADVISORS={"JAMES"} &lt;STRONG style="color: #ff0000;"&gt;,&lt;/STRONG&gt; DEC_Month={'$(vCurrMth)'}&amp;gt;}SALES)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 10:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-merge-the-2-set-analysis-expressions/m-p/1417795#M819539</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-17T10:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can you merge the 2 set analysis expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-merge-the-2-set-analysis-expressions/m-p/1417796#M819540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi TResesco &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not picking up the variable. I want it to calculate it using for the current month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 10:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-merge-the-2-set-analysis-expressions/m-p/1417796#M819540</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2017-08-17T10:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can you merge the 2 set analysis expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-merge-the-2-set-analysis-expressions/m-p/1417797#M819541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If variable is an issue, try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DEC_Month={'$(=Month(Today()))'}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;If the month format of your field matches with the format return by the expression, it should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 11:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-merge-the-2-set-analysis-expressions/m-p/1417797#M819541</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-17T11:00:16Z</dc:date>
    </item>
  </channel>
</rss>

