<?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: Creating a Max date with a Text date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-Max-date-with-a-Text-date/m-p/823536#M290201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok then try this way first convert to the Date format of month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Month( AddMonths( max(Date#(TextMonth,'MMM')) ,-1 ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Month( AddMonths( max(Date(Date#(TextMonth,'MMM'),'MMM')) ,-1 ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Dec 2014 12:37:25 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-12-12T12:37:25Z</dc:date>
    <item>
      <title>Creating a Max date with a Text date</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Max-date-with-a-Text-date/m-p/823532#M290197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a text date and I would like to create an Expression label showing the previous months name&lt;/P&gt;&lt;P&gt;for my current month its simple just [Month Abbrev] = 'Oct'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I have a column for the previous months data&amp;nbsp; and need to create&amp;nbsp; a label that will be dynamic.&lt;/P&gt;&lt;P&gt;what will the easiest way to create this "[Month Abbrev]-1 " label be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 12:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Max-date-with-a-Text-date/m-p/823532#M290197</guid>
      <dc:creator>rido1421</dc:creator>
      <dc:date>2014-12-12T12:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Max date with a Text date</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Max-date-with-a-Text-date/m-p/823533#M290198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dual(Date(Date#(Month,'MMM')-1,'MMM'),Date(Date#(Month,'MMM')-1,'MM')) as PreviousMonth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 12:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Max-date-with-a-Text-date/m-p/823533#M290198</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-12-12T12:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Max date with a Text date</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Max-date-with-a-Text-date/m-p/823534#M290199</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;=Month( AddMonths( max([Month Abbrev]) ,-2 ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 12:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Max-date-with-a-Text-date/m-p/823534#M290199</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-12T12:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Max date with a Text date</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Max-date-with-a-Text-date/m-p/823535#M290200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had tried that expression ... it doesnt seem to work Month Abbrev is a text...&amp;nbsp; would Max(Month Abbrev) work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 12:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Max-date-with-a-Text-date/m-p/823535#M290200</guid>
      <dc:creator>rido1421</dc:creator>
      <dc:date>2014-12-12T12:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Max date with a Text date</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Max-date-with-a-Text-date/m-p/823536#M290201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok then try this way first convert to the Date format of month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Month( AddMonths( max(Date#(TextMonth,'MMM')) ,-1 ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Month( AddMonths( max(Date(Date#(TextMonth,'MMM'),'MMM')) ,-1 ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 12:37:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Max-date-with-a-Text-date/m-p/823536#M290201</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-12T12:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Max date with a Text date</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Max-date-with-a-Text-date/m-p/823537#M290202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works great also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 12:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Max-date-with-a-Text-date/m-p/823537#M290202</guid>
      <dc:creator>rido1421</dc:creator>
      <dc:date>2014-12-12T12:52:29Z</dc:date>
    </item>
  </channel>
</rss>

