Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
I am trying to create a complex query. For example: This is what I have tried with no success/Document[ScientificData/CABTitle=‘test’] and /Document[DocID=‘1’]The queries work find seperately, but when I put them together I get no results.Thank you for your help,Andy
The correct syntax would be:/Document[ScientificData/CABTitle=‘test’ and DocID=‘1’]Hope this helps,Stuart
That worked great.Thank you,Andy