<?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 fun? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/alt-fun/m-p/757894#M1033861</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is not the better way to remove null values ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to remove from the script (in a load or select) put a where condition (Ex. Where not IsNull(myField)),&lt;BR /&gt; if the field is a dimension, there is a check box to delte null values in the tab dimension.&lt;BR /&gt; &lt;BR /&gt; Let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jan 2015 13:12:57 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2015-01-23T13:12:57Z</dc:date>
    <item>
      <title>alt fun?</title>
      <link>https://community.qlik.com/t5/QlikView/alt-fun/m-p/757890#M1033857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;alt(01/01/2015,01-01-2015,01-01/2015)&amp;nbsp;&amp;nbsp; it returns correct date as for my understanding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i want know what is the use of alt function when u go for this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give me small example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Null values can be removed using alt fun?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 12:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alt-fun/m-p/757890#M1033857</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-23T12:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: alt fun?</title>
      <link>https://community.qlik.com/t5/QlikView/alt-fun/m-p/757891#M1033858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;alt&lt;/SPAN&gt; function returns the first of the parameters that has a valid number representation. (as dates do). If no such match is found, the last parameter will be returned&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 13:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alt-fun/m-p/757891#M1033858</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-01-23T13:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: alt fun?</title>
      <link>https://community.qlik.com/t5/QlikView/alt-fun/m-p/757892#M1033859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible to remove null values with alt function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 13:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alt-fun/m-p/757892#M1033859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-23T13:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: alt fun?</title>
      <link>https://community.qlik.com/t5/QlikView/alt-fun/m-p/757893#M1033860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only if you are testing numeric values for being non-null. It won't work for text.&lt;/P&gt;&lt;P&gt;You can use IsNull() to test for nulls and combine with If() to remove them if needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 13:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alt-fun/m-p/757893#M1033860</guid>
      <dc:creator>kuba_michalik</dc:creator>
      <dc:date>2015-01-23T13:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: alt fun?</title>
      <link>https://community.qlik.com/t5/QlikView/alt-fun/m-p/757894#M1033861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is not the better way to remove null values ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to remove from the script (in a load or select) put a where condition (Ex. Where not IsNull(myField)),&lt;BR /&gt; if the field is a dimension, there is a check box to delte null values in the tab dimension.&lt;BR /&gt; &lt;BR /&gt; Let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 13:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alt-fun/m-p/757894#M1033861</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-01-23T13:12:57Z</dc:date>
    </item>
  </channel>
</rss>

