<?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: AND /OR operations in set analysis in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1289993#M88198</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya I made it single pair now. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can you please let me know in this case how will I check for null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Mar 2017 17:59:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-03-14T17:59:34Z</dc:date>
    <item>
      <title>AND /OR operations in set analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1289991#M88196</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 to do and/or operations in set analysis . Code is following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(&lt;/P&gt;&lt;P&gt;{&amp;lt;CurrYear_flag={'Y'} , Prev1Year_flag={'Y'}, Prev2Year_flag={'Y'}&amp;gt;}&amp;nbsp; +&lt;/P&gt;&lt;P&gt;{&amp;lt;CurrYear_flag={'Y'},Prev1Year_flag={'Y'},Prev2Year_flag -={'Y'}&amp;gt; }+&lt;/P&gt;&lt;P&gt; {&amp;lt;CurrYear_flag={'Y'},Prev1Year_flag -={'Y'},Prev2Year_flag={'Y'}&amp;gt;}&lt;/P&gt;&lt;P&gt;distinct ACCOUNT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know right syntax to do this.&amp;nbsp; only first set &lt;SPAN style="font-size: 13.3333px;"&gt;{&amp;lt;CurrYear_flag={'Y'} , Prev1Year_flag={'Y'}, Prev2Year_flag={'Y'}&amp;gt;}&lt;/SPAN&gt; is working. Rest 2 are giving 0 in results. &lt;SPAN style="font-size: 13.3333px;"&gt;Prev2Year_flag -={'Y'}&lt;/SPAN&gt; is not working I try individually. It has data Y, - . I am looking for not 'Y' data. It is not working with &lt;SPAN style="font-size: 13.3333px;"&gt;Prev2Year_flag ={'-'}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; too&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Akanksha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 17:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1289991#M88196</guid>
      <dc:creator />
      <dc:date>2017-03-14T17:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: AND /OR operations in set analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1289992#M88197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, I think you should use only a single set expression (single pair of {} )&lt;/P&gt;&lt;P&gt;&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;Count(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;CurrYear_flag={'Y'} , Prev1Year_flag={'Y'}, Prev2Year_flag={'Y'}&amp;gt;&amp;nbsp; + &amp;lt;CurrYear_flag={'Y'},Prev1Year_flag={'Y'},Prev2Year_flag -={'Y'}&amp;gt; + &amp;lt;CurrYear_flag={'Y'},Prev1Year_flag -={'Y'},Prev2Year_flag={'Y'}&amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;distinct ACCOUNT)&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;Not sure if the parts are ok. Do you maybe need to handle NULL (which may appear as '-' on different places)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 17:37:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1289992#M88197</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-03-14T17:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: AND /OR operations in set analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1289993#M88198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya I made it single pair now. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can you please let me know in this case how will I check for null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 17:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1289993#M88198</guid>
      <dc:creator />
      <dc:date>2017-03-14T17:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: AND /OR operations in set analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1289994#M88199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this:&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;&lt;STRONG&gt;Count({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ACCOUNT&lt;/SPAN&gt; = {"=&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (CurrYear_flag = 'Y' and Prev1Year_flag = 'Y', Prev2Year_flag = 'Y') or&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CurrYear_flag = 'Y'&lt;/SPAN&gt; and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Prev1Year_flag = 'Y'&lt;/SPAN&gt; and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Prev2Year_flag &amp;lt;&amp;gt; 'Y') or&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CurrYear_flag&lt;/SPAN&gt; = 'Y' and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Prev1Year_flag&lt;/SPAN&gt; &amp;lt;&amp;gt; 'Y' and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Prev2Year_flag&lt;/SPAN&gt; &amp;lt;&amp;gt; 'Y')&lt;/SPAN&gt;&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;DISTINCT ACCOUNT)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 18:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1289994#M88199</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-14T18:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: AND /OR operations in set analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1289995#M88200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;&amp;gt; 'and' doesn't work in set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 18:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1289995#M88200</guid>
      <dc:creator />
      <dc:date>2017-03-14T18:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: AND /OR operations in set analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1289996#M88201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tested this or are you talking from experience? From what I know they both do work as a search string in set analysis &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 18:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1289996#M88201</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-14T18:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: AND /OR operations in set analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1289997#M88202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I tested it.&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Its showing error in set modifier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 18:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1289997#M88202</guid>
      <dc:creator />
      <dc:date>2017-03-14T18:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: AND /OR operations in set analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1289998#M88203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Missed a double quote and curly bracket at the end:&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;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Count({&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;ACCOUNT&lt;/SPAN&gt; = {"=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (CurrYear_flag = 'Y' and Prev1Year_flag = 'Y', Prev2Year_flag = 'Y') or&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;CurrYear_flag = 'Y'&lt;/SPAN&gt; and &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Prev1Year_flag = 'Y'&lt;/SPAN&gt; and &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Prev2Year_flag &amp;lt;&amp;gt; 'Y') or&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;CurrYear_flag&lt;/SPAN&gt; = 'Y' and &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Prev1Year_flag&lt;/SPAN&gt; &amp;lt;&amp;gt; 'Y' and &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Prev2Year_flag&lt;/SPAN&gt; &amp;lt;&amp;gt; 'Y')&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;"}&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;DISTINCT ACCOUNT)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 18:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1289998#M88203</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-14T18:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: AND /OR operations in set analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1289999#M88204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its giving 0 in result. I have pasted pic below. Seems like something wrong in brackets. last Closing bracket is not matching with red highlighted one's . Can you please check. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156277_Capture.PNG" style="height: 88px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 18:47:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1289999#M88204</guid>
      <dc:creator />
      <dc:date>2017-03-14T18:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: AND /OR operations in set analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1290000#M88205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad... once more change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;ACCOUNT = {"=&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (CurrYear_flag = 'Y' and Prev1Year_flag = 'Y' &lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;and&lt;/SPAN&gt; Prev2Year_flag = 'Y') or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (CurrYear_flag = 'Y' and Prev1Year_flag = 'Y' and Prev2Year_flag &amp;lt;&amp;gt; 'Y') or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (CurrYear_flag = 'Y' and Prev1Year_flag &amp;lt;&amp;gt; 'Y' and Prev2Year_flag &amp;lt;&amp;gt; 'Y')"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;DISTINCT ACCOUNT)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 18:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1290000#M88205</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-14T18:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: AND /OR operations in set analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1290001#M88206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome! its working now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain logic of " being used here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 19:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1290001#M88206</guid>
      <dc:creator />
      <dc:date>2017-03-14T19:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: AND /OR operations in set analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1290002#M88207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Logic of "?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 19:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1290002#M88207</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-14T19:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: AND /OR operations in set analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1290003#M88208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;double quotes used&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 19:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1290003#M88208</guid>
      <dc:creator />
      <dc:date>2017-03-14T19:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: AND /OR operations in set analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1290004#M88209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just the way search string works... look here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4076"&gt;A Primer on Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 19:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/AND-OR-operations-in-set-analysis/m-p/1290004#M88209</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-14T19:14:08Z</dc:date>
    </item>
  </channel>
</rss>

