<?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: OR Mode in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/OR-Mode-in-Set-Analysis/m-p/1718037#M455589</link>
    <description>&lt;P&gt;Try something like&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count(DISTINCT {&amp;nbsp; &amp;nbsp;( &amp;lt;INCOME_PRICE = {"&amp;gt;0"}&amp;gt; + &amp;lt; PRECENT_INCOME_PROJ = {"&amp;gt;0" }&amp;gt;&amp;nbsp; &amp;nbsp;)&amp;nbsp; } FieldA)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an expression in my data set that works. For me, I need to count records where Status2 = 1 or Status3 = 1.&lt;/P&gt;&lt;P&gt;Status2 and Status3 have data values of&amp;nbsp; 0 and 1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count( { ( &amp;lt;Status2={1}&amp;gt; + &amp;lt;Status3={1}&amp;gt; ) } ID)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jun 2020 18:20:03 GMT</pubDate>
    <dc:creator>skamath1</dc:creator>
    <dc:date>2020-06-11T18:20:03Z</dc:date>
    <item>
      <title>OR Mode in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/OR-Mode-in-Set-Analysis/m-p/1717973#M455587</link>
      <description>&lt;P&gt;Hello! I have a bit problem with set analysis.&lt;/P&gt;&lt;P&gt;I need the measure to count the expression if one of the 2 fields "INCOME_PRICE" , "PRECENT_INCOME_PROJ" is greater than 0. (besides of all the other filters..)&lt;/P&gt;&lt;P&gt;and as I know, set analysis is like AND mode and not like OR mode.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="or mode set analysis.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35374i7EA409B498BE6626/image-size/medium?v=v2&amp;amp;px=400" role="button" title="or mode set analysis.PNG" alt="or mode set analysis.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;how can I do that?&lt;/P&gt;&lt;P&gt;Thanks for all&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR-Mode-in-Set-Analysis/m-p/1717973#M455587</guid>
      <dc:creator>idodel</dc:creator>
      <dc:date>2024-11-16T18:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: OR Mode in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/OR-Mode-in-Set-Analysis/m-p/1718024#M455588</link>
      <description>&lt;P&gt;May be.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count(DISTINCT {&amp;lt;FieldA={"=NCOME_PRICE &amp;gt; 0 Or PRECENT_INCOME_PROJ &amp;gt; 0"}&amp;gt;} FieldA)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 11 Jun 2020 17:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR-Mode-in-Set-Analysis/m-p/1718024#M455588</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-06-11T17:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: OR Mode in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/OR-Mode-in-Set-Analysis/m-p/1718037#M455589</link>
      <description>&lt;P&gt;Try something like&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count(DISTINCT {&amp;nbsp; &amp;nbsp;( &amp;lt;INCOME_PRICE = {"&amp;gt;0"}&amp;gt; + &amp;lt; PRECENT_INCOME_PROJ = {"&amp;gt;0" }&amp;gt;&amp;nbsp; &amp;nbsp;)&amp;nbsp; } FieldA)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an expression in my data set that works. For me, I need to count records where Status2 = 1 or Status3 = 1.&lt;/P&gt;&lt;P&gt;Status2 and Status3 have data values of&amp;nbsp; 0 and 1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count( { ( &amp;lt;Status2={1}&amp;gt; + &amp;lt;Status3={1}&amp;gt; ) } ID)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 18:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR-Mode-in-Set-Analysis/m-p/1718037#M455589</guid>
      <dc:creator>skamath1</dc:creator>
      <dc:date>2020-06-11T18:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: OR Mode in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/OR-Mode-in-Set-Analysis/m-p/1718043#M455590</link>
      <description>&lt;P&gt;Hi, try with :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count(DISTINCT {&amp;lt;INCOME_PRICE = {"&amp;gt;0"}&amp;gt; + &amp;lt;PRECENT_INCOME_PROJ = {"&amp;gt;0" }&amp;gt;} FieldA)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 11 Jun 2020 18:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR-Mode-in-Set-Analysis/m-p/1718043#M455590</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2020-06-11T18:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: OR Mode in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/OR-Mode-in-Set-Analysis/m-p/1718576#M455591</link>
      <description>&lt;P&gt;Hey! thank you all for helping me.&lt;/P&gt;&lt;P&gt;At first I thought it solved the problem (when I filter on 1 project I saw 100%)&lt;/P&gt;&lt;P&gt;but then I cancel the filter and I saw over than 100% have the [INCOME_PRICE] OR [PRENECT_INCOME+PROJ] &amp;gt;0 , which is not possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jun 2020 08:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR-Mode-in-Set-Analysis/m-p/1718576#M455591</guid>
      <dc:creator>idodel</dc:creator>
      <dc:date>2020-06-14T08:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: OR Mode in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/OR-Mode-in-Set-Analysis/m-p/1719206#M455592</link>
      <description>&lt;P&gt;I have tried to put in the measure:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if(&amp;nbsp; [INCOME_PRICE] &amp;gt; 0 OR [PRENECT_INCOME_PROJ]&amp;nbsp; &amp;gt; 0,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SOME SET ANALYSIS- WITHOUT THE PRICE FIELDS,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-when I do this all the projects are 0 from some reason.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;what can I do ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 11:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR-Mode-in-Set-Analysis/m-p/1719206#M455592</guid>
      <dc:creator>idodel</dc:creator>
      <dc:date>2020-06-16T11:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: OR Mode in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/OR-Mode-in-Set-Analysis/m-p/1724246#M455593</link>
      <description>&lt;P&gt;You likely need to attach a sample QVW in this case in order to receive the help you need, as folks need to be able to see the data model and expressions in some cases in order to see what may be going wrong.&lt;/P&gt;&lt;P&gt;The only other place I can point you is to the Design Blog area:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The Help may be good to review too:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 21:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OR-Mode-in-Set-Analysis/m-p/1724246#M455593</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-07-01T21:15:07Z</dc:date>
    </item>
  </channel>
</rss>

