Hi,
I have a report with the report parameter "major brand" being a multiselect value, now within the main procedure i have linked reports to which i have to pass the same multi-select value. Is it possible to pass multiple values to the linked reports?
Main procedure
CREATE PROCEDURE
sp_DBR_DEMAND_SYS_10_v1_12_1
(inLaunchName int, inBusinessUnit int, inMajorBrand text, inGrowthInitiative int, inMarketingConv int, inLanguage int)
.......
.......
.......
SELECT 'dbr.report', 'sp_DBR_DEMAND_SYS_9_v1_12', 'new_window','inBusinessUnit=-2', 'inMajorBrand=-3', 'inLanguage=-7','inDocType=8','inGrowthInitiative=-4','inMarketingConv=-5','inLaunchName=-1';