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

Report Builder - How to replace a value?

In the Report Build I want to replace a value with a better value. E.g. http://clmserver/users/unassigned with Unassigned or "no test result" with "Not Run". I got something working with:

IF ($VAL$ IN ("useruri"), "Unassigned", $VAL$)

I would like to have something like:

IF ($VAL$="useruri", "Unassigned")

But the http://clmserver/users/unassigned is not recognized. Have not tried similar approach of an empty string/no test run done yet.
(Global Configuration is enabled, so we use the "Delivery Stream").

0 votes


Be the first one to answer this question!

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,019
× 7,495
× 73

Question asked: Nov 21 '17, 6:49 a.m.

Question was seen: 2,493 times

Last updated: Nov 21 '17, 7:01 a.m.

Confirmation Cancel Confirm