Hi there folks,
I'd like to know if any of you know a way to do what i'm looking for. Here's the pattern. I got an employee table with a first_name field, a last_name field and an ID. Is it possible to make that the parameter is a combinaison of both names (last_name, first_name) w/o creating a field in the table and that the selection on my table is based on the ID of the employee selected.
for instance :
first_name last_name ID
John Doe 1
Jim Price 4
Bob BillyBob 6
the parameter would have the following values :
Doe, John
Price, Jim <----- SELECTED
BillyBob, Bob
and the selection formula would be
{employee.ID} = {?id}
Or if you know how, i dont mind doing my search using the last_name first_name combinaison.
Reguards
I'd like to know if any of you know a way to do what i'm looking for. Here's the pattern. I got an employee table with a first_name field, a last_name field and an ID. Is it possible to make that the parameter is a combinaison of both names (last_name, first_name) w/o creating a field in the table and that the selection on my table is based on the ID of the employee selected.
for instance :
first_name last_name ID
John Doe 1
Jim Price 4
Bob BillyBob 6
the parameter would have the following values :
Doe, John
Price, Jim <----- SELECTED
BillyBob, Bob
and the selection formula would be
{employee.ID} = {?id}
Or if you know how, i dont mind doing my search using the last_name first_name combinaison.
Reguards