<?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: Alt function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alt-function/m-p/43704#M769406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The script posted by Gowtham works perfectly for the three cases that you posted in your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Alt Function thread305239.jpg" class="jive-image image-1" src="/legacyfs/online/205601_Alt Function thread305239.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only reason why it wouldn't work for you is maybe because you are using different source data. Can you post an example document with some sample data that isn't getting translated using this Alt() technique?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2018 11:01:11 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2018-06-19T11:01:11Z</dc:date>
    <item>
      <title>Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-function/m-p/43699#M769398</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;I have Date field with different formats:&lt;/P&gt;&lt;P&gt;JAN 1 2018 12:00AM&lt;/P&gt;&lt;P&gt;2018-02-01&lt;/P&gt;&lt;P&gt;2018/03/01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to convert in one form of date ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-function/m-p/43699#M769398</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-function/m-p/43700#M769400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi here is one document&amp;nbsp; i have created for this case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-20127"&gt;Multiple Dates Using Alt&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 05:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-function/m-p/43700#M769400</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-06-19T05:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-function/m-p/43701#M769401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Still for &lt;STRONG&gt;JAN 1 2018 12:00AM&lt;/STRONG&gt; , I tried Date(alt(TimeStamp#(FromDate,'MMM DD YYYY hh:mmTT')),'DD-MM-YYYY'). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 06:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-function/m-p/43701#M769401</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-19T06:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-function/m-p/43702#M769403</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;&lt;/P&gt;&lt;P&gt;Date:&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;date(alt( date#( date1 , 'YYYY-MM-DD' ),&lt;/P&gt;&lt;P&gt;timestamp#(date1,'MMM D YYYY hh:mmTT'),&lt;/P&gt;&lt;P&gt;date#(date1 , 'YYYY/MM/DD' ),'NO' )) as NewDate;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * inline [date1&lt;/P&gt;&lt;P&gt;JAN 1 2018 12:00AM&lt;/P&gt;&lt;P&gt;2018-02-01&lt;/P&gt;&lt;P&gt;2018/03/01];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 06:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-function/m-p/43702#M769403</guid>
      <dc:creator>Gowtham174</dc:creator>
      <dc:date>2018-06-19T06:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-function/m-p/43703#M769405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Code: timestamp#(date1,'MMM D YYYY hh:mmTT') is not working for date format JAN 1 2018 12:00AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 08:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-function/m-p/43703#M769405</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-19T08:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-function/m-p/43704#M769406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The script posted by Gowtham works perfectly for the three cases that you posted in your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Alt Function thread305239.jpg" class="jive-image image-1" src="/legacyfs/online/205601_Alt Function thread305239.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only reason why it wouldn't work for you is maybe because you are using different source data. Can you post an example document with some sample data that isn't getting translated using this Alt() technique?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 11:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-function/m-p/43704#M769406</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-06-19T11:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-function/m-p/43705#M769408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there was an extra space in timestamp date format . currently code is working fine&lt;/P&gt;&lt;P&gt;Date:&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;date(alt( date#( date1 , 'YYYY-MM-DD' ),&lt;/P&gt;&lt;P&gt;timestamp#(date1,'MMM D YYYY hh:mmTT'),&lt;/P&gt;&lt;P&gt;date#(date1 , 'YYYY/MM/DD' ),'NO' )) as NewDate;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 05:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-function/m-p/43705#M769408</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-20T05:18:12Z</dc:date>
    </item>
  </channel>
</rss>

