Hi,
I have this requirement in one report which I am not able to implement technically.
Screen layout:
Filter 1
Filter 2
Filter 3 LOV Box
Filter 4
Filter 5
Functional requirement is:
On selection of each of the filters the values in the LOV box should dynamically change.
Say, on selection of Filter 1, I get 10,000 records in the LOV Box.
So on selection of some value in Filter 2, the list should shrink less than 10,000 record as Filter 2 criteris is applied on this list.
And this continues till last filter.
Issue:
The problem is that the Filters are not related to each other through any hierarchy and hence I am not able to
implement cascading prompts.
Example:
University filter
Education level filter Student List
Age filter
If I want to get list of students, the filters are not related to each other but are part of "where" clause
which gives me the list of students. As soon as I select some University, the Student list should get populated.
When I select particular Education Level, it should just show students of that Level.
As you can see, Age is not related to University or Education level but still helps us to get list of Students.
Please let me know how to implement this technically.
Amit