<?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: Write a condition using flags in Qliksense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Write-a-condition-using-flags-in-Qliksense/m-p/1946802#M78010</link>
    <description>&lt;P&gt;Hi Master,&lt;/P&gt;
&lt;P&gt;Thank you for your reply&lt;/P&gt;
&lt;P&gt;If any Quarter qualify each months then Eligible other than not Eligible&lt;/P&gt;
&lt;P&gt;If qualify up to Quarter2 frequently then eligible for double promo&lt;/P&gt;
&lt;P&gt;If qualify up to Quarter3 frequently then eligible for Triple promo&lt;/P&gt;
&lt;P&gt;If qualify up to Quarter4 frequently then eligible for Triple promo + Cashback&lt;/P&gt;
&lt;P&gt;If any one Quarter Qualify( that means all 3 months) Eligible for promo, here two months qualified one month not qualified i.e, not eligible for promo and same as for all quarter&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jun 2022 12:07:45 GMT</pubDate>
    <dc:creator>valishaik1985</dc:creator>
    <dc:date>2022-06-22T12:07:45Z</dc:date>
    <item>
      <title>Write a condition using flags in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Write-a-condition-using-flags-in-Qliksense/m-p/1946710#M78000</link>
      <description>&lt;P&gt;I have fields like Sales is measure and 3 dimensions are User, month &amp;amp; Quarter.&lt;/P&gt;
&lt;P&gt;My requirement is&amp;nbsp;find the sum of sales&amp;nbsp; are &amp;gt;= 10 for each month(Jan, Feb, Mar) (Apr, May, Jun)so on, if any month in any Quarter not reach target user not eligible for entire Quarter ". If continuously eligible see below statement, both should be implemented.&lt;/P&gt;
&lt;P&gt;Note: Stakeholders check Quarterly, but we needs to use monthly&lt;/P&gt;
&lt;P&gt;Ex: Jan, Feb, Mar&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10, 10, 10&amp;nbsp; &amp;nbsp; -----------&amp;gt; User Eligible this Quarter&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10, 10, 00&amp;nbsp; OR 10, 01, 01 ---------------&amp;gt; Not eligible This Quarter&lt;/P&gt;
&lt;P&gt;until December write expression.&lt;/P&gt;
&lt;P&gt;If continuously eligible for each quarter should be the below statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;REQUIREMENT:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;IF&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jan, feb, mar &amp;gt;= 10+10+10=30 eligible for promo&amp;nbsp; Other wise not eligible promo&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Apr, May, Jun &amp;gt;= 10+10+10=30 eligible for double promo&amp;nbsp;Other wise not eligible promo&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Jul, Aug, Sep &amp;gt;=&amp;nbsp;10+10+10=30&amp;nbsp;eligible for Tripple promo&amp;nbsp;Other wise not eligible promo&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Oct, Nov, Dec &amp;gt;=&amp;nbsp;10+10+10=30&amp;nbsp;eligible for Tripple promo+Cashback&amp;nbsp;Other wise not eligible promo&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 03:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Write-a-condition-using-flags-in-Qliksense/m-p/1946710#M78000</guid>
      <dc:creator>valishaik1985</dc:creator>
      <dc:date>2022-06-23T03:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Write a condition using flags in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Write-a-condition-using-flags-in-Qliksense/m-p/1946721#M78002</link>
      <description>&lt;P&gt;Should be able to do something like if(Min(Aggr(Sum(Sales),Use, month,Quarter))&amp;gt;10,'Eligible','Not Eligible'), I think&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 10:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Write-a-condition-using-flags-in-Qliksense/m-p/1946721#M78002</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-06-22T10:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Write a condition using flags in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Write-a-condition-using-flags-in-Qliksense/m-p/1946780#M78007</link>
      <description>&lt;P&gt;Hi Master,&lt;/P&gt;
