<?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 start date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-start-date/m-p/471272#M699233</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;Are you talking about daily sales trend for a month? Add below condition in your exression and use the date field as a dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;monthstart(datefield)=monthstart(today())&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;Satya&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Nov 2012 09:08:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-11-28T09:08:10Z</dc:date>
    <item>
      <title>Month start date</title>
      <link>https://community.qlik.com/t5/QlikView/Month-start-date/m-p/471266#M699227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to get the month start date for eg:11/01/2012 from a date field?&lt;/P&gt;&lt;P&gt; i am trying to do a MTD trend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 15:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-start-date/m-p/471266#M699227</guid>
      <dc:creator />
      <dc:date>2012-11-27T15:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Month start date</title>
      <link>https://community.qlik.com/t5/QlikView/Month-start-date/m-p/471267#M699228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=&lt;EM&gt;monthstart(yourdatefield)&lt;/EM&gt; should work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 15:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-start-date/m-p/471267#M699228</guid>
      <dc:creator>kouroshkarimi</dc:creator>
      <dc:date>2012-11-27T15:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Month start date</title>
      <link>https://community.qlik.com/t5/QlikView/Month-start-date/m-p/471268#M699229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes that does work is there any way that i could use this and write monthtodate wherein i need the show a trend &lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;start date:11/01/2012&lt;/P&gt;&lt;P&gt;end date:11/27/2012&lt;/P&gt;&lt;P&gt;do a trend showing all the values, how can i do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 15:49:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-start-date/m-p/471268#M699229</guid>
      <dc:creator />
      <dc:date>2012-11-27T15:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Month start date</title>
      <link>https://community.qlik.com/t5/QlikView/Month-start-date/m-p/471269#M699230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),1,0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;As&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MTD_FLAG &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 16:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-start-date/m-p/471269#M699230</guid>
      <dc:creator />
      <dc:date>2012-11-27T16:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Month start date</title>
      <link>https://community.qlik.com/t5/QlikView/Month-start-date/m-p/471270#M699231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;yes that does work is there any way that i could use this and write monthtodate wherein i need the show a trend&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;eg:&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;start date:11/01/2012&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;end date:11/27/2012&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;do a trend showing all the values, how can i do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 04:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-start-date/m-p/471270#M699231</guid>
      <dc:creator />
      <dc:date>2012-11-28T04:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Month start date</title>
      <link>https://community.qlik.com/t5/QlikView/Month-start-date/m-p/471271#M699232</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;Create a variable for start and end dates like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vStartDate = MonthStart(Max(DateDimension))&lt;/P&gt;&lt;P&gt;vEndDate = If(MonthName(Max(DateDimension)) = MonthName(Today()), Today(), MonthEnd(Max(DateDimension)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use this variables in expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;DateDimension = {'&amp;gt;=$(=vStartDate)&amp;lt;=$(=vEndDate'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 05:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-start-date/m-p/471271#M699232</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-11-28T05:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Month start date</title>
      <link>https://community.qlik.com/t5/QlikView/Month-start-date/m-p/471272#M699233</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;Are you talking about daily sales trend for a month? Add below condition in your exression and use the date field as a dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;monthstart(datefield)=monthstart(today())&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;Satya&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 09:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-start-date/m-p/471272#M699233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-28T09:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Month start date</title>
      <link>https://community.qlik.com/t5/QlikView/Month-start-date/m-p/471273#M699234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i need to show consecutive daily month trend where datefiled range is from &lt;/P&gt;&lt;P&gt;month starting to current date.(eg:11/01/2012 to11/28/2012) each every day count(orders).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 03:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-start-date/m-p/471273#M699234</guid>
      <dc:creator />
      <dc:date>2012-11-29T03:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Month start date</title>
      <link>https://community.qlik.com/t5/QlikView/Month-start-date/m-p/471274#M699235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is the way i got it worked &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({ &amp;lt;[Received Date]={"&amp;gt;=$(=monthstart(date(max([Received Date]))) )&amp;lt;=$(=monthend(date(max([Received Date]))))"}&amp;gt; }[Loan Counter])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 16:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-start-date/m-p/471274#M699235</guid>
      <dc:creator />
      <dc:date>2013-06-04T16:19:23Z</dc:date>
    </item>
  </channel>
</rss>

