Using cascading Filter to populate Live Form
We will be use Live Filter result value to populate a Live Form.
- Filter a field based on other fields using the filter on field property in Live Filter.
- For filtering the unique value for fields such as name, phone number, email etc. by using cascaded filter and in turn change the fields data and save it.
We use the following query to obtain employee details based upon first and last name:
select * from employees where first_name like :fname and last_name like :lname
- 1. Live Form Basic Usage
- 2. How to split live form
- 3. How to link live form to another widget
- 4. How to configure related fields in a Live Form
- 5. How to use cascading select and automplete widgets for fields in a Live Form
- 6. How to configure cascading select for fields in a Live Form
- 7. How to add master-detail records from the same Live Form
- 8. How to use cascaded Live Filter to populate Live Form
- 9. How to add master-detail records from Live Form using Wizard
- 10. How to progressively add fields to a record using Wizard
- 11. How to accumulate data over multiple steps in a Wizard and save at the last step