Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I pass ID field in LOV 1

Status
Not open for further replies.

Videla

Programmer
Jul 28, 2005
98
US
Hi All,
I am using Business Objects XI R2 version. I have a question.

I have a table with three columns like this

ID Name Salary
1 Siva 100
2 Raja 50
3 Raja 40

Now I have provided the users to select the name from the LOV.
Users can see the List of Names like this
Siva(1)
Raja(2)
Raja(3)
I want to pass the ID field when they select name to the database.
How can I pass ID field instead of Name?
ANy help would be much aprreciated
 
When populating the picklist for the parameter you can select use desription (it allows name, description or both) for the display, and then the users will see the name, but since you've used the id field, you can reference it in the record selection.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top