I have a field {Prod.Accountnumber}. I did hierachical grouping on {Prod.branch}. When i am doing distinct count of {Prod.Accountnumber} i am getting all 1's but it should all be 0's.
I've a problem here..
I want to display '$0.0' when there is null of amount.
So, i did check 'convert database null values to default', if i do that then distinct counts are getting messed up.
How to display '$0.0' when the amount is null..?
Any ideas..
I tried to create a text object and wrote '$0.0' and in suppress option of that text object i wrote
"IsNull(Sum({Prod.amount}))=FALSE"
But it isnt working, i cannot use formulas here as its hierarchical summaries and crystal reports doesnt allow you to write hierarchical summary in the formula field..
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.