<?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 Equivalent to IFERROR function in Excel? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Equivalent-to-IFERROR-function-in-Excel/m-p/481330#M690030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a Qlikview-equivalent to the IFERROR function in Excel ... &lt;EM&gt;&lt;STRONG&gt;IFERROR(value, value_if_error) &lt;/STRONG&gt;&lt;/EM&gt;?&lt;/P&gt;&lt;P&gt;The main advantage: &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;With that function you only have to write/calculate the &lt;EM&gt;&lt;STRONG&gt;value &lt;/STRONG&gt;&lt;/EM&gt;expression &lt;SPAN style="text-decoration: underline;"&gt;once&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Qlikview you need to do something like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;if(isNull(value_expression), value_if_error, value_expression)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Sep 2013 07:48:08 GMT</pubDate>
    <dc:creator>pennetzdorfer</dc:creator>
    <dc:date>2013-09-26T07:48:08Z</dc:date>
    <item>
      <title>Equivalent to IFERROR function in Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/Equivalent-to-IFERROR-function-in-Excel/m-p/481330#M690030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a Qlikview-equivalent to the IFERROR function in Excel ... &lt;EM&gt;&lt;STRONG&gt;IFERROR(value, value_if_error) &lt;/STRONG&gt;&lt;/EM&gt;?&lt;/P&gt;&lt;P&gt;The main advantage: &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;With that function you only have to write/calculate the &lt;EM&gt;&lt;STRONG&gt;value &lt;/STRONG&gt;&lt;/EM&gt;expression &lt;SPAN style="text-decoration: underline;"&gt;once&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Qlikview you need to do something like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;if(isNull(value_expression), value_if_error, value_expression)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 07:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Equivalent-to-IFERROR-function-in-Excel/m-p/481330#M690030</guid>
      <dc:creator>pennetzdorfer</dc:creator>
      <dc:date>2013-09-26T07:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Equivalent to IFERROR function in Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/Equivalent-to-IFERROR-function-in-Excel/m-p/481331#M690032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Maybe it's too late, but I had the same problem and just found the solution today. The "Alt" function, you can add as many formulas as you want, the result is the first one (from left to right) that return a valid numeric value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALT(9/0,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would return 0, because of the division by zero returns a dash "-"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 15:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Equivalent-to-IFERROR-function-in-Excel/m-p/481331#M690032</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-03T15:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Equivalent to IFERROR function in Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/Equivalent-to-IFERROR-function-in-Excel/m-p/481332#M690033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know such a function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to reuse several times a function, you may use the preload technique. You will have&lt;STRONG&gt; 2 consecutive LOAD&lt;/STRONG&gt; &lt;STRONG&gt;statements&lt;/STRONG&gt;, and only the first one will populate the table. Take care, the LOAD which populate the table is the 1st one, and the second load is the one that will be source of the 1st !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD if(isnull(A/B), A, B) as A2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xxxx;&amp;nbsp; (no FROM the source is the second load below !!)&lt;/P&gt;&lt;P&gt;LOAD MyveryDifficultFunction as A,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MYsecondDifficultFunction as B,&lt;/P&gt;&lt;P&gt;&amp;nbsp; C, D, E ....&lt;/P&gt;&lt;P&gt;FROM xxxx;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 15:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Equivalent-to-IFERROR-function-in-Excel/m-p/481332#M690033</guid>
      <dc:creator />
      <dc:date>2014-03-03T15:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Equivalent to IFERROR function in Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/Equivalent-to-IFERROR-function-in-Excel/m-p/481333#M690034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oscar, thanks for your solution - that helps a lot!&lt;/P&gt;&lt;P&gt;It's never too late to learn new Qlikview functions &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 15:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Equivalent-to-IFERROR-function-in-Excel/m-p/481333#M690034</guid>
      <dc:creator>pennetzdorfer</dc:creator>
      <dc:date>2014-03-03T15:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Equivalent to IFERROR function in Excel?</title>
      <link>https://community.qlik.com/t5/QlikView/Equivalent-to-IFERROR-function-in-Excel/m-p/1680179#M690035</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please help me in writing an executable script for below given excel formula.&lt;/P&gt;&lt;P&gt;iferror(if(E22&amp;lt;&amp;gt;"1",((vlookup(Z22,Master!$G:$I,3,0)),"check"),"check")&lt;/P&gt;&lt;P&gt;I have tried writing following executable script in&amp;nbsp; qlikview :-&lt;/P&gt;&lt;P&gt;if(damage_tag&amp;lt;&amp;gt;1, applymap('part_no',material,'check')) as abc,&lt;/P&gt;&lt;P&gt;this is not giving correct result.. please help&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2020 06:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Equivalent-to-IFERROR-function-in-Excel/m-p/1680179#M690035</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2020-02-28T06:52:36Z</dc:date>
    </item>
  </channel>
</rss>

