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!

New to Crystal

Status
Not open for further replies.

Enea

Technical User
Feb 23, 2005
90
US
I created a report called Users.
I would like to now create a new report that selects data only for those users where the id appears in my Users Report, ID colum. Is that possible?

I am new to Crystal. Guidance would be appreciated.
 
Need more technical information

Crystal Version
Database and connectivity
Sample input data
expected output

There's just not enought information to assisit you.

How did you create your first list of users? What selection criteria did you use? What other data you want with the 2nd report?

-LW
 
All you probably need to do is create a report like your first report (copy it) and add a record selection something like:
{mytable.Idfield} > 0

If your id field is text then:
{mytable.Idfield} > " "

MrBill
 
Are you talking about two tables? If so, just link them by ID. That should do the selection automatically.

[yinyang] Madawc Williams (East Anglia, UK) [yinyang]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top