Search code examples
oracle11gjdeveloperjqueryform

Jdeveloper query form


I'm trying to create an adf query panel with table but I need to limit the search values as also the result values in the table.

For example: - I have a table with FName, LName, Dateofbirth, address, phone - I want that the values presented in the search form are FName, Lname - the values in the result table Fname, Lname, address, phone

I've checked several links including this one enter link description here

But I can't understand how to limit the values.


Solution

  • I was able to make it work, by not checking the attribute option 'Queryable'. This way the it does not appear in the query form,only in the results table. Thank you all for your help