Link to home
Start Free TrialLog in
Avatar of SBsUserName
SBsUserName

asked on

XMLExists with Multiple Value Parameter

I am pulling data from a XML field in an Oracle database for use in a Crystal Report.  Currently, I'm using XMLExists with a parameter which works fine (below).  The problem is only one parameter value can be entered for each report.  Is there a way to query an XML field with a multiple value parameter?

      xmlexists('declare default element namespace "http://somenamespace.com/common/xsd"; (: :)
             /Person[Id={?ID}]' passing xmlfield)

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of SBsUserName
SBsUserName

ASKER

"In" wouldn't work.  Thanks though.