LOV Column on ADF RO Table , Not Searchable In Filter.
hasimSep 25 2009 — edited Nov 11 2009Hi,
Scenario:-
1.Employee Table is ready only table inside panel collection with filter enabled ,so we can search all fields.
2.There is one colum that shows departname based on dept id in employee table.
3.now i want to search employee based on Dept name usnig default ADF Table Filter enabled.
4.But that department is filtered based on department ID , but not depart-name that is displayed on
table using LOV Binding between dept.id and deptname in Employee VIEW OBJECT.
How to make Employee Table to filter rows based on Dept. Name instead of Dept ID.
remember : employee table has dept id and dept tabel has deptid , depname and i am displaying dept name on GUI.
thanks,