<?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: Date Selection on Individual filters in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Date-Selection-on-Individual-filters/m-p/2033101#M85124</link>
    <description>&lt;P&gt;Hi Rubenmarin,&lt;/P&gt;
&lt;P&gt;thanks for reply&lt;/P&gt;
&lt;P&gt;I tried the above solution it was showing me the forecasting dates. But I need future dates which are present in table&lt;/P&gt;
&lt;P&gt;I was trying like&lt;/P&gt;
&lt;P&gt;Only({$&amp;lt;ToDate={"&amp;gt;=$({$&amp;lt;GetFieldSelections(FromDate)&amp;lt;=GetFieldSelections(FromDate)+30)"}&amp;gt;} ToDate)&lt;/P&gt;
&lt;P&gt;but dates are not reflecting in the filter throwing invalid dimension error&lt;/P&gt;</description>
    <pubDate>Thu, 02 Feb 2023 04:44:13 GMT</pubDate>
    <dc:creator>Srikanth_595</dc:creator>
    <dc:date>2023-02-02T04:44:13Z</dc:date>
    <item>
      <title>Date Selection on Individual filters</title>
      <link>https://community.qlik.com/t5/App-Development/Date-Selection-on-Individual-filters/m-p/2030683#M84890</link>
      <description>&lt;P&gt;Need to create two individual filters(From date &amp;amp; To date ) from single date&lt;/P&gt;
&lt;P&gt;when selects From date in To date i need show only future 30 days for selection&lt;/P&gt;
&lt;P&gt;Need help!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 07:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-Selection-on-Individual-filters/m-p/2030683#M84890</guid>
      <dc:creator>Srikanth_595</dc:creator>
      <dc:date>2023-01-27T07:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date Selection on Individual filters</title>
      <link>https://community.qlik.com/t5/App-Development/Date-Selection-on-Individual-filters/m-p/2031175#M84936</link>
      <description>&lt;P&gt;Hi, in an app with this script:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;LOAD Date(Today()+RecNo()) as FromDate AutoGenerate 100;
LOAD Date(Today()+RecNo()) as ToDate AutoGenerate 100;&lt;/LI-CODE&gt;
&lt;P&gt;I tried to add FromDate in a filter panel, and another panel with this calculated dimension for ToDate:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;=Aggr(If(ToDate&amp;gt;=FromDate and ToDate&amp;lt;=FromDate+30, ToDate),ToDate)&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 29 Jan 2023 08:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-Selection-on-Individual-filters/m-p/2031175#M84936</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-01-29T08:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Date Selection on Individual filters</title>
      <link>https://community.qlik.com/t5/App-Development/Date-Selection-on-Individual-filters/m-p/2033101#M85124</link>
      <description>&lt;P&gt;Hi Rubenmarin,&lt;/P&gt;
&lt;P&gt;thanks for reply&lt;/P&gt;
&lt;P&gt;I tried the above solution it was showing me the forecasting dates. But I need future dates which are present in table&lt;/P&gt;
&lt;P&gt;I was trying like&lt;/P&gt;
&lt;P&gt;Only({$&amp;lt;ToDate={"&amp;gt;=$({$&amp;lt;GetFieldSelections(FromDate)&amp;lt;=GetFieldSelections(FromDate)+30)"}&amp;gt;} ToDate)&lt;/P&gt;
&lt;P&gt;but dates are not reflecting in the filter throwing invalid dimension error&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 04:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-Selection-on-Individual-filters/m-p/2033101#M85124</guid>
      <dc:creator>Srikanth_595</dc:creator>
      <dc:date>2023-02-02T04:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Date Selection on Individual filters</title>
      <link>https://community.qlik.com/t5/App-Development/Date-Selection-on-Individual-filters/m-p/2033155#M85126</link>
      <description>&lt;P&gt;Hi, the above was just an example, you don't have to copy or use the script part, just adapt&amp;nbsp;&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-markup"&gt;&lt;CODE&gt;=Aggr(If(ToDate&amp;gt;=FromDate and ToDate&amp;lt;=FromDate+30, ToDate),ToDate)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to your fields.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 07:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-Selection-on-Individual-filters/m-p/2033155#M85126</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-02-02T07:37:03Z</dc:date>
    </item>
  </channel>
</rss>

