<?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: How to Use Multiple Set Expressions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-Use-Multiple-Set-Expressions/m-p/1176376#M21603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also try using the set analysis wizard, it helps while learning &lt;A href="http://tools.qlikblog.at/SetAnalysisWizard/QlikView-SetAnalysis_Wizard_and_Generator.aspx?sa=" title="http://tools.qlikblog.at/SetAnalysisWizard/QlikView-SetAnalysis_Wizard_and_Generator.aspx?sa="&gt;Set Analysis Wizard for QlikView | qlikblog.at&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Aug 2016 18:43:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-12T18:43:40Z</dc:date>
    <item>
      <title>How to Use Multiple Set Expressions</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Use-Multiple-Set-Expressions/m-p/1176372#M21599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You've been able to help me with set expression in the past and I feel like I understand the basics.&amp;nbsp; I know need to create a set expression that contains multiple expressions in itself.&amp;nbsp; I'm trying to find the # of Internal Issues for 2016. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find the # of Internal Issues, I'm using the following set expression&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;[Incident Type]={'Internal Issue'}&amp;gt;}[Action #})&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find the Year, I have two options I believe... I have 2 data columns, one is Year and the other is Date of Incident.&amp;nbsp; For both I would want it to only include those for 2016.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone explain the philosophy // or how to combine multiple set expressions?&amp;nbsp; I tried using my Master Dimension for the # of Internal Issues in my Year set expression but it didn't work..&amp;nbsp; (not # of QIDs is the master dimension name for # of Internal Issues calculation above)&lt;/P&gt;&lt;P&gt;=Count({1&amp;lt;Year={2016}&amp;gt;}[# of QIDs])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance -- you are all great at explaining and breaking down the steps!&lt;/P&gt;&lt;P&gt;Meg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Use-Multiple-Set-Expressions/m-p/1176372#M21599</guid>
      <dc:creator />
      <dc:date>2024-11-16T10:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use Multiple Set Expressions</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Use-Multiple-Set-Expressions/m-p/1176373#M21600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you already tried 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;Count({$&amp;lt;[Incident Type]={'Internal Issue'}, Year = {2016}&amp;gt;}[Action #})&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 15:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Use-Multiple-Set-Expressions/m-p/1176373#M21600</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-11T15:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use Multiple Set Expressions</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Use-Multiple-Set-Expressions/m-p/1176374#M21601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked, thank you! When can you use a comma in a set expression and what's the mechanics or principals to having multiple expressions in one string?&amp;nbsp; What order do they need to go in and when do you need to use [ ] vs { } ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 15:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Use-Multiple-Set-Expressions/m-p/1176374#M21601</guid>
      <dc:creator />
      <dc:date>2016-08-11T15:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use Multiple Set Expressions</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Use-Multiple-Set-Expressions/m-p/1176375#M21602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a lot of things to set analysis. Go through the attached document to gain some insights into set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 15:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Use-Multiple-Set-Expressions/m-p/1176375#M21602</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-11T15:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use Multiple Set Expressions</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Use-Multiple-Set-Expressions/m-p/1176376#M21603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also try using the set analysis wizard, it helps while learning &lt;A href="http://tools.qlikblog.at/SetAnalysisWizard/QlikView-SetAnalysis_Wizard_and_Generator.aspx?sa=" title="http://tools.qlikblog.at/SetAnalysisWizard/QlikView-SetAnalysis_Wizard_and_Generator.aspx?sa="&gt;Set Analysis Wizard for QlikView | qlikblog.at&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 18:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Use-Multiple-Set-Expressions/m-p/1176376#M21603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-12T18:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use Multiple Set Expressions</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Use-Multiple-Set-Expressions/m-p/2000585#M82865</link>
      <description>&lt;P&gt;Hi, thanks for answer&lt;/P&gt;
&lt;P&gt;unfortunately that link does not exist anymore ..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone know where is possible to download some set analysis application file.qvf examples ?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 09:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Use-Multiple-Set-Expressions/m-p/2000585#M82865</guid>
      <dc:creator>lorenzolorenzo22</dc:creator>
      <dc:date>2022-11-04T09:44:14Z</dc:date>
    </item>
  </channel>
</rss>

