Simple Expression property
A Simple Expression computes a value with table fields that are available in the main table of the session or are part of a table. This is added to the session by a Table Selection.
Examples:
tccom100.bpid(1;3) & "-" & tccom100.clan
case tccom100.clan
when "ARA" then "Arabic"
when "NLD" then "Dutch"
else "Other"
end
See the SQL chapter in the Infor ES Programmers Guide (Infor Customer Portal KB2924522).
Note: In the Simple Expression, you cannot use form fields.