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!

Conditional Link to the table in Crystal Reports 2011

Status
Not open for further replies.

sgoyal11

Technical User
Feb 7, 2011
13
0
0
US
Hi,

I found this thread766-408341 closed thread that describes my problem exactly. Does anybody has any suggestion?

Thanks in advance for any help,
Shikha
 
My current version (CR XI) does not allow multivalue parameters in a command, so I can’t test this. I also don’t currently have access to an Oracle database, and Xtreme is an Access database, which sometimes behaves differently. Were you testing this with the Oracle? Or with Xtreme?

I don’t understand why you would get multiple results without the ‘all’ clauses, but only single ones with. Maybe you can verify that again. Make sure you are testing with oracle.

-LB
 
Try this:

select * from EMPL
where
'All' in (?Empl} or
Employee_id in {?Empl}

-LB
 
It WORKED! Thank you so much. That must be the only combination I did not try.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top