<?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 giving output as Null in text object? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alt-function-giving-output-as-Null-in-text-object/m-p/861937#M470068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Text box holds only one value,not individual rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=date(Alt(&lt;/P&gt;&lt;P&gt;Date#(MixDate,'MM/DD/YY'),&lt;/P&gt;&lt;P&gt;Date#(MixDate,'MM-DD-YYYY'),&lt;/P&gt;&lt;P&gt;Date#(MixDate,'DD-MM-YYYY')&lt;/P&gt;&lt;P&gt;),'DD-MM-YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select one date from list box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jun 2015 10:46:29 GMT</pubDate>
    <dc:creator>qlikmsg4u</dc:creator>
    <dc:date>2015-06-10T10:46:29Z</dc:date>
    <item>
      <title>Alt() function giving output as Null in text object?</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-function-giving-output-as-Null-in-text-object/m-p/861936#M470067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Im trying Alt() function in text object but it is giving null in output.&lt;/P&gt;&lt;P&gt;I have 3 different date formats in excel and want to make dates only in one format using alt().&lt;/P&gt;&lt;P&gt;How to do this?&lt;/P&gt;&lt;P&gt;I have attached my qvw file.Please check it .&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 10:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-function-giving-output-as-Null-in-text-object/m-p/861936#M470067</guid>
      <dc:creator />
      <dc:date>2015-06-10T10:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alt() function giving output as Null in text object?</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-function-giving-output-as-Null-in-text-object/m-p/861937#M470068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Text box holds only one value,not individual rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=date(Alt(&lt;/P&gt;&lt;P&gt;Date#(MixDate,'MM/DD/YY'),&lt;/P&gt;&lt;P&gt;Date#(MixDate,'MM-DD-YYYY'),&lt;/P&gt;&lt;P&gt;Date#(MixDate,'DD-MM-YYYY')&lt;/P&gt;&lt;P&gt;),'DD-MM-YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select one date from list box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 10:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-function-giving-output-as-Null-in-text-object/m-p/861937#M470068</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-06-10T10:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Alt() function giving output as Null in text object?</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-function-giving-output-as-Null-in-text-object/m-p/861938#M470069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your first argument's date format needs to be adapted to your data set, and an additional Date() function reformats to a common default format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(&lt;/P&gt;&lt;P&gt;Alt(&lt;/P&gt;&lt;P&gt;Date#(MixDate,&lt;STRONG&gt;'M/DD/YY')&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;Date#(MixDate,'MM-DD-YYYY'),&lt;/P&gt;&lt;P&gt;Date#(MixDate,'DD-MM-YYYY')&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works in your text box,&lt;STRONG&gt; when you select a single field value.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 10:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-function-giving-output-as-Null-in-text-object/m-p/861938#M470069</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-10T10:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Alt() function giving output as Null in text object?</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-function-giving-output-as-Null-in-text-object/m-p/861939#M470070</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;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=date(Alt( &lt;/P&gt;&lt;P&gt;Date#(MixDate,'MM/DD/YY'),&lt;/P&gt;&lt;P&gt;Date#(MixDate,'MM-DD-YYYY'),&lt;/P&gt;&lt;P&gt;Date#(MixDate,'DD-MM-YYYY')&lt;/P&gt;&lt;P&gt;),'DD-MM-YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 10:47:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-function-giving-output-as-Null-in-text-object/m-p/861939#M470070</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-06-10T10:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Alt() function giving output as Null in text object?</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-function-giving-output-as-Null-in-text-object/m-p/861940#M470071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 10:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-function-giving-output-as-Null-in-text-object/m-p/861940#M470071</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2015-06-10T10:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Alt() function giving output as Null in text object?</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-function-giving-output-as-Null-in-text-object/m-p/861941#M470072</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;Alt function will return the valid number representation. in your case all the no format are valid so that is why it will give all the formats based on the selection.&amp;nbsp; you can visualize that as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Alt&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MixDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'DD/MM/YY'),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MixDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'MM-DD-YYYY'),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MixDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'DD-MM-YYYY')&lt;BR /&gt; ),' ') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;USE Date(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Alt&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MixDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'DD/MM/YY'),&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MixDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'MM-DD-YYYY'),&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MixDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'DD-MM-YYYY')&lt;BR /&gt; )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 10:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-function-giving-output-as-Null-in-text-object/m-p/861941#M470072</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2015-06-10T10:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Alt() function giving output as Null in text object?</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-function-giving-output-as-Null-in-text-object/m-p/861942#M470073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Max dreamer .Its working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 11:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-function-giving-output-as-Null-in-text-object/m-p/861942#M470073</guid>
      <dc:creator />
      <dc:date>2015-06-10T11:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Alt() function giving output as Null in text object?</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-function-giving-output-as-Null-in-text-object/m-p/861943#M470074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Welcome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 11:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-function-giving-output-as-Null-in-text-object/m-p/861943#M470074</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-06-10T11:01:48Z</dc:date>
    </item>
  </channel>
</rss>

