on 2011 Mar 20 1:09 PM
Hi
I need to use short cut join in order imorove the performance of the webi report i am using boxir2 version.In report objects coming from more than 2 classes.is it possible to use short cut join in this situation.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
see thi link:
[http://www.bidw.org/business-objects/universe-design/shortcut-join-and-its-use-in-business-objects-universe/]
[http://www.infosol.com/bi/techtips/bo_tt9.html]
Thank you
Praveen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
We can use shortcut Join in the universe level only. We can't create a shortcut join in Web I.
shortcut join :it is direct join between source and destination.
Table1 joined to
Table2 which is joined to
Table3
if you select a field in tables 1 and 3 then your sql will contain 2joins.
say you have a primary / foriegn key between table 1 and 3, then you could create a shortcut join between the two tables so if the above is selected then your sql will only contain 1 join.
example :country>region.city
we can coneect country and city using shortcut join.
Some of the tips :
http://www.infosol.com/bi/techtips/bott9.html_
All the Best,
Madhu...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Yes, it is possible.
short cut joins are used to improve the query performance at universe level.
Suppose if we have 4 tables A,B,C and D
A->B>C>D and there is a chance to link A->D but we should not link (causes loop) and we need data from the tables A and D then it will get the data in the path A->B>C-->D , it consumes lot of time and resources.
In this case instead of linking A---->D using normal join we should link A and D by using short cut join and this will not create any loop and get the data in the path
A--->D, it consumes less time and resources.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.