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

RRDI report for count of all defects.

Hi Team,

wanted to check how do we summation of all defects in RRDI report. In execution metrics with results i am seeing lot of summation done. Please let us know how do we add new data types like Measure, count etc

0 votes



One answer

Permanent link
Hi Smitha,
Do you simply want to have total number of defects? If yes, here is the report I have created for that:

<report xmlns="http://developer.cognos.com/schemas/report/8.0/" useStyleVersion="10" expressionLocale="en-us">
                <modelPath>/content/folder[@name='Reporting Data Models']/package[@name='Reporting Data Model (DW)']/model[@name='model']</modelPath>
                <drillBehavior modelBasedDrillThru="true"/>
                <layouts>
                    <layout>
                        <reportPages>
                            <page name="Page1">
                                <style>
                                    <defaultStyles>
                                        <defaultStyle refStyle="pg"/>
                                    </defaultStyles>
                                </style>
                                <pageBody>
                                    <style>
                                        <defaultStyles>
                                            <defaultStyle refStyle="pb"/>
                                        </defaultStyles>
                                    </style>
                                    <contents><singleton refQuery="Query1" name="Singleton1">
            <contents><textItem><dataSource><dataItemValue refDataItem="Total Requests"/></dataSource></textItem></contents>
        </singleton></contents>
                                </pageBody>
                            </page>
                        </reportPages>
                    </layout>
                </layouts>
            <XMLAttributes><XMLAttribute name="RS_CreateExtendedDataItems" value="true" output="no"/><XMLAttribute name="listSeparator" value="," output="no"/><XMLAttribute name="RS_modelModificationTime" value="2013-05-10T17:31:05.256Z" output="no"/></XMLAttributes><queries><query name="Query1"><source><model/></source><selection><dataItemMeasure name="Total Requests"><dmMember><MUN>[Request Metrics].[Request Metrics].[Total Requests]</MUN><itemCaption>Total Requests</itemCaption></dmMember><dmDimension><DUN>[Request Metrics].[Request Metrics]</DUN><itemCaption>Request Metrics</itemCaption></dmDimension><XMLAttributes><XMLAttribute name="RS_dataType" value="1" output="no"/></XMLAttributes></dataItemMeasure></selection></query></queries></report>

Please let us know if you can open this code (Tools -> Open report from clipboard).

Please also check if you have selected Reporting Data Model (DW)

Let us know if that helps.

1 vote

Your answer

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
× 6,121
× 403

Question asked: Feb 05 '14, 6:14 a.m.

Question was seen: 6,139 times

Last updated: Feb 06 '14, 11:15 a.m.

Confirmation Cancel Confirm