<?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 Analysis  multiple condition issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-multiple-condition-issue/m-p/1592564#M737647</link>
    <description>&lt;P&gt;It might be easy to resolve if you are able to share a sample for us to see.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jun 2019 12:37:52 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-06-17T12:37:52Z</dc:date>
    <item>
      <title>Set Analysis  multiple condition issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-multiple-condition-issue/m-p/1592508#M737646</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone tell my what is wrong with the below set analysis expression ?&lt;/P&gt;&lt;P&gt;I have a Straight table and I am trying to use this expression to restrict the data&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I use the below formula all the restriction before&amp;nbsp;&amp;nbsp;Actual_End.RelativeMonth = {'0'}&amp;gt; + &amp;lt;WO_Actual_End_Date = {'-'} are ignored and I don't understand why.&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Customer = {'ABC'}, [Ticket Category] = {'Incident'}, Created.RelativeMonth -= {'0'}, Actual_End.RelativeMonth = {'0'}&amp;gt; + &amp;lt;WO_Actual_End_Date = {'-'} &amp;gt;} WO_Created_Date)&lt;/P&gt;&lt;P&gt;The logic is:&lt;/P&gt;&lt;P&gt;if Customer = ABC and Ticket Category = Incident and Created Month is NOT Current Month( I take this from Calendar) and&amp;nbsp;The End date is Current month or End Date field is " - ", count the WO_Created_Date.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:17:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-multiple-condition-issue/m-p/1592508#M737646</guid>
      <dc:creator>0li5a3a</dc:creator>
      <dc:date>2024-11-16T03:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis  multiple condition issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-multiple-condition-issue/m-p/1592564#M737647</link>
      <description>&lt;P&gt;It might be easy to resolve if you are able to share a sample for us to see.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 12:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-multiple-condition-issue/m-p/1592564#M737647</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-17T12:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis  multiple condition issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-multiple-condition-issue/m-p/1592586#M737648</link>
      <description>&lt;P&gt;Sorry but I can't copy and paste the code from my app.&lt;/P&gt;&lt;P&gt;I don't understand how to use "OR" in set analysis&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found something like&amp;nbsp;End.RelativeMonth = {'0'}&amp;gt; + &amp;lt;End_Date = {'-'}&amp;nbsp; but if I put this condition all the other condition are not counted.&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Customer = {'ABC'}, [Ticket Category] = {'Incident'}, Created.RelativeMonth -= {'0'}, End.RelativeMonth = {'0'}&amp;gt; + &amp;lt;End_Date = {'-'} &amp;gt;}Created_Date)&lt;/P&gt;&lt;P&gt;Created.RelativeMonth is a new field based on the master calendar and aso End.RelativeMonth.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;End_Date and Created Date are the fields which I use to create the masters calendars.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 13:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-multiple-condition-issue/m-p/1592586#M737648</guid>
      <dc:creator>0li5a3a</dc:creator>
      <dc:date>2019-06-17T13:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis  multiple condition issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-multiple-condition-issue/m-p/1592588#M737649</link>
      <description>&lt;P&gt;May be try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({&amp;lt;Customer = {'ABC'}, [Ticket Category] = {'Incident'}, Created.RelativeMonth -= {'0'}&amp;gt;*(&amp;lt;End.RelativeMonth = {'0'}&amp;gt; + &amp;lt;End_Date = {'-'}&amp;gt;)}Created_Date)&lt;/LI-CODE&gt;&lt;P&gt;or this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({&amp;lt;Customer = {'ABC'}, [Ticket Category] = {'Incident'}, Created.RelativeMonth -= {'0'}, End.RelativeMonth = {'0'}&amp;gt; + &amp;lt;Customer = {'ABC'}, [Ticket Category] = {'Incident'}, Created.RelativeMonth -= {'0'}, End_Date = {'-'}&amp;gt;}Created_Date)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 17 Jun 2019 13:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-multiple-condition-issue/m-p/1592588#M737649</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-17T13:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis  multiple condition issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-multiple-condition-issue/m-p/1592590#M737650</link>
      <description>many thanks! all good now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Mon, 17 Jun 2019 13:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-multiple-condition-issue/m-p/1592590#M737650</guid>
      <dc:creator>0li5a3a</dc:creator>
      <dc:date>2019-06-17T13:19:02Z</dc:date>
    </item>
    <item>
      <title>Test</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-multiple-condition-issue/m-p/1592594#M737651</link>
      <description>&lt;P&gt;Just testing the discussion board&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 13:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-multiple-condition-issue/m-p/1592594#M737651</guid>
      <dc:creator>mgajja2019</dc:creator>
      <dc:date>2019-06-17T13:34:16Z</dc:date>
    </item>
  </channel>
</rss>

