Hi there,
I have an odd problem. Using CRXI against MSSQL2000 with a stored procedure. The stored procedure uses 3 parameters.
I've added a selection formula with a parameter. In Crystal, it returns the results correctly, however, when I recrystallize it, when exporting to PDF, it gives me the following error: (FYI, I've talked to ReCrystallize and they said they haven't seen this problem before and its most likely a formula problem.)
Crystal Reports ActiveX Designer error '80047401'
A number is required here.
/reports/grantcentral/test1-dynamic.asp, line 129
Line 129 of the asp code is this:
Session("oRpt").Export False
If I export to the Crystal Viewer, it gives me no error, but yields no results.
Here is the parameter selection formula: (?outcome type is a string)
if {?Outcome Type} = 'All' then
true
else if {?Outcome Type} = '1' then
{mf_spOutcomesRollup;1.IsInitiativeOutcome} = 1
else if {?Outcome Type} = '200001010' then
{mf_spOutcomesRollup;1.DateGroupSort} = '200001010'
Any help and/or suggestions would be much appreciated.
I have an odd problem. Using CRXI against MSSQL2000 with a stored procedure. The stored procedure uses 3 parameters.
I've added a selection formula with a parameter. In Crystal, it returns the results correctly, however, when I recrystallize it, when exporting to PDF, it gives me the following error: (FYI, I've talked to ReCrystallize and they said they haven't seen this problem before and its most likely a formula problem.)
Crystal Reports ActiveX Designer error '80047401'
A number is required here.
/reports/grantcentral/test1-dynamic.asp, line 129
Line 129 of the asp code is this:
Session("oRpt").Export False
If I export to the Crystal Viewer, it gives me no error, but yields no results.
Here is the parameter selection formula: (?outcome type is a string)
if {?Outcome Type} = 'All' then
true
else if {?Outcome Type} = '1' then
{mf_spOutcomesRollup;1.IsInitiativeOutcome} = 1
else if {?Outcome Type} = '200001010' then
{mf_spOutcomesRollup;1.DateGroupSort} = '200001010'
Any help and/or suggestions would be much appreciated.