Categories
- All Categories
- Oracle Analytics Learning Hub
- 27 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 236 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 87 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
column fx based other column filter
Hi Every One,
Below is the scenario which i need to implement in Obiee.
Query :
select c1,c2,(select c3 from t3 where t1.c1='1' and t3.c5='s' and t1.c2=t3.c2) as C3, from t1;
I need to implement in obiee. Please help us.
Thanks,
S
Answers
-
First that query is quite “bad” and my first impression is that your DB would refuse to run it ...
Based on what I guess you try to do, simply model that join between the 2 tables and done. Can even be done inside a single LTS, simple, easy and clean.
OBIEE is about modellling, the tool generate the queries, not you.
0
