<?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 Date Limitation. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Limitation/m-p/1187729#M884846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to limit LXD to catch within nect 14 months from today and I tried below script in list box to test...but its not working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF([LXD] &amp;gt; today() and&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;[LXD] &lt;/SPAN&gt;&amp;lt; addmonths(today(),14),[LXD])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks mmuch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Date Limitation.</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Limitation/m-p/1187729#M884846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to limit LXD to catch within nect 14 months from today and I tried below script in list box to test...but its not working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF([LXD] &amp;gt; today() and&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;[LXD] &lt;/SPAN&gt;&amp;lt; addmonths(today(),14),[LXD])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks mmuch.&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/Date-Limitation/m-p/1187729#M884846</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date Limitation.</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Limitation/m-p/1187730#M884847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a your work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any data that shuld match today until 14 months forward?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 13:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Limitation/m-p/1187730#M884847</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2016-09-19T13:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Date Limitation.</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Limitation/m-p/1187731#M884848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to limit the date selection for the next rolling 14 months.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 13:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Limitation/m-p/1187731#M884848</guid>
      <dc:creator />
      <dc:date>2016-09-19T13:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Date Limitation.</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Limitation/m-p/1187732#M884849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Aggr(If(LXD &amp;gt; Today() And&amp;nbsp; LXD &amp;lt; Addmonths(Today(), 14), LXD), LXD)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is LXD a numeric WV date, or is it a string. If the latter, convert this to a date at initial load using the Date#() interpretation function. AddMonths() does not work on a string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 13:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Limitation/m-p/1187732#M884849</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-09-19T13:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Date Limitation.</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Limitation/m-p/1187733#M884850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have forecast data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 13:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Limitation/m-p/1187733#M884850</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-09-19T13:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Date Limitation.</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Limitation/m-p/1187734#M884851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;=if(Date#(&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LXD &lt;/EM&gt;,'DD/MM/YYYY')&amp;gt;Today(),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date#(AddMonths(Today(),14),'DD/MM/YYYY'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date#(&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LXD &lt;/EM&gt;,'DD/MM/YYYY'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 13:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Limitation/m-p/1187734#M884851</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2016-09-19T13:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Date Limitation.</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Limitation/m-p/1187735#M884852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.How can I put this in set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 17:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Limitation/m-p/1187735#M884852</guid>
      <dc:creator />
      <dc:date>2016-09-19T17:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Date Limitation.</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Limitation/m-p/1187736#M884853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;Only({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;LXD&lt;/SPAN&gt;={"&amp;gt;=$(vTodayDate)&amp;lt;=$(&lt;SPAN style="font-size: 13.3333px;"&gt;vRollingNext14MonthDate&lt;/SPAN&gt;)"}&amp;gt;}[LXD])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variables:&lt;/P&gt;&lt;P&gt;vToday = Today()&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vRollingNext14MonthDate = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AddMonths(Today(),14)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;You can use max instead of today()&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 17:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Limitation/m-p/1187736#M884853</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2016-09-19T17:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date Limitation.</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Limitation/m-p/1187737#M884854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where are you trying to limit this? Chart? Script? Is LXD read as date? If it is read as date, what is its format?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 01:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Limitation/m-p/1187737#M884854</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-20T01:54:38Z</dc:date>
    </item>
  </channel>
</rss>

