Can someone tell me how to add two fields together when one of them is null?
I'm looking to calculate my profit from my buy and sell fields
some buy fields will be empty (null) and this seems to prevent me from using the following expression in my query GP=[sell]-[buy]
As long as there is a value in the buy field (even if the value is "0") the expression works well. unfortunately i can't update date all the null records to 0
is there a work around?