I have a Client-side Condition which looks like this:
And I would like to have the value come from a sql query instead of a static value.
The query would be something like this:
select distinct UNIT_ID from CAS.AREA
where LOCATION_ID = :P3_Location and TYPE = 'CUSTOMS'
;