<?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 QlikView 9 Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-9-Set-Analysis/m-p/1510289#M436587</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Does anybody know if there is a bug in QlikView 9 in set analysis? I am trying to create a chart that should show current sales year-to-date depending on which month I select. I.e. if I choose may-18, the chart should show the sales year-to-date until may-18.&lt;/P&gt;&lt;P&gt;I am using the following expression:&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;MonthID = {"&amp;lt;=$(=Max(MonthID))"},[COG Year] = {$(=Max([COG Year]))}&amp;gt;} [COG Max per Month]))*sum({$&amp;lt;MonthID = {"&amp;lt;=$(=Max(MonthID))"},[COG Year] = {$(=Max([COG Year]))}&amp;gt;} SalesQuantityCU)/Scale&lt;/P&gt;&lt;P&gt;It works when I select a year, but when I select a month, the chart only shows the sales for the selected month.&lt;/P&gt;&lt;P&gt;Does anybody have any idea of how to solve this?&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;/Helena&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 05:10:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T05:10:50Z</dc:date>
    <item>
      <title>QlikView 9 Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-9-Set-Analysis/m-p/1510289#M436587</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Does anybody know if there is a bug in QlikView 9 in set analysis? I am trying to create a chart that should show current sales year-to-date depending on which month I select. I.e. if I choose may-18, the chart should show the sales year-to-date until may-18.&lt;/P&gt;&lt;P&gt;I am using the following expression:&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;MonthID = {"&amp;lt;=$(=Max(MonthID))"},[COG Year] = {$(=Max([COG Year]))}&amp;gt;} [COG Max per Month]))*sum({$&amp;lt;MonthID = {"&amp;lt;=$(=Max(MonthID))"},[COG Year] = {$(=Max([COG Year]))}&amp;gt;} SalesQuantityCU)/Scale&lt;/P&gt;&lt;P&gt;It works when I select a year, but when I select a month, the chart only shows the sales for the selected month.&lt;/P&gt;&lt;P&gt;Does anybody have any idea of how to solve this?&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;/Helena&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 05:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-9-Set-Analysis/m-p/1510289#M436587</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView 9 Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-9-Set-Analysis/m-p/1510489#M436598</link>
      <description>You are still on qlikview 9? Wow.&lt;BR /&gt;I checked the one of the set analysis (replacing with my own columns ) and it works correctly.&lt;BR /&gt;Did you test the document on a later version desktop?&lt;BR /&gt;try splitting the the 2 set analysis into separate text objects as well&lt;BR /&gt;Another possibility is adding single quotes to year set analysis {'$(=Max([COG Year]))'}&lt;BR /&gt;good luck&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Nov 2018 14:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-9-Set-Analysis/m-p/1510489#M436598</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-11-21T14:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView 9 Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-9-Set-Analysis/m-p/1510726#M436627</link>
      <description>&lt;P&gt;QlikView 9 is no longer supported, but I think the problem is in your expression.&amp;nbsp; If you allow the user to select a month, you will have to ignore that selection.&amp;nbsp; Like:&lt;/P&gt;&lt;P&gt;[COG Month]=&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 23:15:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-9-Set-Analysis/m-p/1510726#M436627</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-11-21T23:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView 9 Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-9-Set-Analysis/m-p/1510834#M436631</link>
      <description>&lt;P&gt;Thank you for your answers!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, it was an error in my expression. I had an if-statement (that I had deleted in my example) in the set-analysis and that caused the problem. (And I know that it would be a great idea to upgrade from QlikView 9...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Helena&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 07:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-9-Set-Analysis/m-p/1510834#M436631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-22T07:23:43Z</dc:date>
    </item>
  </channel>
</rss>

