<?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 help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/513761#M1121985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if the attached helpes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jan 2014 14:28:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-15T14:28:26Z</dc:date>
    <item>
      <title>Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/513755#M1121979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show a line graph of sales for the year.&amp;nbsp; The 'Sales' field shows actual sales and 'Forecast' shows forecasted sales. I want to show actual sales up to the week before the current week and forecasted sales from the current week until the year end. The forecast is easy as when this reloads it only ever starts from the current week, however actual sales (Sales) has data for a few weeks into the future as there may have been orders placed for delivery. Can someone help me with the set analysis for this, or would an 'IF' statement be better?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 08:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/513755#M1121979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-15T08:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/513756#M1121980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please post an example of data.&lt;/P&gt;&lt;P&gt;It might be best with an IF-statement, but it's easier to see if you post a simple example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Axel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 14:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/513756#M1121980</guid>
      <dc:creator>atafsson</dc:creator>
      <dc:date>2014-01-15T14:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/513757#M1121981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= sum({&amp;lt;Date = {'&amp;gt;=$(=YearStart(today()))&amp;lt;=$(=weekstart(today()))'} &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://biexperience.wordpress.com/"&gt;JV&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 14:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/513757#M1121981</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2014-01-15T14:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/513758#M1121982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Adrian,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please post sample application for better understanding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Rode&lt;/P&gt;&lt;P&gt;+91 8976977897&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 14:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/513758#M1121982</guid>
      <dc:creator>kiranmanoharrode</dc:creator>
      <dc:date>2014-01-15T14:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/513759#M1121983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First Create the Week Field which will give you the week Number from the yearstart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you can write the expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( {&amp;lt;Week = {"$(=Max(WEEK) - 1)"} &amp;gt;}&amp;nbsp; Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 14:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/513759#M1121983</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2014-01-15T14:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/513760#M1121984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree that an if statement is the way to go: something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(DATE&amp;lt; weekstart(today()),sum(Sales), sum(Forecast))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like is mentioned previously, a sample qvw would let us help you further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 14:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/513760#M1121984</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-01-15T14:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/513761#M1121985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if the attached helpes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 14:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/513761#M1121985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-15T14:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/513762#M1121986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add 'Background color' and 'Line Style' in 'Sales' Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(WeekNum &amp;lt; week(today()), rgb(141, 170, 203), rgb(252,115,98))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(WeekNum &amp;lt; week(today()), '&amp;lt;S1&amp;gt;', '&amp;lt;S2&amp;gt;')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 15:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/513762#M1121986</guid>
      <dc:creator />
      <dc:date>2014-01-15T15:08:12Z</dc:date>
    </item>
  </channel>
</rss>

