<?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 parameters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-parameters/m-p/815235#M287532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I admit that set analysis is not my greatest strength.&lt;/P&gt;&lt;P&gt;I have an expression : &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;WK_BOOKED&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(#=GetFieldSelections(WK_BOOKED))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}, etc......&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;This works fine to select values where WK_BOOKED is the currently selected week. I'd now like to change it to select values for all weeks up to the currently selected week, ie. weeks 1-(selected week).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;I have searched documentation to find how my set might be changed for this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;All help appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2015 15:33:51 GMT</pubDate>
    <dc:creator>richard_chilvers</dc:creator>
    <dc:date>2015-02-03T15:33:51Z</dc:date>
    <item>
      <title>Set Analysis parameters</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-parameters/m-p/815235#M287532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I admit that set analysis is not my greatest strength.&lt;/P&gt;&lt;P&gt;I have an expression : &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;WK_BOOKED&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(#=GetFieldSelections(WK_BOOKED))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}, etc......&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;This works fine to select values where WK_BOOKED is the currently selected week. I'd now like to change it to select values for all weeks up to the currently selected week, ie. weeks 1-(selected week).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;I have searched documentation to find how my set might be changed for this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;All help appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 15:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-parameters/m-p/815235#M287532</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2015-02-03T15:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis parameters</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-parameters/m-p/815236#M287533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a sample SET code for you to wok on:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Date_In = {'&amp;gt;=$(=date($(vStartDate)))&amp;lt;=$(=date($(vEndDate)))'}&amp;gt;}COUNTER)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;essentially, you will have a Date type field, and a Date Range saved in Variables.&lt;/P&gt;&lt;P&gt;Assuming, WK_BOOKED is numeric, Can you try &lt;SPAN style="font-size: 8pt;"&gt;{'&lt;EM&gt;&lt;STRONG&gt;&amp;lt;=&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;(#=GetFieldSelections(WK_BOOKED))'&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 16:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-parameters/m-p/815236#M287533</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2015-02-03T16:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis parameters</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-parameters/m-p/815237#M287534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I've had a quick go with this and it seems to work well, although I need to validate the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 11:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-parameters/m-p/815237#M287534</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2015-02-04T11:30:23Z</dc:date>
    </item>
  </channel>
</rss>

