Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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 : 


Test Case

Custom attribute value

myCategory values

 

 

 

Title of the test case 1

3

 

Value 1

 

Value 2

 

 











 

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 :

Test Case

Custom attribute value

myCategory values

Title of the test case 1

3

Value 1

Value 2

Title of the test case 2

xx

Value 2

Value 4


0 votes



One answer

Permanent link

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.

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,014

Question asked: Oct 12 '21, 10:28 a.m.

Question was seen: 1,207 times

Last updated: Oct 14 '21, 4:15 a.m.

Confirmation Cancel Confirm