Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Subquery in webi query panel

Status
Not open for further replies.

anuragvijay

Technical User
Jun 19, 2003
25
0
0
US
I'm using Webi 2.7.2. Is it possible to create a subquery in the query panel (as we can do in full-client)? I do not see any option to do that. Is there any indirect method?

I want the query generated to look like:
select customer from table1 where customer not in (select cus from table2)

Here 'customer' and 'cus' can be considered two objects in two different folders 'table1' and 'table2' respectively.

In other words i want only those customers from table1 which are not present in table2.

Thanks
Anurag
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top