Skip to main content
Version: v11.6.0

Using cascading Filter to populate Live Form

We will be use Live Filter result value to populate a Live Form.

  1. Filter a field based on other fields using the filter on field property in Live Filter.
  2. 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

Live Form Use Cases