I'm using CR8 with an MSSQL7 database. My users want to be able to enter 0, 1, or Many account_codes as parameters for the report. I can accomplish this with a View, but the report is then too slow, so I want to use a stored procedure. I've tried having a huge nVarchar field in the proc, hoping that I could strip the character string, but CR8 only allows me to enter 1 value for each proc parameter.
How do I get CR8 to allow me to assign multiple values to this parameter as it would allow with a View?
How do I get CR8 to allow me to assign multiple values to this parameter as it would allow with a View?