Forum Discussion
anaalfonso217
3 years agoRegular Visitor
15 querires are blocked errors
I keep getting this error when running queries. How do I fix this?
mussaenda
3 years agoCommunity Champion
Hi anaalfonso217 ,
you are doing column conditions where there are values null but you are not giving instructions how to handle the them.
You can either assign a condition for null values or if not needed, use the try-otherwise to avoid these issues.
this function is like iferror in excel.
try (your full condition here) otherwise (what to do if error is found)