Hi All,
I have a table like
Test No Validity
1 TRUE
2 TRUE
3 FALSE
4 TRUE
5 FALSE
6 FALSE
I want to create a dropdown which shows only the 'Test No' whose validity is TRUE. In this case only 1,2,4
The list should dnamically change when i change the validity.
Bookmarks