Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm new to Oracle BI, I may ask some simple questions for what I could not able to find solution.

I want to join this 2 tables in oracle BI physical layer, how to perform it


Table1
ID Name
A Apple
B Ball
C Cat
D Dog

Table2
Name Price
Apple 10
Ball 15

Please can anyone help me how to join those tables in OBIEE physical layer.

What I have tried:

I tried to join using an expression on join condition
table1.ID= substring(table2.name from 1 for 1)
get below error
[nQSError : 30001] Only columns, designated predicates and operators are allowed.
________________________________________________________________________________________
I'm trying to create an physical column using an expression Substring but i have no idea how to do.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900