Hi,
I want to pass Multiple-values to the parameter of a sub-report. If i use hard-coded string in Split then it works fine.
Now in the split function, if i use String parameter/field/textbox in which i am generating values from a dataset function in the calling report and use that parameter as a value of parameter for sub-report then it gives following error
"An error occurred while executing the subreport ‘subreport1’: One or more parameters required to run the report have not been specified. Preview complete"
Split accepts "Expression as string". so this mean i can use parameter/variable here.
Then where is the error.
Any suggestion?
Thanks.