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

Query from Oracle

Status
Not open for further replies.

theinvid

Technical User
May 24, 2002
33
0
0
US
How can you query data from oracle (null data,etc..) in crystal report 9. I'm new and just testing out crystal report, thanks.
 
You can directly generate a query, or use the Report Expert to help you set it up.

What of nulls are you interested in?

If you need to count nulls, use the isnull() function in a summary count field.

If you want to eliminate nulls from the dataset, select File->Report Options->Convert Null Value to Default.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top