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..
Please reply with suggestions...
Thanks