<?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: Monthstart while selecting Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Monthstart-while-selecting-Month/m-p/1173741#M903465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure how you can post a question at the same time answer your own question and get marks for that .. There is a vulnerabilities in the forum and must be reported ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jul 2016 07:32:50 GMT</pubDate>
    <dc:creator>ziadm</dc:creator>
    <dc:date>2016-07-05T07:32:50Z</dc:date>
    <item>
      <title>Monthstart while selecting Month</title>
      <link>https://community.qlik.com/t5/QlikView/Monthstart-while-selecting-Month/m-p/1173735#M903459</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;I want to get the monthstart date after selecting month not Date, let say user select jun 16 than monthstart date shud come 01-06-2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i get this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&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/Monthstart-while-selecting-Month/m-p/1173735#M903459</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Monthstart while selecting Month</title>
      <link>https://community.qlik.com/t5/QlikView/Monthstart-while-selecting-Month/m-p/1173736#M903460</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;You can use makedate function like this:&lt;/P&gt;&lt;P&gt;=makedate(YearField,Monthfield,01)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Remi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 07:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthstart-while-selecting-Month/m-p/1173736#M903460</guid>
      <dc:creator>remi_roland</dc:creator>
      <dc:date>2016-07-05T07:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Monthstart while selecting Month</title>
      <link>https://community.qlik.com/t5/QlikView/Monthstart-while-selecting-Month/m-p/1173737#M903461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=date(floor(monthstart(today())), 'YYYYMMDD') FYR: &lt;A href="https://community.qlik.com/thread/59800"&gt;How to get previous month first and last date?&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 07:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthstart-while-selecting-Month/m-p/1173737#M903461</guid>
      <dc:creator />
      <dc:date>2016-07-05T07:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Monthstart while selecting Month</title>
      <link>https://community.qlik.com/t5/QlikView/Monthstart-while-selecting-Month/m-p/1173738#M903462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;monthstart(max(date)) works for me thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 07:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthstart-while-selecting-Month/m-p/1173738#M903462</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2016-07-05T07:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Monthstart while selecting Month</title>
      <link>https://community.qlik.com/t5/QlikView/Monthstart-while-selecting-Month/m-p/1173739#M903463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=date(Date#(month_yr,'MMM YY'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 07:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthstart-while-selecting-Month/m-p/1173739#M903463</guid>
      <dc:creator>mangalsk</dc:creator>
      <dc:date>2016-07-05T07:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Monthstart while selecting Month</title>
      <link>https://community.qlik.com/t5/QlikView/Monthstart-while-selecting-Month/m-p/1173740#M903464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abhay,&lt;/P&gt;&lt;P&gt;Try this expression,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(MonthStart(Max(Date_Field)),'DD/MM/YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 07:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthstart-while-selecting-Month/m-p/1173740#M903464</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2016-07-05T07:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Monthstart while selecting Month</title>
      <link>https://community.qlik.com/t5/QlikView/Monthstart-while-selecting-Month/m-p/1173741#M903465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure how you can post a question at the same time answer your own question and get marks for that .. There is a vulnerabilities in the forum and must be reported ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 07:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthstart-while-selecting-Month/m-p/1173741#M903465</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2016-07-05T07:32:50Z</dc:date>
    </item>
  </channel>
</rss>

