Support for Multi-Valued parameter in Custom Data Extension
I have a stored procedure which returns me a list of values. I am letting the user select 1, some or all of those values. When I try to pass this multi-valued parameter to my Custom Data Processing Extension, I get this:
An error occurred during local report processing.
Cannot add multi value parameter 'Value' for dataset 'ReportData' because it is not supported by the data extension.
My question is. How do I make my data extension support multi value parameters and if that is not an easy task, how do you go about sending in the comma delimited string coming out of the multi value parameter. Is it an interface I have to implement? Is there something that has to be set in the config file?

