Categories
- All Categories
- 5 Oracle Analytics Sharing Center
- 12 Oracle Analytics Lounge
- 194 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.4K Oracle Analytics Forums
- 6K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 67 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
OBIEE logical column syntax error

user4109719
Rank 4 - Community Specialist
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.
0
Answers
-
A logical column formula isn't a SELECT LSQL.
A logical column is attached to a logical table, a logical table has one or many logical table sources. The logical table source define the mapping between a logical column and a physical table or between the local column and another logical column.
There isn't any SELECT ... syntax as it is what the LTS does.
0