Jump to content
We've recently updated our Privacy Statement, available here ×

Passing Parameters name as ID


sinsand

Recommended Posts

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

HI,

You can pass them as IDs and in the query you can include those columns in the select statement. When you get the result set, you will have the multiselect values as fields in each row of the result and if you put the field outside the detail band it only prints once.

Regards,

Ashwath Hegde

Link to comment
Share on other sites

HI,


You can pass them as IDs and in the query you can include those columns in the select statement. When you get the result set, you will have the multiselect values as fields in each row of the result and if you put the field outside the detail band it only prints once.


Regards,


Ashwath Hegde


Link to comment
Share on other sites

You can set different fields as visible column or value column on input control. For example, 'select id,name from person' is your input control's query. You can set name field as visible column which is prompted for user selection. And you can set id field as value column which is set to the parameter the selected person id by user. Then you can use parameters on query which is hold person's ids.

Link to comment
Share on other sites

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...