&lt;P&gt;Thank you for reply.&lt;/P&gt;
&lt;P&gt;Not working, if write this same condition we are missing some flag conditions which are promotion, double promotion and tripple promotion+ cash.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Khasim&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 11:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Write-a-condition-using-flags-in-Qliksense/m-p/1946780#M78007</guid>
      <dc:creator>valishaik1985</dc:creator>
      <dc:date>2022-06-22T11:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Write a condition using flags in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Write-a-condition-using-flags-in-Qliksense/m-p/1946785#M78008</link>
      <description>&lt;P&gt;You can adapt the formula to whatever additional conditions you need, but that would be the gist of it. All it does is aggregate the sum of sales for each combination of Use, month, and Quarter, and then checks the minimum value for that aggregation. If the minimum is lower than 10, we have at least one month that doesn't qualify and as a result the whole line doesn't qualify.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 11:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Write-a-condition-using-flags-in-Qliksense/m-p/1946785#M78008</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-06-22T11:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Write a condition using flags in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Write-a-condition-using-flags-in-Qliksense/m-p/1946802#M78010</link>
      <description>&lt;P&gt;Hi Master,&lt;/P&gt;
&lt;P&gt;Thank you for your reply&lt;/P&gt;
&lt;P&gt;If any Quarter qualify each months then Eligible other than not Eligible&lt;/P&gt;
&lt;P&gt;If qualify up to Quarter2 frequently then eligible for double promo&lt;/P&gt;
&lt;P&gt;If qualify up to Quarter3 frequently then eligible for Triple promo&lt;/P&gt;
&lt;P&gt;If qualify up to Quarter4 frequently then eligible for Triple promo + Cashback&lt;/P&gt;
&lt;P&gt;If any one Quarter Qualify( that means all 3 months) Eligible for promo, here two months qualified one month not qualified i.e, not eligible for promo and same as for all quarter&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 12:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Write-a-condition-using-flags-in-Qliksense/m-p/1946802#M78010</guid>
      <dc:creator>valishaik1985</dc:creator>
      <dc:date>2022-06-22T12:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Write a condition using flags in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Write-a-condition-using-flags-in-Qliksense/m-p/1946808#M78011</link>
      <description>&lt;P&gt;"My requirement is find the sum of sales &amp;gt;= 10 for each month, if any month not reach target user not eligible for entire year."&lt;/P&gt;
&lt;P&gt;That's what I was answering. If you'd like to see how many quarters are included within that test range, you could just count the number of distinct quarters, since eligibility would end as soon as one month wasn't up to the requirement based on the first statement. If that's not the case, I'm afraid I didn't understand your requirements. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 12:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Write-a-condition-using-flags-in-Qliksense/m-p/1946808#M78011</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-06-22T12:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Write a condition using flags in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Write-a-condition-using-flags-in-Qliksense/m-p/1947145#M78041</link>
      <description>&lt;P&gt;Hi Master,&lt;/P&gt;
&lt;P&gt;Appreciate your comments.&lt;/P&gt;
&lt;P&gt;Sorry for the mistake, I understood your query.&lt;/P&gt;
&lt;P&gt;Here is my requirement&amp;nbsp;&lt;EM&gt;"&lt;SPAN&gt;find the sum of sales&amp;nbsp; are &amp;gt;= 10 for each month(Jan, Feb, Mar) (Apr, May, Jun)so on, if any month in any Quarter not reach target user not eligible for entire Quarter ". If continuously eligible see below statement, both should be implemented.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Example:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If continuously eligible for each quarter should be the below statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IF&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jan, feb, mar &amp;gt;= 10+10+10=30 eligible for promo&amp;nbsp; Other wise not eligible promo&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Apr, May, Jun &amp;gt;= 10+10+10=30 eligible for double promo&amp;nbsp;Other wise not eligible promo&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Jul, Aug, Sep &amp;gt;=&amp;nbsp;10+10+10=30&amp;nbsp;eligible for Tripple promo&amp;nbsp;Other wise not eligible promo&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Oct, Nov, Dec &amp;gt;=&amp;nbsp;10+10+10=30&amp;nbsp;eligible for Tripple promo+Cashback&amp;nbsp;Other wise not eligible promo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 03:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Write-a-condition-using-flags-in-Qliksense/m-p/1947145#M78041</guid>
      <dc:creator>valishaik1985</dc:creator>
      <dc:date>2022-06-23T03:40:07Z</dc:date>
    </item>
  </channel>
</rss>

