This topic is locked

Lookup table and dropdown dependent

10/21/2010 8:52:54 AM
PHPRunner General questions
S
Shinzon author

Hi everybody, I got one request and trying to figure out is it possible to do that with PHPRunner.

For example, I have two tables, clubs and players


Now I'm trying do some kind of report where would be printed clubs and players of selected clubs. I made some dropdown box with lookup table option. When I select for exapmle Real Madrid as club, on player dropdown box shown only Real Madrid players. And that is OK, but when i try to select second player, already selected player is still showning in dropdown box.


So how can I remove already selected player from dropdown box? (in this picture i want to remove Real Player 1)

Sergey Kornilov admin 10/21/2010

Not sure I fully understand this.
Do you want to clear first player dropdown selection when second player is selected?

S
Shinzon author 10/22/2010



Not sure I fully understand this.
Do you want to clear first player dropdown selection when second player is selected?


When i'm selecting second player, i dont want that i can select already selected player.

I select Player 1 as first player, now when selecting second player i dont want that Player 1 is showing as an option.

A
ann 10/22/2010

Shinzon,
unfortunately there is no such option in PHPRunner.