I am using CR10, SQL Server 2000 and C# 2003.
I have created a report based on a stored procedure that uses the following 'Suppress (No Drill Down) formula :
When I run the report in Crystal it works as expected. When the sql stored proc parameter has value of 'R' it suppresses the section. However, when I attempt to run the report in my app using the Crystal Viewer Control it displays the following error:
This field name is not known.
Details: errorKind
Error in formula: <Section_Visibility>
' if ({?@PromoLabelType}='R') then true else false '
For some reason the parameter field is not recognised when viewing using the Crystal Report Viewer control, but it is when viewing from Crystal Reports directly.
Has anyone come across this problem before?
thanks
Dean
I have created a report based on a stored procedure that uses the following 'Suppress (No Drill Down) formula :
Code:
if ({?@PromoLabelType}='R') then true else false
This field name is not known.
Details: errorKind
Error in formula: <Section_Visibility>
' if ({?@PromoLabelType}='R') then true else false '
For some reason the parameter field is not recognised when viewing using the Crystal Report Viewer control, but it is when viewing from Crystal Reports directly.
Has anyone come across this problem before?
thanks
Dean