<?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: Combined set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1663030#M730212</link>
    <description>&lt;P&gt;The only things I can provide in addition to what Anil has been trying to help with are the following Design Blog posts:&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;There are some related posts at the bottom of that post, just FYI.&lt;/P&gt;
&lt;P&gt;If you wish to further search the Design Blog area, use the following URL:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The only other thing I can offer is Help link too in order to check things there:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I also am fairly certain Sunny is taking some time off, so not sure if he will see things, just wanted to give a heads up on that too.&amp;nbsp; Unfortunately I am not much actual technical help to you, apologies for that.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jan 2020 17:01:29 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-01-06T17:01:29Z</dc:date>
    <item>
      <title>Combined set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1662859#M730197</link>
      <description>&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an expression that looks like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;=Sum({[P1]*$&amp;lt;$(sIgnoreFieldsWF)&amp;gt;}[FC_HistoricalForecast])&lt;/P&gt;&lt;P&gt;The ignore fields variable is used to ignore selections in certain list boxes.&lt;/P&gt;&lt;P&gt;Now I also want to include in the set analysis that only values at max date should be summarized for FC_HistoricalForecast. (i.e. somthing like this:&amp;nbsp;&lt;SPAN&gt;Sum({&amp;lt;[Date]={'$(=Max([Date])'}&amp;gt;} Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;How do I combine this into the set analysis?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;//Hoowling&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1662859#M730197</guid>
      <dc:creator>Hoowling</dc:creator>
      <dc:date>2024-11-16T01:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Combined set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1662864#M730198</link>
      <description>&lt;P&gt;What about this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({[P1]*$&amp;lt;$(sIgnoreFieldsWF)&amp;gt;} &lt;FONT color="#FF0000"&gt;If(Date=Max(TOTAL Date),&lt;/FONT&gt; [FC_HistoricalForecast])&lt;FONT color="#FF0000"&gt;)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 11:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1662864#M730198</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-01-06T11:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Combined set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1662867#M730199</link>
      <description>&lt;P&gt;Thanks for quick response.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;No, that expression returns zero value....&amp;nbsp;&lt;/P&gt;&lt;P&gt;Isn't it possible to include the max date function within the brackets?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;//Hoowling&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 11:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1662867#M730199</guid>
      <dc:creator>Hoowling</dc:creator>
      <dc:date>2020-01-06T11:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Combined set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1662871#M730200</link>
      <description>&lt;P&gt;I assume, You don't want that Alternate State to effect into Data. May be try&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({[P1]*$&amp;lt;$(sIgnoreFieldsWF)&lt;FONT color="#FF0000"&gt;, Date={$(=Max(Date))&lt;/FONT&gt;}&amp;gt;}&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[FC_HistoricalForecast])&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 12:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1662871#M730200</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-01-06T12:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Combined set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1662884#M730201</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;That doesn't work either.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This expression gives the value at max date (not taking the alternate state in consideration):&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;[FC_StoreDate]={'$(=vMaxDateFC)'}&amp;gt;} [FC_HistoricalForecast])&lt;/P&gt;&lt;P&gt;I've tried replacing the date section in your proposed solution with this expression, but doesn't get it to work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({[P1]*$&amp;lt;$(sIgnoreFieldsWF)&lt;FONT color="#FF0000"&gt;, Date={$(=Max(Date))&lt;/FONT&gt;}&amp;gt;}&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[FC_HistoricalForecast])&lt;/STRONG&gt;&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>Mon, 06 Jan 2020 12:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1662884#M730201</guid>
      <dc:creator>Hoowling</dc:creator>
      <dc:date>2020-01-06T12:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Combined set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1662887#M730202</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/63447"&gt;@Hoowling&lt;/a&gt;&amp;nbsp; Are you using Qlik Sense or QlikView?&amp;nbsp; I would like to move this into the correct product forum. Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 12:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1662887#M730202</guid>
      <dc:creator>Sue_Macaluso</dc:creator>
      <dc:date>2020-01-06T12:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Combined set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1662888#M730203</link>
      <description>&lt;P&gt;I'm using Qlikview&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 12:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1662888#M730203</guid>
      <dc:creator>Hoowling</dc:creator>
      <dc:date>2020-01-06T12:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Combined set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1662929#M730206</link>
      <description>&lt;P&gt;Maximum date will consider alternate state since there is one identifier of open/close methodology. May be&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp; will help, Instead try this way for a while?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({[P1]*$&amp;lt;$(sIgnoreFieldsWF)&lt;FONT color="#FF0000"&gt;, Date={$(=Max(&lt;FONT color="#0000FF"&gt;{[P1]*$&amp;lt;$(sIgnoreFieldsWF)&amp;gt;}&amp;nbsp;&lt;/FONT&gt;Date))&lt;/FONT&gt;}&amp;gt;}&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[FC_HistoricalForecast])&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 13:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1662929#M730206</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-01-06T13:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Combined set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1662936#M730209</link>
      <description>&lt;P&gt;Try using a "Field Event Trigger" (in Document Properties / Triggers) -&amp;nbsp;when&amp;nbsp;date field is changed (due to other&amp;nbsp;&lt;SPAN&gt;selections)&amp;nbsp;it changes to assign the value to a variable -&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Create a variable vDate&lt;/P&gt;&lt;P&gt;The trigger has an Action of Set Variable&lt;/P&gt;&lt;P&gt;Variable name : vDate&lt;/P&gt;&lt;P&gt;Value =max(Date)&lt;/P&gt;&lt;P&gt;then you can use the variable in set analysis or if statement in expression&amp;nbsp;&lt;/P&gt;&lt;P&gt;sum(if date&amp;gt;$(vDate), whatever)&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 14:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1662936#M730209</guid>
      <dc:creator>kb_yan</dc:creator>
      <dc:date>2020-01-06T14:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Combined set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1663030#M730212</link>
      <description>&lt;P&gt;The only things I can provide in addition to what Anil has been trying to help with are the following Design Blog posts:&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;There are some related posts at the bottom of that post, just FYI.&lt;/P&gt;
&lt;P&gt;If you wish to further search the Design Blog area, use the following URL:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The only other thing I can offer is Help link too in order to check things there:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I also am fairly certain Sunny is taking some time off, so not sure if he will see things, just wanted to give a heads up on that too.&amp;nbsp; Unfortunately I am not much actual technical help to you, apologies for that.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 17:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1663030#M730212</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-01-06T17:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Combined set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1669729#M730213</link>
      <description>&lt;P&gt;How about this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum({[P1] * $&amp;lt;$(sIgnoreFieldsWF), [FC_StoreDate] ={'$(=vMaxDateFC)'}&amp;gt;} [FC_HistoricalForecast])&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 27 Jan 2020 17:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combined-set-analysis/m-p/1669729#M730213</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-01-27T17:37:37Z</dc:date>
    </item>
  </channel>
</rss>

