Jump to content

help to create a multi select input controls


pioppogatto

Recommended Posts

Hi everybody,

I'm looking for a step by step help to create a report with a multi select input control based on a Sql query.

What I have is a report based on a query like that

select name, address, city from table_name

What I would like to do is to insert an input control with a multi select list of city in order to filter my report, the multi select input controls should take the result of a query like that

select distinct city from table_name

How can do? I've put a parameter into my report but I can't pass to the input control and to the query of the report the list of values.
Can you please help me?

Tahnk you very much

Antonio

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...