<?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 Operators in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Operators/m-p/1724510#M55145</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp; You are really good in this.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jul 2020 13:56:21 GMT</pubDate>
    <dc:creator>Saravanan_Desingh</dc:creator>
    <dc:date>2020-07-02T13:56:21Z</dc:date>
    <item>
      <title>Set Operators</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Operators/m-p/1724457#M55140</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am looking for a clarification on how += and *= works.&lt;/P&gt;&lt;P&gt;Union:&amp;nbsp;count({&amp;lt;Year += {"=Decade='1970s'"}&amp;gt;} FilmID). I was expecting that if I select Year 1965, I will now see all movies from 1965 and 1970-1979 (all years in the 1970s). But the behavior shows no effect of&amp;nbsp;{"=Decade='1970s'"} whatsoever, if I make any selection. I know that I get the correct union of 1965 and&amp;nbsp;1970-1979 when I use the following code. count({&amp;lt;Year += {1970,1971,1972,1973,1974,1975,1976,1977,1978,1979}&amp;gt;} FilmID).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to understand the concept here of why its not behaving as I think it should. Prepping for data architect certification.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Manuel&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 12:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Operators/m-p/1724457#M55140</guid>
      <dc:creator>ManuelLindekeit</dc:creator>
      <dc:date>2020-07-02T12:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set Operators</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Operators/m-p/1724493#M55143</link>
      <description>&lt;P&gt;I think the issue is that Decade filters out 1970s as soon as you select 1965... so what you might need is this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({&amp;lt;Year += {"=Only({&amp;lt;Year&amp;gt;}Decade) = '1970s'"}&amp;gt;} FilmID)&lt;/LI-CODE&gt;&lt;P&gt;This way you will have all Decade's available regardless of selection in Year field. You might also be able to do this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({&amp;lt;Year += p({&amp;lt;Year, Decade = {'1970s'}&amp;gt;})&amp;gt;} FilmID)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 13:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Operators/m-p/1724493#M55143</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-07-02T13:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Set Operators</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Operators/m-p/1724510#M55145</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp; You are really good in this.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 13:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Operators/m-p/1724510#M55145</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-07-02T13:56:21Z</dc:date>
    </item>
  </channel>
</rss>

