<?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 set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1835241#M1214841</link>
    <description>&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;I'm stucked...&lt;/P&gt;&lt;P&gt;Having dimension DBZ (sales-costs) that is calculated in script&lt;/P&gt;&lt;P&gt;I need to create a chart that will show current(selected date)&amp;nbsp; dbz, 1-30 days before dbz, 31-60 days&amp;nbsp; before dbz and so one,&lt;/P&gt;&lt;P&gt;Ive tried:&amp;nbsp; sum({$&amp;lt;DATE= {"&amp;gt;$(=MAX(DATE-60))&amp;lt;$(=MAX(DATE)-31))"}&amp;gt; } DBZ)&lt;/P&gt;&lt;P&gt;and no results(((&lt;/P&gt;&lt;P&gt;help please&lt;/P&gt;</description>
    <pubDate>Fri, 10 Sep 2021 15:21:14 GMT</pubDate>
    <dc:creator>denis115</dc:creator>
    <dc:date>2021-09-10T15:21:14Z</dc:date>
    <item>
      <title>set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1835241#M1214841</link>
      <description>&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;I'm stucked...&lt;/P&gt;&lt;P&gt;Having dimension DBZ (sales-costs) that is calculated in script&lt;/P&gt;&lt;P&gt;I need to create a chart that will show current(selected date)&amp;nbsp; dbz, 1-30 days before dbz, 31-60 days&amp;nbsp; before dbz and so one,&lt;/P&gt;&lt;P&gt;Ive tried:&amp;nbsp; sum({$&amp;lt;DATE= {"&amp;gt;$(=MAX(DATE-60))&amp;lt;$(=MAX(DATE)-31))"}&amp;gt; } DBZ)&lt;/P&gt;&lt;P&gt;and no results(((&lt;/P&gt;&lt;P&gt;help please&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 15:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1835241#M1214841</guid>
      <dc:creator>denis115</dc:creator>
      <dc:date>2021-09-10T15:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1835244#M1214842</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum({$&amp;lt;DATE = {"&amp;gt;$(=Date(Max(DATE)-60))&amp;lt;$(=Date(Max(DATE)-31))"}&amp;gt;} DBZ)&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 10 Sep 2021 15:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1835244#M1214842</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2021-09-10T15:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1835250#M1214843</link>
      <description>&lt;P&gt;Ive tried this but it didnt worked&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 15:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1835250#M1214843</guid>
      <dc:creator>denis115</dc:creator>
      <dc:date>2021-09-10T15:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1835251#M1214844</link>
      <description>&lt;P&gt;Sum ( {&amp;lt;Month_NUM={"$(=max(Month_NUM)-1)"}&amp;gt;}DBZ)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where&amp;nbsp;Month_NUM is number of month but its not good because when i will choose january it will not work&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 15:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1835251#M1214844</guid>
      <dc:creator>denis115</dc:creator>
      <dc:date>2021-09-10T15:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1835254#M1214845</link>
      <description>&lt;P&gt;So use MonthYear instead... and use &lt;A href="https://help.qlik.com/en-US/sense/May2021/Subsystems/Hub/Content/Sense_Hub/Scripting/DateAndTimeFunctions/addmonths.htm" target="_self"&gt;AddMonths()&lt;/A&gt; function to go back months&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 15:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1835254#M1214845</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2021-09-10T15:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1835256#M1214846</link>
      <description>&lt;P&gt;Sum({$&amp;lt;MonthYear = {"&amp;gt;$(=max( MonthYear ))&amp;lt;$(=max( MonthYear )+29)"}&amp;gt;} DBZ)&lt;/P&gt;&lt;P&gt;doesnt work(&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 15:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1835256#M1214846</guid>
      <dc:creator>denis115</dc:creator>
      <dc:date>2021-09-10T15:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1835264#M1214847</link>
      <description>&lt;P&gt;You need to provide more details as to how are you creating MonthYear in the script?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 16:28:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/1835264#M1214847</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2021-09-10T16:28:08Z</dc:date>
    </item>
  </channel>
</rss>

