Require JDOQL Developer's Guide
We are working on UIM 7.1.0.We are trying to populate characteristics value(dropdown list) on selection of previous characteristic value(dropdown list).In doing so we are writing JDOQL in the query section .The query is supposed to fetch data from mutiple entities.To be specific :
select pipe.id from com.metasolv.impl.entity.InvGroupRefDAO where
invGroup.name.contains(Select childInvGroup.name from com.metasolv.impl.entity.InvGroupRelDAO where parentInvGroup.name==?)
The innerquery fetches the childInvgroup given the parentInvGroup,the parentInvGroup is populated by linking through Query Parameter .
The outerquery fetches the pipes associated with that childInvGroup.
The following error was displayed while we were testing using :Setup-->Specification-->Characteristics-->Query-->Test