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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Suppresing Dilemma

Status
Not open for further replies.

rekhatr10

Programmer
Apr 2, 2004
67
US
Hi Everyone,

SQL Server 2000
cr 7.0

I have developed a report where I am joining 2 tables on account->account using a left outer join. I am suppresing data in the detail section by using the create date < to the parmeter date (which the user enter). After this I have to display only the data which records are not in the 2nd table. How would I check if the records exists in the 2nd table and i can's use not equl as it returns garbage when I do use it. Any suggestion will be helpful.

Thank you in advance
Rekha
 
in detail section in the section expert click on suppress X-2 and write
not isnull({table2.account})
(better select in the field list above to get the right table.fieldName)

--------------------------------------------------
[highlight]Django[/highlight] [thumbsup]
bug exterminator
tips'n tricks addict
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top