Discussion
TCS
TCS
IN
TCS
Posted: Oct 16, 2015
Last activity: Jun 28, 2016
Last activity: 28 Jun 2016 22:30 EDT
Closed
How to pass a valuelist as a parameter to a DataPage
D_SetDualRoutingFlag[proccode:.proccodestring].proc_code
.proccodestring is a valuelist.
It is showing an error when passing a valuelist as shown above.
How to pass a valuelist to a DataPage.
I am using a Report defnition in the data page to access proc_code.
Please clarify.
Hi Hemalatha,
Why do you require an valuelist to be passed as an parameter to the data page, what is your business requirement for this.
Parameter should be single value by which you can filter the data being populated in data page either from report definition etc.
If you pass a valuelist as an parameter to that datapage you should refer single reference for example proccodestring(1) can be used to get the data matching from this valuelist property against the data available in data page.