Click here to Skip to main content
15,879,095 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I have created a table and I need to filter the tables data according to the values in a multi-value parameter.

So the filter will look like : Right click on table -> properties -> filters tab :

| Expression
Fields!QuestionID.value
| Operator
in
| value
Parameters!Flightno.value(0)


when I create it , however the flightno is a multi-value parameter, so I need it to filter where the QuestionID is in the parameter, so the "value" field will need to change, but I don't know how to change it.

So the question has to iterate for all the values in FlightNo parameter.

Thank you all in advance.

Kind Regards
Posted
Updated 4-Feb-14 22:31pm
v2

1 solution

change Parameters!Flightno.value(0) ---->> Parameters!Flightno.value
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900