I have a report in reporting services.
I have a field called...
=Fields!SCHEDULEDHOURSWEEKTODATE.Value
How do I return a 0.00 for that value field if nothing returns after I run the report? There are some occassions when data wont' exist.
I tryed something like
=IIF (Fields!SCHEDULEDHOURSWEEKTODATE.Value = " ", 0.00, 0.00)
that brought back what I wanted for the empty values, but then brought back #error for all the values that were showing up correctly for the field.
Suggestions?
I have a field called...
=Fields!SCHEDULEDHOURSWEEKTODATE.Value
How do I return a 0.00 for that value field if nothing returns after I run the report? There are some occassions when data wont' exist.
I tryed something like
=IIF (Fields!SCHEDULEDHOURSWEEKTODATE.Value = " ", 0.00, 0.00)
that brought back what I wanted for the empty values, but then brought back #error for all the values that were showing up correctly for the field.
Suggestions?