Null Value problem in query

L

LJG

Hi Guys,

How can I change this expression to add 0 to any null values?

soflinesum: Sum([qty]*[price])

TIA
Les
 
M

Marshall Barton

LJG said:
How can I change this expression to add 0 to any null values?

soflinesum: Sum([qty]*[price])


You should not have to do that because the aggregate
functions ignore null values in their calculations.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top