If you have a query that has order id as one field and totalprice as another field, can the query assign the totalprice a 0 value if for an order id there was no totalprice entered. See if you don't enter a totalprice, yet you want to pull another total for let's say maintanence in the same query can you set totalprice = to 0, even though the total price for that order id# never existed?
Query:
Order Id# TotalPrice MaintTotalPrice
if there is no TotalPrice, the query also wont show MaintTotalPrice even if this has a value. Is there anyway to set TotalPrice = 0 within the query, if the query sees that there is no value for it?
Query:
Order Id# TotalPrice MaintTotalPrice
if there is no TotalPrice, the query also wont show MaintTotalPrice even if this has a value. Is there anyway to set TotalPrice = 0 within the query, if the query sees that there is no value for it?