Hi,
I am trying to configure a RM Plus Light view and need to use the value of a Context which I have obtained using:
<BaselineItemType>3PTA</BaselineItemType> <PathToBaseline>3VDA;ITFD;ITAP</PathToBaseline>
inside an AddGridXML, see below.
Is it possible to do so?
Hi Bashar,
For the RM Plus Light view you have a few hardcoded parameters which value is set by the view:
- "pSelected" which is the selected requirement
- "pBaseline" which is the baseline used in the view.
To use these parameters in the grid you must fist define them in the grid XML:
<Parameters>
<Parameter caption="xxx" name="pBaseline" >
<Values>
<AddValue/>
</Values>
</Parameter>
<Parameter caption="xxx" name="pSelected" >
</Parameters>
After you have added this to the grid definition you should be able to reference the baseline as $pBaseline.
Best regards
Martin
Thanks a lot Martin that awesome and exactly what I want.
Bashar
Bashar Nassar
Hi,
I am trying to configure a RM Plus Light view and need to use the value of a Context which I have obtained using:
inside an AddGridXML, see below.
Is it possible to do so?
Hi Bashar,
For the RM Plus Light view you have a few hardcoded parameters which value is set by the view:
- "pSelected" which is the selected requirement
- "pBaseline" which is the baseline used in the view.
To use these parameters in the grid you must fist define them in the grid XML:
<Parameters>
<Parameter caption="xxx" name="pBaseline" >
<Values>
<AddValue/>
</Values>
</Parameter>
<Parameter caption="xxx" name="pSelected" >
<Values>
<AddValue/>
</Values>
</Parameter>
</Parameters>
After you have added this to the grid definition you should be able to reference the baseline as $pBaseline.
Best regards
Martin
- Oldest First
- Popular
- Newest First
Sorted by Newest FirstBashar Nassar
Thanks a lot Martin that awesome and exactly what I want.
Best regards
Bashar
SystemWeaver
Hi Bashar,
For the RM Plus Light view you have a few hardcoded parameters which value is set by the view:
- "pSelected" which is the selected requirement
- "pBaseline" which is the baseline used in the view.
To use these parameters in the grid you must fist define them in the grid XML:
<Parameters>
<Parameter caption="xxx" name="pBaseline" >
<Values>
<AddValue/>
</Values>
</Parameter>
<Parameter caption="xxx" name="pSelected" >
<Values>
<AddValue/>
</Values>
</Parameter>
</Parameters>
After you have added this to the grid definition you should be able to reference the baseline as $pBaseline.
Best regards
Martin
1 person likes this
Bashar Nassar
-
Comparing two versions of a structure
-
Context and path language
-
Overview of meta model
-
Importing old data
-
Cannot find multiple version items
-
Accumulated bar chart
-
Cannot remove part - is referenced
-
View of non accessable data
-
Path: How to check if an attribute is empty?
-
List and path language
See all 33 topics