What is the SQL syntax for a logical column in the RPD? I'm trying to enter this:
SELECT "Organization Dimension"."Organization"
FROM "Travel" where "Organization Dimension"."Organization" = VALUEOF(NQ_SESSION.SESS_USER_LDAP_ORG)
It says there's a syntax error "near <">". It gives 2 error numbers: 27002 and 26012.