I have a report which is made up of a complex(ish) Stored Procedure within SQL 2K. This involves a number of Cross Joins, Left Joins etc etc. There are various tables quizzed by the SP and sometimes there is data to return and sometimes not.
On the report, obviously the control source is set to that of the result set that the SP generates. Is it possible to make the output of the field to display 'No Data Available' if the result is Null rather than the field just being blank?
I have posted this is reports as apose to SQL server folder as it seems more of a reports function rather than SQL specific.
Regards
On the report, obviously the control source is set to that of the result set that the SP generates. Is it possible to make the output of the field to display 'No Data Available' if the result is Null rather than the field just being blank?
I have posted this is reports as apose to SQL server folder as it seems more of a reports function rather than SQL specific.
Regards