<?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 validate date while entering in the input field. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-validate-date-while-entering-in-the-input-field/m-p/341230#M577022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if this helps, but you can somewhat control this by the input box itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can right click the input box, properties-&amp;gt;constraints-&amp;gt;Click custom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then define it as something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;len($)=8 and mid($,5,2) &amp;lt;= '12' and mid($,7,2) &amp;lt;= 31&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can also check error message below and type in something like:&lt;/P&gt;&lt;P&gt;Please enter date in the format 'YYYYMMDD'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now whenever the user enters in a date that does not follow your parameters this error message will pop up until they meet the correct requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try making it in a macro next but figured this might fix your problem without the use of a macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2012 20:49:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-09T20:49:08Z</dc:date>
    <item>
      <title>how to validate date while entering in the input field.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-validate-date-while-entering-in-the-input-field/m-p/341229#M577021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikwers!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an input field which is like a write back functionality to the data base using macros and trigerring it with EDX. &lt;/P&gt;&lt;P&gt;But I want to make some error handlings like if the user enters the date I want it to be in the correct format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now the date format is YYYYMMDD. where i want the date &amp;amp; Month and 8 digits to be validated in the macro itself.&lt;/P&gt;&lt;P&gt;If any one have come across such a situation and knows the solution please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Subin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 12:42:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-validate-date-while-entering-in-the-input-field/m-p/341229#M577021</guid>
      <dc:creator>subin6600</dc:creator>
      <dc:date>2012-05-08T12:42:31Z</dc:date>
    </item>
    <item>
      <title>how to validate date while entering in the input field.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-validate-date-while-entering-in-the-input-field/m-p/341230#M577022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if this helps, but you can somewhat control this by the input box itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can right click the input box, properties-&amp;gt;constraints-&amp;gt;Click custom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then define it as something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;len($)=8 and mid($,5,2) &amp;lt;= '12' and mid($,7,2) &amp;lt;= 31&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can also check error message below and type in something like:&lt;/P&gt;&lt;P&gt;Please enter date in the format 'YYYYMMDD'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now whenever the user enters in a date that does not follow your parameters this error message will pop up until they meet the correct requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try making it in a macro next but figured this might fix your problem without the use of a macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 20:49:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-validate-date-while-entering-in-the-input-field/m-p/341230#M577022</guid>
      <dc:creator />
      <dc:date>2012-05-09T20:49:08Z</dc:date>
    </item>
    <item>
      <title>how to validate date while entering in the input field.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-validate-date-while-entering-in-the-input-field/m-p/341231#M577023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bapperson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how can i get the Properties&amp;gt; Constraints options??&lt;/P&gt;&lt;P&gt;I have a table in which one column is an input field which is mentioned in the script like inputfield xyz;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 09:17:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-validate-date-while-entering-in-the-input-field/m-p/341231#M577023</guid>
      <dc:creator>subin6600</dc:creator>
      <dc:date>2012-05-11T09:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to validate date while entering in the input field.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-validate-date-while-entering-in-the-input-field/m-p/341232#M577024</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;does anyone got an idea for this question ? I have the same problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sophie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2012 09:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-validate-date-while-entering-in-the-input-field/m-p/341232#M577024</guid>
      <dc:creator />
      <dc:date>2012-08-17T09:30:10Z</dc:date>
    </item>
  </channel>
</rss>

