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

displaying null values 1

Status
Not open for further replies.

gojohnnygogogogo

Programmer
May 22, 2002
161
GB
Hello,
I am connecting to an Oracle database and in my select expert I want to put where end_date is null, however, when I try that I get an error saying date required.

any ideas ?

thanks a lot.
J
 
Do not use the select expert, write a record selection formula instead. Clickon report, edit selection formula, record and write your formula:

IsNull({Datefield})

the you will only see records with no dates in your date field. Software Training and Support for Macola, Crystal Reports and Goldmine
714-348-0964
dgilsdorf@mchsi.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top