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