<?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: Help - WeekEnd or MonthEnd for daily projections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-WeekEnd-or-MonthEnd-for-daily-projections/m-p/1167090#M379838</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, swuehl!&lt;/P&gt;&lt;P&gt;This does work at BQS_ind level. However I need a sum for totals and sub totals in order to project/assess total future inventory. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 May 2016 15:52:59 GMT</pubDate>
    <dc:creator>joris_lansdaal</dc:creator>
    <dc:date>2016-05-29T15:52:59Z</dc:date>
    <item>
      <title>Help - WeekEnd or MonthEnd for daily projections</title>
      <link>https://community.qlik.com/t5/QlikView/Help-WeekEnd-or-MonthEnd-for-daily-projections/m-p/1167088#M379836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a fairly simple challenge but don't know how to tackle it. My dataset contains a fact 'Projectie' .For every 'Datum' there's a projectie (projected stock level). I want to show a table with the projection for the end of the week or end of the month.&lt;/P&gt;&lt;P&gt;I want to use WeekYear or MonthYear from my mastercalender.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Projectie.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126120_Projectie.PNG" style="height: 237px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; What approach can i best take?What &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;set analysis do i use? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Sum({&amp;lt;ReplenishFlag={1}&amp;gt;}Projectie)&amp;nbsp; will sum all value's instead of displaying one value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks for the help!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 May 2016 14:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-WeekEnd-or-MonthEnd-for-daily-projections/m-p/1167088#M379836</guid>
      <dc:creator>joris_lansdaal</dc:creator>
      <dc:date>2016-05-29T14:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help - WeekEnd or MonthEnd for daily projections</title>
      <link>https://community.qlik.com/t5/QlikView/Help-WeekEnd-or-MonthEnd-for-daily-projections/m-p/1167089#M379837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;=FirstSortedValue({&amp;lt;ReplenishFlag={1}&amp;gt;} Projectie, -DateField)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 May 2016 15:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-WeekEnd-or-MonthEnd-for-daily-projections/m-p/1167089#M379837</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-29T15:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help - WeekEnd or MonthEnd for daily projections</title>
      <link>https://community.qlik.com/t5/QlikView/Help-WeekEnd-or-MonthEnd-for-daily-projections/m-p/1167090#M379838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, swuehl!&lt;/P&gt;&lt;P&gt;This does work at BQS_ind level. However I need a sum for totals and sub totals in order to project/assess total future inventory. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 May 2016 15:52:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-WeekEnd-or-MonthEnd-for-daily-projections/m-p/1167090#M379838</guid>
      <dc:creator>joris_lansdaal</dc:creator>
      <dc:date>2016-05-29T15:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help - WeekEnd or MonthEnd for daily projections</title>
      <link>https://community.qlik.com/t5/QlikView/Help-WeekEnd-or-MonthEnd-for-daily-projections/m-p/1167091#M379839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about creating a flag in your master calendar (for week end and month end separately), then use this flag in your set expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit:&lt;/P&gt;&lt;P&gt;You can use GetCurrentField( DimensionGroupName ) in your expression if you need to check which dimension field, Week or Month is currently active in case you are using a dimension group, then branch into the expression using the correct set analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 May 2016 16:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-WeekEnd-or-MonthEnd-for-daily-projections/m-p/1167091#M379839</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-29T16:01:22Z</dc:date>
    </item>
  </channel>
</rss>

