rrdi chart requirement by verdic of TCER filter by priority
![](http://jazz.net/_images/myphoto/991e77e31bba852766d2dab30e129b81.jpg)
Hello,
I want to make the following report chart:
- X: the name of requirement
- Y: the number of TCER
- serie1: the verdict of the TCER
I can make easly it with the TCER with requirement metric.
But now I want to filter by requirement priority. How I can do it ?
thank in advance for your return
Best regards
I want to make the following report chart:
- X: the name of requirement
- Y: the number of TCER
- serie1: the verdict of the TCER
I can make easly it with the TCER with requirement metric.
But now I want to filter by requirement priority. How I can do it ?
thank in advance for your return
Best regards
Accepted answer
![](http://jazz.net/_images/myphoto/991e77e31bba852766d2dab30e129b81.jpg)
Hello David,
metrics are composed of aggregated data, so they can only be filtered and split based on the defined dimensions.
In this case Priority is not a dimension so you won't be able to divide the metrics counts based on that parameter.
The alternative approach is to use the data from the Operational Data Store, for example:
- Operational Data Store > Execution Work Item Area > Execution Work Item
- Operational Data Store > Execution Work Item Area > Execution Work Item Related Current Execution Results
- Operational Data Store > Execution Work Item Area > Execution Work Item Related Requirements
In this case you will have to calculate the counts / aggregations in the query.
Best Regards,
Francesco Chiossi