<?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 with multiple conditions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Analysis-with-multiple-conditions/m-p/1547530#M39421</link>
    <description>&lt;P&gt;Set analysis is evaluated once per chart and in your case won't be evaluated once per month_year field.... may be use Aggr() with if condition?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Count(Aggr(If(Count(Call_id) &amp;gt;(12) * Pick(Match(Month-Year, ...), ....), Sales_rep), Sales_rep, month_year))&lt;/PRE&gt;</description>
    <pubDate>Thu, 21 Feb 2019 13:20:07 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-02-21T13:20:07Z</dc:date>
    <item>
      <title>Set Analysis with multiple conditions</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-with-multiple-conditions/m-p/1547521#M39418</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a line chart&amp;nbsp; with two measures in Y axis and&amp;nbsp; month_year as X-axis. In the Y axis Measure i am using set Analysis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set analysis expression looks like this.&lt;/P&gt;&lt;P&gt;count({&amp;lt; Sales_rep={"=Count(Call_id) &amp;gt;(12)* (&lt;STRONG&gt;Here value based on the Month-Year&lt;/STRONG&gt; )"}&amp;gt;}Sales_rep)&lt;/P&gt;&lt;P&gt;In the above set expression, based on the month of&amp;nbsp; the year, i need to pass a value. For example for Nov&amp;nbsp; it is 244&amp;nbsp; and december 275 like that so on. From April-to March is my x-axis values.&lt;/P&gt;&lt;P&gt;Please let me know if some one come across this kind of problem and possible solution for this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:22:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-with-multiple-conditions/m-p/1547521#M39418</guid>
      <dc:creator>chethim982</dc:creator>
      <dc:date>2024-11-16T21:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with multiple conditions</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-with-multiple-conditions/m-p/1547525#M39419</link>
      <description>&lt;P&gt;&amp;nbsp;If you are specific month, There could be chances using this? Even multiple selection can be done&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count({&amp;lt; Sales_rep={"=(Count(Call_id) &amp;gt;(12)) * (Sum(sales_rep))"}&amp;gt;}Sales_rep)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 13:17:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-with-multiple-conditions/m-p/1547525#M39419</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-02-21T13:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with multiple conditions</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-with-multiple-conditions/m-p/1547530#M39421</link>
      <description>&lt;P&gt;Set analysis is evaluated once per chart and in your case won't be evaluated once per month_year field.... may be use Aggr() with if condition?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Count(Aggr(If(Count(Call_id) &amp;gt;(12) * Pick(Match(Month-Year, ...), ....), Sales_rep), Sales_rep, month_year))&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Feb 2019 13:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-with-multiple-conditions/m-p/1547530#M39421</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-21T13:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with multiple conditions</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-with-multiple-conditions/m-p/1547541#M39425</link>
      <description>&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;Based on the month in x-axis, I need to pass a value.&amp;nbsp; count is inside already the set analysis.&lt;/P&gt;&lt;P&gt;I will give a try and let you know.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 13:35:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-with-multiple-conditions/m-p/1547541#M39425</guid>
      <dc:creator>chethim982</dc:creator>
      <dc:date>2019-02-21T13:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with multiple conditions</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-with-multiple-conditions/m-p/1547544#M39427</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/26208"&gt;@chethim982&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Based on the month in x-axis, I need to pass a value.&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and this is why set analysis won't work for passing a value.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 13:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-with-multiple-conditions/m-p/1547544#M39427</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-21T13:41:07Z</dc:date>
    </item>
  </channel>
</rss>

