getting custom attribute and category values in the same table with RPE
I would like my word export to show in the same table (columns) : one specific custom attribute and one custom enumerated category.
I have defined the configuration data source at the Test Case level, and from it, I can access to one or another, but to the two in the same table.
Moreover, whatever the condition on the terme of the category, I can not succeed in getting one cell with the specific custom category value(s) :
1/ each categoy is creating a cell (with a condition such as "@term=="myCatagory", I get "my Category" values, the other cells are empty) : How to eliminate these empty cells ?
bad result :
2/ the multiple values of "myCategory" create as many cells as enumerations : is it possible to get all the multiple values in the same cell (JS code ?) ?
3/ how to get categories values and custom attributes in a single table
Wished result :
|
One answer
You should be able to get the wished result without using any JS code. Please use the custom attribute query within a Container inside the cell and print myCategory value inside a Paragraph element. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.