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

Filtering mulitple Testplans in RRDG

I have a metadata configured to a DataSource to pass value during the report runtime in RRDG(RQM). The filter is something like this...

${public}/service/com.ibm.rqm.integration.service.IIntegrationService/resources/${projectAreaUUID}/testplan?fields=feed/entry/content/testplan[title='${userInput}']/*&wildcard=*

This only allows me to select one TestPlan and run the report..I would like to select multiple TestPlan to run the report. Is this supported ? What changes do I need to make ?

Appreciate your help.


0 votes



One answer

Permanent link
${public}/service/com.ibm.rqm.integration.service.IIntegrationService/resources/${projectAreaUUID}/testplan?fields=feed/entry/content/testplan[title='${userInput}']/*&wildcard=* allows you to select the testplan from a filter dialog.
You can use ...fields=feed/entry/content/testplan[title='${v1}' or title='${v2}']/* if you already know how many test plans to be selected...
Or you can use an external variable and provide wildcard value that matches the test plan title.

1 vote

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,020
× 481
× 332
× 44

Question asked: Feb 19 '14, 6:39 a.m.

Question was seen: 6,634 times

Last updated: Feb 19 '14, 7:07 a.m.

Confirmation Cancel Confirm