<?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: Ask Format Date. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ask-Format-Date/m-p/914701#M652459</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;Use Alt()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax with description from Help Menu&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor405"&gt;&lt;/A&gt;&lt;A name="alt"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;alt(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;case1[ , case2 , case3 , ...] , else&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;alt&lt;/SPAN&gt; function returns the first of the parameters &lt;BR /&gt;that has a valid number representation. If no such match is found, the last &lt;BR /&gt;parameter will be returned. Any number of parameters can be used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;alt( date#( dat , 'YYYY/MM/DD' ),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;date#( dat , 'MM/DD/YYYY' ),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;date#( dat , 'MM/DD/YY' ),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;'No valid date' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will test if the field date contains a date according to any of the three specified date formats.&lt;/P&gt;&lt;P&gt;If so, it will return the original string and a valid number representation of a date.&lt;/P&gt;&lt;P&gt;If no match is found, the text 'No valid date' will be returned (without any valid number representation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Aug 2015 04:26:10 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2015-08-07T04:26:10Z</dc:date>
    <item>
      <title>Ask Format Date.</title>
      <link>https://community.qlik.com/t5/QlikView/Ask-Format-Date/m-p/914700#M652458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I create qvw doc that load data from excel file. but some data is different format in one field (format date).&lt;/P&gt;&lt;P&gt;How to equalize the format date from this excel file without edit formate date in the excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DATE.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95280_DATE.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope someone help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 04:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ask-Format-Date/m-p/914700#M652458</guid>
      <dc:creator />
      <dc:date>2015-08-07T04:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Ask Format Date.</title>
      <link>https://community.qlik.com/t5/QlikView/Ask-Format-Date/m-p/914701#M652459</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;Use Alt()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax with description from Help Menu&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor405"&gt;&lt;/A&gt;&lt;A name="alt"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;alt(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;case1[ , case2 , case3 , ...] , else&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;alt&lt;/SPAN&gt; function returns the first of the parameters &lt;BR /&gt;that has a valid number representation. If no such match is found, the last &lt;BR /&gt;parameter will be returned. Any number of parameters can be used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;alt( date#( dat , 'YYYY/MM/DD' ),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;date#( dat , 'MM/DD/YYYY' ),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;date#( dat , 'MM/DD/YY' ),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;'No valid date' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will test if the field date contains a date according to any of the three specified date formats.&lt;/P&gt;&lt;P&gt;If so, it will return the original string and a valid number representation of a date.&lt;/P&gt;&lt;P&gt;If no match is found, the text 'No valid date' will be returned (without any valid number representation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 04:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ask-Format-Date/m-p/914701#M652459</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-08-07T04:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Ask Format Date.</title>
      <link>https://community.qlik.com/t5/QlikView/Ask-Format-Date/m-p/914702#M652460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET DateFormat='D/M/YYYY';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [ENTRANCE DATE], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [EXIT DATE], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; company&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ask.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 04:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ask-Format-Date/m-p/914702#M652460</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-07T04:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Ask Format Date.</title>
      <link>https://community.qlik.com/t5/QlikView/Ask-Format-Date/m-p/914703#M652461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use two ways to do this.&lt;/P&gt;&lt;P&gt;One is just format it to date and see the different values.&lt;/P&gt;&lt;P&gt;The next way is use conditional conversion based on the deliminter ., that means when it is '-' then one format else the other format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 04:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ask-Format-Date/m-p/914703#M652461</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2015-08-07T04:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ask Format Date.</title>
      <link>https://community.qlik.com/t5/QlikView/Ask-Format-Date/m-p/914704#M652462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 06:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ask-Format-Date/m-p/914704#M652462</guid>
      <dc:creator />
      <dc:date>2015-08-07T06:25:09Z</dc:date>
    </item>
  </channel>
</rss>

