Ask Your Question
0

What does "syntax error on 'if( isnull( if( ...' block" mean?

asked 2022-08-23 11:00:00 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2021-10-29 07:00:00 +0000

lakamha gravatar image

This error message suggests that there is an issue with the syntax of an "if" statement in code, specifically within a block of code that contains nested "if" statements and/or the "isnull" function. The error is likely due to incorrect placement of parentheses, missing arguments or incorrect use of operators within the statement.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-08-23 11:00:00 +0000

Seen: 20 times

Last updated: Oct 29 '21