<?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 Label/Expression Mix Max Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Label-Expression-Mix-Max-Date/m-p/533459#M1124097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi! I'd like to show in a label the minim and the maxumum of my date fields. The format field is YYYY/MM.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I'm trying to use these functions: MinString and Max String.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;But if my range field is from 2010/1 to 2013/11, these functions show me this result from 2010/1 to 2013/9.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;There is another function to calculate the correct result from 2010/1 to 2013/11?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Any suggestions greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Andrea&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Jan 2014 12:02:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-19T12:02:04Z</dc:date>
    <item>
      <title>Label/Expression Mix Max Date</title>
      <link>https://community.qlik.com/t5/QlikView/Label-Expression-Mix-Max-Date/m-p/533459#M1124097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi! I'd like to show in a label the minim and the maxumum of my date fields. The format field is YYYY/MM.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I'm trying to use these functions: MinString and Max String.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;But if my range field is from 2010/1 to 2013/11, these functions show me this result from 2010/1 to 2013/9.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;There is another function to calculate the correct result from 2010/1 to 2013/11?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Any suggestions greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Andrea&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jan 2014 12:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-Expression-Mix-Max-Date/m-p/533459#M1124097</guid>
      <dc:creator />
      <dc:date>2014-01-19T12:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Label/Expression Mix Max Date</title>
      <link>https://community.qlik.com/t5/QlikView/Label-Expression-Mix-Max-Date/m-p/533460#M1124098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your dates should be dual values, having a number representation:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/02/19/why-don-t-my-dates-work"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/02/19/why-don-t-my-dates-work&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use numeric functions like min() and max(), to create your label and format as needed, something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(min(DateField),'YYYY-MM') &amp;amp; ' to ' &amp;amp; Date(max(DateField),'YYYY-MM')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jan 2014 12:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-Expression-Mix-Max-Date/m-p/533460#M1124098</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-01-19T12:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Label/Expression Mix Max Date</title>
      <link>https://community.qlik.com/t5/QlikView/Label-Expression-Mix-Max-Date/m-p/533461#M1124099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your help!&lt;/P&gt;&lt;P&gt;Could you maybe help me with an example pls?&lt;/P&gt;&lt;P&gt;I'm trying to use this expression with the example attached.&lt;/P&gt;&lt;P&gt;I really appreciate any help you can provide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jan 2014 13:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-Expression-Mix-Max-Date/m-p/533461#M1124099</guid>
      <dc:creator />
      <dc:date>2014-01-19T13:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Label/Expression Mix Max Date</title>
      <link>https://community.qlik.com/t5/QlikView/Label-Expression-Mix-Max-Date/m-p/533462#M1124100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your problem is still that your dates are not correctly parsed in. Have you read Henric's blog post and the pdf linked in his post?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you parse the dates correctly e.g. using the date#() function, your expression just starts to work. Check attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jan 2014 13:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-Expression-Mix-Max-Date/m-p/533462#M1124100</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-01-19T13:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Label/Expression Mix Max Date</title>
      <link>https://community.qlik.com/t5/QlikView/Label-Expression-Mix-Max-Date/m-p/533463#M1124101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jan 2014 23:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Label-Expression-Mix-Max-Date/m-p/533463#M1124101</guid>
      <dc:creator />
      <dc:date>2014-01-19T23:50:35Z</dc:date>
    </item>
  </channel>
</rss>

