<?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 How to change date to MonthStart? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313324#M407974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is what we're using to create our date fields. How would I manipulate this to be the month start date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(MakeDate(left(right('$(vVulnerabilityFile)',11),4),left(right('$(vVulnerabilityFile)',6),2))) AS MNTH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Mar 2017 17:11:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-03-30T17:11:25Z</dc:date>
    <item>
      <title>How to change date to MonthStart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313324#M407974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is what we're using to create our date fields. How would I manipulate this to be the month start date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(MakeDate(left(right('$(vVulnerabilityFile)',11),4),left(right('$(vVulnerabilityFile)',6),2))) AS MNTH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 17:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313324#M407974</guid>
      <dc:creator />
      <dc:date>2017-03-30T17:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to change date to MonthStart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313325#M407975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Date(MakeDate(left(right('$(vVulnerabilityFile)',11),4),left(right('$(vVulnerabilityFile)',6),2))) as MonthStart&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 17:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313325#M407975</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-30T17:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to change date to MonthStart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313326#M407976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does this &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;vVulnerabilityFile&lt;/STRONG&gt;&lt;/SPAN&gt;? And if Date would you create few dates so then we came to know. Seems complex we can achieve by default functions may be&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 17:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313326#M407976</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-30T17:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to change date to MonthStart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313327#M407977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the value you hold in vVunerabilityFile variable like i mean what is the date format that this variable holds. &lt;/P&gt;&lt;P&gt;You can use MonthStart(vVunerabilityFile) may be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 17:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313327#M407977</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-30T17:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to change date to MonthStart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313328#M407978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this worked, thank you. I'm trying to limit a pie chart to only display one month worth of data. this is what i'm using as my expression but it's saying no data to display: &lt;/P&gt;&lt;P&gt;Sum({&amp;lt;MonthStart={$(=Max(Month))}&amp;gt;}CRITICAL)&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;MonthStart={$(=Max(Month))}&amp;gt;}HIGH)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 18:29:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313328#M407978</guid>
      <dc:creator />
      <dc:date>2017-03-30T18:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to change date to MonthStart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313329#M407979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add double or single quotes around...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Sum({&amp;lt;MonthStart={&lt;SPAN style="color: #ff0000;"&gt;"&lt;/SPAN&gt;$(=Max(Month))&lt;STRONG style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"&lt;/STRONG&gt;}&amp;gt;}CRITICAL)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Sum({&amp;lt;MonthStart={&lt;STRONG style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"&lt;/STRONG&gt;$(=Max(Month))&lt;STRONG style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"&lt;/STRONG&gt;}&amp;gt;}HIGH)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 18:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313329#M407979</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-30T18:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to change date to MonthStart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313330#M407980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;didn't work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 18:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313330#M407980</guid>
      <dc:creator />
      <dc:date>2017-03-30T18:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to change date to MonthStart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313331#M407981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, you need to do Max(MonthStart)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;MonthStart={&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;"&lt;/SPAN&gt;$(=Max(&lt;STRONG style="color: #ff0000; font-size: 13px; font-style: inherit; font-family: inherit;"&gt;MonthStart&lt;/STRONG&gt;))&lt;STRONG style="font-style: inherit; color: #ff0000;"&gt;"&lt;/STRONG&gt;}&amp;gt;}CRITICAL)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;MonthStart={&lt;STRONG style="font-style: inherit; color: #ff0000;"&gt;"&lt;/STRONG&gt;$(=Max(&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="color: #ff0000; font-size: 13px; font-style: inherit; font-family: inherit;"&gt;MonthStart&lt;/STRONG&gt;&lt;/STRONG&gt;))&lt;STRONG style="font-style: inherit; color: #ff0000;"&gt;"&lt;/STRONG&gt;}&amp;gt;}HIGH)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 18:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313331#M407981</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-30T18:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to change date to MonthStart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313332#M407982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, i believe Ann is comparing Date with Month here right? I mean &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MonthStart = Max(Month) ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 18:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313332#M407982</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-30T18:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to change date to MonthStart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313333#M407983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's still not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 18:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313333#M407983</guid>
      <dc:creator />
      <dc:date>2017-03-30T18:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to change date to MonthStart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313334#M407984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These did not work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;MonthStart={&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;"&lt;/SPAN&gt;$(=Max(&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;MonthStart&lt;/STRONG&gt;))&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;"&lt;/STRONG&gt;}&amp;gt;}CRITICAL)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;MonthStart={&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;"&lt;/STRONG&gt;$(=Max(&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;MonthStart&lt;/STRONG&gt;&lt;/STRONG&gt;))&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;"&lt;/STRONG&gt;}&amp;gt;}HIGH)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 18:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313334#M407984</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-30T18:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to change date to MonthStart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313335#M407985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope. Maybe I should clarify what i'm trying to obtain. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a pie chart that shows critical, highs, and lows for the previous month.&lt;/P&gt;&lt;P&gt;If I do sum(CRITICAL), etc it will work just fine, but that is for all time. How do I get it to just show for the previous month?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 19:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313335#M407985</guid>
      <dc:creator />
      <dc:date>2017-03-30T19:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to change date to MonthStart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313336#M407986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the format of your MonthStart? Is it MM/DD/YYYY ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 19:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313336#M407986</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-30T19:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to change date to MonthStart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313337#M407987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 19:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313337#M407987</guid>
      <dc:creator />
      <dc:date>2017-03-30T19:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to change date to MonthStart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313338#M407988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Previous should be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;MonthStart={"$(=AddMonths(Max(MonthStart), -1))"}&amp;gt;}CRITICAL)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Sum({&amp;lt;MonthStart={"$(=AddMonths(Max(MonthStart), -1))"}&amp;gt;}HIGH)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 19:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-date-to-MonthStart/m-p/1313338#M407988</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-30T19:04:10Z</dc:date>
    </item>
  </channel>
</rss>

