G
Guest
It's actually Excel/MS query, but it's the same query engine -
Query tries to calculate data from two tables:
table1.sales / table2.units as UnitPrice
table2.units is 0 sometimes which causes a divide by 0 error and query
doesn't run. Any suggestions to run the query returning 0 or blank or error
instead of having the query abort ?
Thanks.
Query tries to calculate data from two tables:
table1.sales / table2.units as UnitPrice
table2.units is 0 sometimes which causes a divide by 0 error and query
doesn't run. Any suggestions to run the query returning 0 or blank or error
instead of having the query abort ?
Thanks.