catch error from a query

  • Thread starter Thread starter thread
  • Start date Start date
T

thread

hi all,
i build a query that have at least 20 columns
1 of the columns is base on another column that sometimes geting
errors,
when i'm doing "iserror" the problems is not catched.
what should be done in order to flag the error
this is the example:
x: iif(iserror([a]),0,1)
 
Thread,

I think it would be better to try and identify why the error is
occuring, and fix it. What is the nature of the column where you get
the error? Can you give any specific examples?
 
Back
Top