Hi,
I have two dropdown values in eform, one is department and another is direct manager name.
so whenever user selects the department name in first dropdown,based on this direct manager list should populate.
Now i am using the datasource adaptor to retreive values from first dropdown to secondone.
I am using department_name as input parameter in my dql query for second dropdown.
It is showing error while executing the form. below is my query###########################
Ex:
select distinct(direct_manager) from dm_dbo.kac_wf_approvers_tbl where department_name='${department_name}';
please share your suggestion