Avoid the web Error (Page can't be displayed ) if there was an error in a computed value in the form of a document to display

Hello,

I have a web application , my problem is that sometimes I add some information in a form by using a computed value.

If there was an error in this computed value (like : Comparison operators must be supplied two values of the same data type), the user will see a http error 500 when he open a document using the form modified.

I know that i must check my formula to be correct.

I want to find a solution to avoid the http error 500 (let the user see the old data without adding the computed value containing the error).

Think you in advance for your Help.

Yamen Loukil (Tunisia)

Subject: Avoid the web Error (Page can’t be displayed ) if there was an error in a computed value in the form of a document to display

use @Iferror

@IfError( your formula…)

Subject: RE: Avoid the web Error (Page can’t be displayed ) if there was an error in a computed value in the form of a document to display

Think Your Basir, I Will try It.

have a nice day