*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
WHERE
CASE WHEN (SELECT location_code_filter FROM parameters) =''
THEN ll.location_code != 'serv,remo'
ELSE ll.location_code = (SELECT location_code_filter FROM parameters)
END
;
Result:
Code to extract the physical description from the instance table using a data array extraction functiion
...
