Example of CLEANED code to paste in the left pane:
How to clean the code:
DO NOT paste code with DECLARE on 2 different lines like so:
declare observation_cd
= f8 with Constant(uar_get_code_by_cki("CKI.CODEVALUE!17613")),protect
OR, with comment at the end, like the ";002" below
declare observation_cd = f8 with Constant(uar_get_code_by_cki("CKI.CODEVALUE!17613")),protect ;002