Quantcast
Channel: SCN : Discussion List - SAP BusinessObjects Web Intelligence
Viewing all articles
Browse latest Browse all 5402

BO XI R2 : Webi and Deski create different queries for same object.

$
0
0

Hi,

 

I have a following Object.

 

Object name : Object_ABC

select : A.Trade_id

where : A.Trade_id not in (select c.id from c where c.id=A.Trade_id)

 

 

When I drag the above object in Webi, I get the following query :

Query1 =

Select A.Trade_id from A inner join b on (A.Trade_id=b.some_id) inner join c on (b.some_id=c.id) where A.Trade_id not in (select c.id from c where c.id=A.Trade_id)

 

 

 

When I drag the same object in Deski, I get the following query :

Query2 =

Select A.Trade_id from A where A.Trade_id not in (select c.id from c where c.id=A.Trade_id)

 

The underlined portion is eliminated.

 

 

The strange part is Webi in the production generates Query2. The webi in UAT and Dev generates Query1.

The deski generates Query2 in Dev, UAT and Production also.

 

  BO version : XI r2


Viewing all articles
Browse latest Browse all 5402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>