I have a table like
| name | value1 | value2 |
|---|---|---|
| john | a | x |
| kevin | b | y |
| larry | c | z |
I want to pass the parameter with dropdown values a,b,c,all where if user selects a then output is first row or if user selects all then also the out is all three rows. Please suggest.


