It's all about the answers!

Ask a question

Report Builder - How to replace a value?


Marc van Lint (852128) | asked Nov 21 '17, 6:49 a.m.
JAZZ DEVELOPER
edited Nov 21 '17, 7:01 a.m.

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").

Be the first one to answer this question!


Register or 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.