<?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 for certain Point in Time with a twist in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-certain-Point-in-Time-with-a-twist/m-p/1018875#M930499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this solution is close to what I am thinking.&lt;/P&gt;&lt;P&gt;But when I choose for example week 11,12 and 13 I get all weeks from 1-13.&lt;/P&gt;&lt;P&gt;But I only want the weeks the user chooses.&lt;/P&gt;&lt;P&gt;But if the user does not choose anything is shows only week 1-10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Mar 2016 15:19:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-07T15:19:35Z</dc:date>
    <item>
      <title>Set Analysis for certain Point in Time with a twist</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-certain-Point-in-Time-with-a-twist/m-p/1018871#M930492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Qlikview community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem I need to solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my dataset I have Actual revenues and budget revenues and my users want to compare these number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want to show only the current year and weeks that has passed when they open the tab.&lt;/P&gt;&lt;P&gt;So today is Year 2016 and week 10 then I want the user to only see that data in tables and charts. (see the qlikview file)&lt;/P&gt;&lt;P&gt;But sometimes the user want to see the budget for the next weeks e.g. budget for weeks 11,12,13.&lt;/P&gt;&lt;P&gt;So I want the options for the user to choose weeks 11, 12 and 13 and the user can see the budget for those weeks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use this formula to filter the data for max(year): Year ={$(=max(Year))}&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt; (see the qlikview file)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I used this formula for the budget to get only the budget fro the weeks that has passed: Date={'&amp;gt;=$(=WeekStart(Today(), -53))&amp;lt;=$(=Today())'}&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt; (see the qlikview file)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I use these formulas I can't choose a week that has not passed e.g. 11,12, 13. I know the reason for that?&lt;/P&gt;&lt;P&gt;What can I do to change that? Do I need to change the formulas or can I do something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Darri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-certain-Point-in-Time-with-a-twist/m-p/1018871#M930492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for certain Point in Time with a twist</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-certain-Point-in-Time-with-a-twist/m-p/1018872#M930493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(=Today()) use something like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(=MakeWeekDate(max(Year),max(MyWeekNumber),6)) and let the user select the MyWeekNumber of their choice.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 14:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-certain-Point-in-Time-with-a-twist/m-p/1018872#M930493</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-07T14:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for certain Point in Time with a twist</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-certain-Point-in-Time-with-a-twist/m-p/1018873#M930495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/117228_Capture.PNG" style="height: 453px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression for Actual Revenue&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(GetSelectedCount(Week) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SUM({$&amp;lt;Year ={$(=max({&amp;lt;Week&amp;gt;}Year))}, Date ={'&amp;gt;=$(=WeekStart(Today(), -53))&amp;lt;=$(=Today())'}&amp;gt;}[Actual Revenue]),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SUM({$+1&amp;lt;Year ={$(=max({&amp;lt;Week&amp;gt;}Year))}, Date ={'&amp;gt;=$(=WeekStart(Today(), -53))&amp;lt;=$(=Today())'}&amp;gt;}[Actual Revenue]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression for Actual Budget&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(GetSelectedCount(Week) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SUM({$&amp;lt;Year ={$(=max({&amp;lt;Week&amp;gt;}Year))}, Date ={'&amp;gt;=$(=WeekStart(Today(), -53))&amp;lt;=$(=Today())'}&amp;gt;}[Actual Budget]),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SUM({$+1&amp;lt;Year ={$(=max({&amp;lt;Week&amp;gt;}Year))}, Date ={'&amp;gt;=$(=WeekStart(Today(), -53))&amp;lt;=$(=Today())'}&amp;gt;}[Actual Budget]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 14:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-certain-Point-in-Time-with-a-twist/m-p/1018873#M930495</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-07T14:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for certain Point in Time with a twist</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-certain-Point-in-Time-with-a-twist/m-p/1018874#M930498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Gysbert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with this formula I can choose week 11,12 and 13 which is what I want.&lt;/P&gt;&lt;P&gt;But when the user opens the tab the table shows every week and not only first 10 which I don't want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 15:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-certain-Point-in-Time-with-a-twist/m-p/1018874#M930498</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-07T15:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for certain Point in Time with a twist</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-certain-Point-in-Time-with-a-twist/m-p/1018875#M930499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this solution is close to what I am thinking.&lt;/P&gt;&lt;P&gt;But when I choose for example week 11,12 and 13 I get all weeks from 1-13.&lt;/P&gt;&lt;P&gt;But I only want the weeks the user chooses.&lt;/P&gt;&lt;P&gt;But if the user does not choose anything is shows only week 1-10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 15:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-certain-Point-in-Time-with-a-twist/m-p/1018875#M930499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-07T15:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for certain Point in Time with a twist</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-certain-Point-in-Time-with-a-twist/m-p/1018876#M930500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No selection&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/117233_Capture.PNG" style="height: 452px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With selection&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="117229" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/117229_Capture.PNG" style="height: 447px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Expression for Actual Revenue&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;=If(GetSelectedCount(Week) = 0,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;SUM({$&amp;lt;Year ={$(=max({&amp;lt;Week&amp;gt;}Year))}, Date ={'&amp;gt;=$(=WeekStart(Today(), -53))&amp;lt;=$(=Today())'}&amp;gt;}[Actual Revenue]),&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;SUM({$+&amp;lt;Year ={$(=max({&amp;lt;Week&amp;gt;}Year))}, Date ={'&amp;gt;=$(=WeekStart(Today(), -53))&amp;lt;=$(=Today())'}&amp;gt;}[Actual Revenue]))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Expression for Actual Budget&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;=If(GetSelectedCount(Week) = 0,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;SUM({$&amp;lt;Year ={$(=max({&amp;lt;Week&amp;gt;}Year))}, Date ={'&amp;gt;=$(=WeekStart(Today(), -53))&amp;lt;=$(=Today())'}&amp;gt;}[Actual Budget]),&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;SUM({$+&amp;lt;Year ={$(=max({&amp;lt;Week&amp;gt;}Year))}, Date ={'&amp;gt;=$(=WeekStart(Today(), -53))&amp;lt;=$(=Today())'}&amp;gt;}[Actual Budget]))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 15:23:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-certain-Point-in-Time-with-a-twist/m-p/1018876#M930500</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-07T15:23:02Z</dc:date>
    </item>
  </channel>
</rss>

