I have sent a mail to help@.. since there is no option to upload documents on the forum.
Screen 1 shows result when there is not business selected
So the query would be
-----------------
select * from person_profile
where first_name\last_name\sc_first_name\sc_last_name\middle_initial\preferred_name likep 'kad*' and active_flag=0 order by $rank,initcap(last_name),initcap(first_name)
---------------------
Screen 2 shows result when there is business selected
So the query would be
---------------------
select * from person_profile
where first_name\last_name\sc_first_name\sc_last_name\middle_initial\preferred_name likep 'kad*' and active_flag=0 and business_name = 'GE Infrastructure' order by $rank,initcap(last_name),initcap(first_name)
----------------------------------