<?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 who is expert in set analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/who-is-expert-in-set-analysis/m-p/1592419#M43541</link>
    <description>&lt;P&gt;Hello I need an answer on set analysis syntax&lt;/P&gt;&lt;P&gt;I got a pivot table and 2 expressions&lt;BR /&gt;expression 1 is max({&amp;lt;man_days_type={"planned"}&amp;gt;} month_num)&lt;BR /&gt;expression 2 is sum({&amp;lt;month_num={"&amp;gt;=$(fixed_start_month)"} man_days)&lt;BR /&gt;&lt;BR /&gt;however in expression 2 I want to also include that month_num is &amp;lt;= to the value calculated in expression 1&lt;BR /&gt;kindly advise&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jun 2019 08:29:18 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2019-06-17T08:29:18Z</dc:date>
    <item>
      <title>who is expert in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/who-is-expert-in-set-analysis/m-p/1592419#M43541</link>
      <description>&lt;P&gt;Hello I need an answer on set analysis syntax&lt;/P&gt;&lt;P&gt;I got a pivot table and 2 expressions&lt;BR /&gt;expression 1 is max({&amp;lt;man_days_type={"planned"}&amp;gt;} month_num)&lt;BR /&gt;expression 2 is sum({&amp;lt;month_num={"&amp;gt;=$(fixed_start_month)"} man_days)&lt;BR /&gt;&lt;BR /&gt;however in expression 2 I want to also include that month_num is &amp;lt;= to the value calculated in expression 1&lt;BR /&gt;kindly advise&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 08:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/who-is-expert-in-set-analysis/m-p/1592419#M43541</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2019-06-17T08:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: who is expert in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/who-is-expert-in-set-analysis/m-p/1592435#M43544</link>
      <description>&lt;P&gt;Create a variable and set the value as that of the first expression. Use the variable in the set analysis for the second expression.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 08:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/who-is-expert-in-set-analysis/m-p/1592435#M43544</guid>
      <dc:creator>arpitkharkia</dc:creator>
      <dc:date>2019-06-17T08:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: who is expert in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/who-is-expert-in-set-analysis/m-p/1592456#M43549</link>
      <description>Try this&lt;BR /&gt;sum({&amp;lt;month_num={"&amp;gt;=$(fixed_start_month) &amp;lt;=$(max({&amp;lt;man_days_type={"planned"}&amp;gt;} month_num))"} man_days)&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jun 2019 09:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/who-is-expert-in-set-analysis/m-p/1592456#M43549</guid>
      <dc:creator>raman_rastogi</dc:creator>
      <dc:date>2019-06-17T09:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: who is expert in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/who-is-expert-in-set-analysis/m-p/1592480#M43553</link>
      <description>&lt;P&gt;doesn't work as this requires a one value whereas the max value changes between values of the dimension&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 10:17:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/who-is-expert-in-set-analysis/m-p/1592480#M43553</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2019-06-17T10:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: who is expert in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/who-is-expert-in-set-analysis/m-p/1592540#M43559</link>
      <description>&lt;P&gt;the value is a table and not one value; it changes on rows; so doesn't work&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 11:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/who-is-expert-in-set-analysis/m-p/1592540#M43559</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2019-06-17T11:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: who is expert in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/who-is-expert-in-set-analysis/m-p/1592551#M43560</link>
      <description>&lt;P&gt;If this is based on row value, then set analysis is not going to work because set analysis is performed at a chart level and not at a row level. May be use Aggr() function with an if condition.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 12:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/who-is-expert-in-set-analysis/m-p/1592551#M43560</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-17T12:06:54Z</dc:date>
    </item>
  </channel>
</rss>

