<?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: Month restriction based on Bucket selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-restriction-based-on-Bucket-selection/m-p/1331846#M837866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;++ Atatchment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 May 2017 05:53:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-12T05:53:02Z</dc:date>
    <item>
      <title>Month restriction based on Bucket selection</title>
      <link>https://community.qlik.com/t5/QlikView/Month-restriction-based-on-Bucket-selection/m-p/1331845#M837865</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;&amp;nbsp;&amp;nbsp; I am having 2 fields (Fore Cast Month,Bucket). Here I need to show the month &amp;amp; For Cast Values in the chart based on selections of Fore Cast &amp;amp; Bucket&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Ex&amp;nbsp; If I select "Jan 2017"&amp;nbsp; in &lt;SPAN style="font-size: 13.3333px;"&gt;Fore Cast Month&lt;/SPAN&gt; and "3+Months" in the Bucket I need to show the values starting from Jan 2017 to Mar 2017. Same way if I select May 2017 and 6+ Months the chart should show the Fore Cast values from May 2017 to Oct 2017.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if there is query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jai&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/Month-restriction-based-on-Bucket-selection/m-p/1331845#M837865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Month restriction based on Bucket selection</title>
      <link>https://community.qlik.com/t5/QlikView/Month-restriction-based-on-Bucket-selection/m-p/1331846#M837866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;++ Atatchment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 05:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-restriction-based-on-Bucket-selection/m-p/1331846#M837866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-12T05:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Month restriction based on Bucket selection</title>
      <link>https://community.qlik.com/t5/QlikView/Month-restriction-based-on-Bucket-selection/m-p/1331847#M837867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you can do it by using addmonths()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Bucket='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;3+Months'&lt;/SPAN&gt;, Date(Addmonths(MonthStart(Date(Date#([Fore Cast Month]&lt;SPAN style="font-size: 10pt;"&gt;,'MMM YYYY')) ),3),'MMM YYYY'))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 06:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-restriction-based-on-Bucket-selection/m-p/1331847#M837867</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2017-05-12T06:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Month restriction based on Bucket selection</title>
      <link>https://community.qlik.com/t5/QlikView/Month-restriction-based-on-Bucket-selection/m-p/1331848#M837868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am not getting the expected result. Could you help me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 08:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-restriction-based-on-Bucket-selection/m-p/1331848#M837868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-12T08:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Month restriction based on Bucket selection</title>
      <link>https://community.qlik.com/t5/QlikView/Month-restriction-based-on-Bucket-selection/m-p/1331849#M837871</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;Any idea on the above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 10:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-restriction-based-on-Bucket-selection/m-p/1331849#M837871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-12T10:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Month restriction based on Bucket selection</title>
      <link>https://community.qlik.com/t5/QlikView/Month-restriction-based-on-Bucket-selection/m-p/1331850#M837873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Share qvw sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 10:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-restriction-based-on-Bucket-selection/m-p/1331850#M837873</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2017-05-12T10:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Month restriction based on Bucket selection</title>
      <link>https://community.qlik.com/t5/QlikView/Month-restriction-based-on-Bucket-selection/m-p/1331851#M837874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;++ QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 10:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-restriction-based-on-Bucket-selection/m-p/1331851#M837874</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-12T10:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Month restriction based on Bucket selection</title>
      <link>https://community.qlik.com/t5/QlikView/Month-restriction-based-on-Bucket-selection/m-p/1331852#M837875</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;See another solution in attach file. I used Set Analysis function and I thing it cover your request.&lt;/P&gt;&lt;P&gt;Another solution is to use AsOfTable Concept.&lt;/P&gt;&lt;P&gt;I do not recommend the above function because it is consuming resources in the UI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 11:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-restriction-based-on-Bucket-selection/m-p/1331852#M837875</guid>
      <dc:creator>ElizaF</dc:creator>
      <dc:date>2017-05-12T11:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Month restriction based on Bucket selection</title>
      <link>https://community.qlik.com/t5/QlikView/Month-restriction-based-on-Bucket-selection/m-p/1331853#M837876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached file.&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>Fri, 12 May 2017 12:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-restriction-based-on-Bucket-selection/m-p/1331853#M837876</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-05-12T12:12:10Z</dc:date>
    </item>
  </channel>
</rss>

