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

Crystal Enterprise - Query Builder Question

Status
Not open for further replies.

BlurredVision

Technical User
Aug 6, 2001
326
GB
Hi all - I'm attemting to query the ci_infoobject information using the query builder. - I have the following statement written:

SELECT SI_MAIL_ADDRESSES FROM CI_INFOOBJECTS WHERE SI_PROGID = 'CrystalEnterprise.Report'

Unfortunately the statement does not return any information. Any ideas why?

Thanks for your time.
 
SI_MAIL_ADDRESSES is not a property/field of any CI_INFOOBJECT.

Are you looking for data from one of your databases?

The query builder is only for retrieving data from the CE system database.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top