How to create Derived Tables in BO 6.5.4 with columns from
different tables in the universe and how it has to be
joined in the universe? If any one gives us a PPT format I
will be more thankful.
Answer / amritha
I have no idea about BO6.5 however I feel that creating
Derived table must be similar in both XIR2 and BO6.5.
-right click any where in Designer.
-select Derived table from Popup menu.
-A window will open up. Give the name of the derived table,
You can specify the SQL stmt here as you do for example in
oracle(if you are using oracle DB).
Example:
select BONUS.ENAME Ename,DEPT.DEPTNO,EMP.EMPNO from
Bonus,dept,emp where EMP.DEPTNO=DEPT.DEPTNO
You can specify the join in SQL stmt if necessary.
However joining the Derived table indeed is similar as
joining a normal table.
Thanks,
Amritha
| Is This Answer Correct ? | 7 Yes | 0 No |
What is the difference between Thin client & thick client?
@prompt('message',['type'],[lov],[mono/multi], [free/constraint]) what is Constraint?
can anybody explain me in detail what is the difference between desktop intelligence and web intelligence in detail?
What is Cartesian product?
IN BO i have data source having the data like "abc" and after creating the Report on that datasource the data unmathed like "def".what will you do ? please anybody help me
How to get two dimension objects in a same block which are comming from two different contexts ?
What is broad cast agent?
can we create aliases for every table beforehand? if yes whar are the disadvantages?
How to create Universe using Flat file in BO6.0
Is it necessary to give joins to the aggrigate tables in the universe?
Can we link the Universes from two different sourcess?Explain?
how we send repotrts/documents to end user