This is my first post so please be patient 
I have a formula with the following text:
if isnull({SurveyResponses_.Question 3e}) then
0
else if {SurveyResponses_.Question 3e} = 0 then
1
else
0
Originally, the first if statement was not there (the part that checks for null), but I thought perhaps checking for null would somehow solve the problem, however it did not. The report runs fine under the actual Crystal development tool, but when I try viewing the report through Crystal Management Console (CMC), it gives me the following error:
Error in formula . 'if isnull({SurveyResponses_.Question 3d}) then ' A string is required here. Details: errorKind. File 1b5c538e80a05c3.rpt.
The report originally was working correctly, but after a few changes, it stopped working through CMC. I tried commenting out this formula, and running the report from there, however it then complains about other formulas with the same error.
The datasource is Excel and the values for the field it's referencing are simply 0 thru 4.
It's a simple formula, but I'm stumped on what exactly the system is complaining on. Hopefully the solution will be just as simple.
Last to note, I'm using CR10. Let me know if you need any more information. Thanks in advance for your time!!
I have a formula with the following text:
if isnull({SurveyResponses_.Question 3e}) then
0
else if {SurveyResponses_.Question 3e} = 0 then
1
else
0
Originally, the first if statement was not there (the part that checks for null), but I thought perhaps checking for null would somehow solve the problem, however it did not. The report runs fine under the actual Crystal development tool, but when I try viewing the report through Crystal Management Console (CMC), it gives me the following error:
Error in formula . 'if isnull({SurveyResponses_.Question 3d}) then ' A string is required here. Details: errorKind. File 1b5c538e80a05c3.rpt.
The report originally was working correctly, but after a few changes, it stopped working through CMC. I tried commenting out this formula, and running the report from there, however it then complains about other formulas with the same error.
The datasource is Excel and the values for the field it's referencing are simply 0 thru 4.
It's a simple formula, but I'm stumped on what exactly the system is complaining on. Hopefully the solution will be just as simple.
Last to note, I'm using CR10. Let me know if you need any more information. Thanks in advance for your time!!