I have a report already in CR2008 that is generated by using a Stored Procedure. Trouble is that this report will return some 'blank' prices due to some issue with our backend database....
What I need to do is include in this report a so-called 'lookup' table that has the items and costs so that if the report has a blank (null) cell then it goes and looks up in this seperate table.
Any suggestions on how I can do this??