<?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: List of dates within a listbox in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/List-of-dates-within-a-listbox/m-p/1726110#M55355</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/118205"&gt;@Rogers2212&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I hope this is helpful to you.Try this script&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Let vMinDate = NUM(Date('01/01/2020','DD/MM/YYYY'));

Let vMaxDate = NUM(Date('01/12/2020','DD/MM/YYYY'));

TempCalendar:

Load

  AddMonths($(vMinDate),IterNo()-1) as TempDate

AutoGenerate 1

While AddMonths($(vMinDate),IterNo()-1) &amp;lt;= $(vMaxDate);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;output:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="raji6763_0-1594214433225.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/37146iE6A5DAC4E70A4E25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="raji6763_0-1594214433225.png" alt="raji6763_0-1594214433225.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raji&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jul 2020 13:21:33 GMT</pubDate>
    <dc:creator>raji6763</dc:creator>
    <dc:date>2020-07-08T13:21:33Z</dc:date>
    <item>
      <title>List of dates within a listbox</title>
      <link>https://community.qlik.com/t5/App-Development/List-of-dates-within-a-listbox/m-p/1726087#M55351</link>
      <description>&lt;P&gt;Hi All, Im new to this and looking for a little help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a variable and i am trying to have a variable input list box amend that, please can somebody advise on how i could automatically have the list box populate the first day of the month for the last 12 months?&lt;/P&gt;&lt;P&gt;I have tried using something like&amp;nbsp;Floor(MonthStart(date(Todate()))) however if i try to build a list upon this it says anything after | is garbage.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/List-of-dates-within-a-listbox/m-p/1726087#M55351</guid>
      <dc:creator>Rogers2212</dc:creator>
      <dc:date>2024-11-16T01:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: List of dates within a listbox</title>
      <link>https://community.qlik.com/t5/App-Development/List-of-dates-within-a-listbox/m-p/1726110#M55355</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/118205"&gt;@Rogers2212&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I hope this is helpful to you.Try this script&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Let vMinDate = NUM(Date('01/01/2020','DD/MM/YYYY'));

Let vMaxDate = NUM(Date('01/12/2020','DD/MM/YYYY'));

TempCalendar:

Load

  AddMonths($(vMinDate),IterNo()-1) as TempDate

AutoGenerate 1

While AddMonths($(vMinDate),IterNo()-1) &amp;lt;= $(vMaxDate);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;output:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="raji6763_0-1594214433225.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/37146iE6A5DAC4E70A4E25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="raji6763_0-1594214433225.png" alt="raji6763_0-1594214433225.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raji&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 13:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/List-of-dates-within-a-listbox/m-p/1726110#M55355</guid>
      <dc:creator>raji6763</dc:creator>
      <dc:date>2020-07-08T13:21:33Z</dc:date>
    </item>
  </channel>
</rss>

