G
Guest
I have the followingTotals: Sum(dbo_DAGL!GL_DEBITS-dbo_DAGL!GL_CREDITS) calculated field in my crosstab query which works great. Which gives me the total between debits and credits by store per day. I have a slight issue if no activity the value is blank. How can I replace all the blanks with 0. THe field type of will be numeric.