i want to display 0.00 in field where the field is empty...
Empty because there is no data in the table/records for particular input.
and the report is display based on joins..

so please help me...

Hi,

you can try this:

select coalesce(columnSometimesNULL, '0.00') from yourTable;

-- tesu

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.