Categories
- All Categories
- 75 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- 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