RRDI Reports - How to change the values of data for reports
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
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.
|
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
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.