Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Problem in Building XPath Expressions
venugopalp
Hi all,
I'm usig RSA 7.5.4, with BIRT to generate the Report of the UML Model
my .emx file of the service model contains the structure some what like this
<packagedElement xmi:type="uml:Enumeration1">
<ownedLiteral name="xx1" >
<ownedLiteral name="xx2" >
<ownedLiteral name="xx3" >
</packagedElement >
<packagedElement xmi:type="uml:Enumeration2">
<ownedLiteral name="yy1" >
<ownedLiteral name="yy2" >
<ownedLiteral name="yy3" >
</packagedElement >
in Row Mapping
i choose oclQuery as instanceOf(//*, "uml:Enumeration")
and type as uml:Enumeration
in column mapping
i choose ownedLiteral name
i am choosing the Enumeration name and ownedLiteral name of that Enumeration to build the dataset
i'm getting only one ownedLiteral name for a given Enumeration
Enumeration1 xx1
Enumeration2 yy1
i want to display like this
Enumeration1 xx1
Enumeration1 xx2
Enumeration1 xx3
Enumeration1 yy1
Enumeration1 yy2
Enumeration1 yy3
how to build the query/DataSet ?
any help is highly appreciated...
Thanks
VG
Find more posts tagged with
Comments
There are no comments yet