It's all about the answers!

Ask a question

RRDI Reports - How to change the values of data for reports


Matt McGinn (632610) | asked Jun 25 '12, 11:32 p.m.
I am trying to change the default values of test execution verdict to suit the design requirements for a project, how is this done?

Theses are the verdict values that I want to change:
Failed            --> Total Failed
Passed           --> Total Passed
Blocked        --> Total Blocked
Verdict (All)  --> Total Planned to Exec

I have tried the following as a filter:
IF ( [Verdict]='Failed' )
THEN     ( [Verdict] ='Total Failed' )
ELSE IF ( [Verdict]='Passed' )
THEN     ( [Verdict]='Total Passed' )
ELSE  IF ( [Verdict]='Blocked' )
THEN     ( [Verdict]='Total Blocked' )
ELSE      ( [Verdict] )

2 answers



permanent link
Matt McGinn (632610) | answered Jun 29 '12, 2:27 a.m.
I have gotten the effect that I was after by using calculated fields as I was able to enter the names that I wanted that way.

permanent link
VK L (8177157159) | answered Jun 26 '12, 4:47 a.m.
You can create value maps in report studio - Are you looking at doing this for prompts?

Thanks.

Comments
Matt McGinn commented Jun 27 '12, 12:22 a.m.

No - I am trying to change the values of the data so that they display on a graph as the new values including on the Legend for the series.

Passed will display as Total Passed Blocked will display as Total Blocked etc.

Your answer


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.