This topic is locked

Advanced Search Question

5/8/2007 4:51:37 PM
PHPRunner General questions
W
wengen author

Hello,
I have a table with a column called "employees" with values like:
1-5

6-10

11-50

51

100

203
How can I have a selection at the bottom of the dropdown for all values >50 so my drop down selections would be:
1-5

6-10

11-50

>50
Is this possible?
Thanks!

Sergey Kornilov admin 5/8/2007

Unfortunately there is no easy solution.
You can write some Javascript code to be executed when Search button is pressed.

If last item in dropdown box is selected search option should be changed from Equals to More than ...