I cannot print preview or print a report off the Quote Entry module. It is a custom report. The standard report works fine. I get the following error when I try to print:
“Program Ice.Services.Lib.RunTask when executing task 4079258 raised an unexpected exception with the following message: RunTask:
Ice.Core.SsrsReporting.SsrsCaller.SsrsException: The SSRS server returned the status code 500 (InternalServerError) with the following error text:
The Value expression for the field ‘Calc_HasMisc’ contains an error: Input string was not in a correct format. —> Microsoft.ReportingServices.Diagnostics.Utilities.RSException: The Value expression for the field ‘Calc_HasMisc’ contains an error: Input string was not in a correct format.”
I have identified the field causing this issue and instead of returning a True/False value, it is returning a string. I checked the RDD and the field is set up as a logical Yes/No field there. I don’t see any error in the dataset either. How can I get this field to behave properly and return a boolean instead of a string ?