This topic is locked

Lookup wizard filtering

3/15/2012 8:08:50 PM
PHPRunner General questions
J
Jeroef author

I have a problem. Im trying to get uniqe values for class in a dependant dropdown.

The table setup is:
ID, tnr, tname, class, branch
So i add:

1, 6756, work, F9, support 1

2, 7754, complete, F9, support 2
Now when i use This dropdown is dependent on for class .. i get both support 1 and support 2 in a dropdown.

I need to filter so if i choose work, F9, i only get support 1 .. not both.
Any idea how to do this?
Thanks, Jeroef