<?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: Union in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Union-in-Set-Analysis/m-p/40216#M6790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay thank you that works, and I've used that to produce totals a thousand times, not sure why I didn't include the count again &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should the version I used not work? I looked through lots of threads on unions in set analysis and that format seems like a common solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2018 09:58:14 GMT</pubDate>
    <dc:creator>quilldew</dc:creator>
    <dc:date>2018-06-18T09:58:14Z</dc:date>
    <item>
      <title>Union in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Union-in-Set-Analysis/m-p/40214#M6788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is driving me crazy. I'm sure I've got it right, no idea what is going wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to union 2 sets using set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the code I am using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;BR /&gt; {$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NewReferralDischargeReason&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-={'Admin Error'}&lt;BR /&gt; ,ReferralDischargeReason-={'Closed - Admin Error'}&lt;BR /&gt; ,ArmedForceInd = {'02', '05'}&lt;BR /&gt; ,DiagnosisCode = {'F43.1'}&lt;BR /&gt; &amp;gt;&lt;BR /&gt; +&lt;BR /&gt; $&amp;lt;NewReferralDischargeReason-={'Admin Error'}&lt;BR /&gt; ,ReferralDischargeReason-={'Closed - Admin Error'}&lt;BR /&gt; ,ArmedForceInd = {'02', '05'}&lt;BR /&gt; ,Diagnosis1 = {'F43.1'}&lt;BR /&gt; &amp;gt;}&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[KEY Client]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now this code runs, but gives me a total in the hundreds. When I run each part separately it gives me the correct numbers, each totalling less than 40. The '+' is supposed to represent 'OR' correct? So this code should just give me the union of both sets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm confused. Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 09:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Union-in-Set-Analysis/m-p/40214#M6788</guid>
      <dc:creator>quilldew</dc:creator>
      <dc:date>2018-06-18T09:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Union in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Union-in-Set-Analysis/m-p/40215#M6789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;count($&amp;lt;NewReferralDischargeReason-={'Admin Error'}&lt;BR /&gt;,ReferralDischargeReason-={'Closed - Admin Error'}&lt;BR /&gt;,ArmedForceInd = {'02', '05'}&lt;BR /&gt;,Diagnosis1 = {'F43.1'}&lt;BR /&gt;&amp;gt;}&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;[KEY Client]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;+&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 8pt;"&gt;count($&amp;lt;NewReferralDischargeReason-={'Admin Error'}&lt;BR /&gt;,ReferralDischargeReason-={'Closed - Admin Error'}&lt;BR /&gt;,ArmedForceInd = {'02', '05'}&lt;BR /&gt;,Diagnosis1 = {'F43.1'}&lt;BR /&gt;&amp;gt;}&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 8pt; color: #800000;"&gt;[KEY Client]&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 09:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Union-in-Set-Analysis/m-p/40215#M6789</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-06-18T09:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Union in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Union-in-Set-Analysis/m-p/40216#M6790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay thank you that works, and I've used that to produce totals a thousand times, not sure why I didn't include the count again &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should the version I used not work? I looked through lots of threads on unions in set analysis and that format seems like a common solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 09:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Union-in-Set-Analysis/m-p/40216#M6790</guid>
      <dc:creator>quilldew</dc:creator>
      <dc:date>2018-06-18T09:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Union in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Union-in-Set-Analysis/m-p/40217#M6791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not version problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check here sunny different solution.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/186019"&gt;Union in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 10:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Union-in-Set-Analysis/m-p/40217#M6791</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-06-18T10:01:13Z</dc:date>
    </item>
  </channel>
</rss>

