MDX - Customize "Bug Status" Report

Good Morning,
I am currently trying to customize a report which is in-built in TFS.
To give an overview:
Current report only displays "Active" Bugs.
SSRS Dataset has following query:
SELECT
[Measures].[Work Item Count]
} ON COLUMNS,
// Filter out people who don't currently have any work items assigned to them.
NonEmpty
CrossJoin
// This block of code gets the top 10 users, based on how many active bugs they have.
TopCount(
NonEmpty(
[Work Item].[System_AssignedTo].Children,
[Measures].[Work Item Count]
@TopUserCount,
[Measures].[Work Item Count]
[Work Item].[Microsoft_VSTS_Common_Priority].[All].Children,
[Work Item].[Microsoft_VSTS_Common_Severity].[All].Children
[Measures].[Work Item Count]
} ON ROWS
FROM
SELECT
CrossJoin(
StrToMember("[Team Project].[Project Node GUID].&[{" + @ProjectGuid + "}]"),
StrToMember("[Work Item].[System_WorkItemType].[" + @BugName + "]"),
StrToMember("[Work Item].[System_State].&[" + @ActiveName + "]"),
StrToSet(@AreaParam),
StrToSet(@IterationParam),
StrToSet(@PriorityParam),
StrToSet(@SeverityParam)
) ON COLUMNS
FROM [Team System]
In above query, @ActiveName parameter contains value "Active".
This report works fine. No Issues there.
But, I need to change this query to filter for 2 values. Instead of "Active" I need to check for
"Approved" OR "New" status.
How can I change the above query?
I am unable to do any trial and error easily as I do not have access to database/cube or SQL Instance!. I just downloaded .rdl from Report Server and editing it in Notepad.
Any help is appreciated..
Thanks.
- Vishal
SqlAndMe.com

STRTOSET("{[Work Item].[System_State].&[Active],[Work Item].[System_State].&[New],[Work Item].[System_State].&[Approved]}")Something like this is where you want to end up, how exactly you get there with your parameters and string construction, I'll leave to you. Typically I would have a parameter that returns all of the system state values, so you get unique names rather than labels that you have to then turn into unique names. Example of a parameter query from an app I'm working on:WITH MEMBER [Measures].[ParameterCaption] AS
   [Processing].[Corrected Text].CurrentMember .MEMBER_CAPTION
 MEMBER [Measures].[ParameterValue] AS
   [Processing].[Corrected Text].CurrentMember.UniqueName
 MEMBER [Measures].[ParameterLevel] AS
   [Processing].[Corrected Text].CurrentMember .Level .Ordinal
 SELECT
{ [Measures].[ParameterCaption], [Measures].[ParameterValue], [Measures].[ParameterLevel] } ON COLUMNS,
 [Processing].[Corrected Text].AllMembers ON ROWS
 FROM [SR Analysis]Try something like this for your dimension and look at the results, perhaps that will help.

Similar Messages

  • Customize Data Definition for Payment Process Request Status Report

    R12.1.1 Payables
    I have to add some extra fields to "Payment Process Request Status Report" when processing payments.
    What package do I have to customize?
    Is this IBY_FD_EXTRACT_GEN_PVT? If so, where do I have to modify?
    I have to add project and task information stored in ap_invoice_distributions_all table.
    Thanks,
    Joon

    Sunil wrote:
    Guys,
    Can you please tell me what is the Data Definition name associated with Payment Process Request Status Report.
    Looking forward to your replies.
    Thanks.
    -SunilLogin to (XML Publisher Administrator) responsibility and click on Templates, query "Payment Process Request Status Report" and click on Go and this should show the "Data Definition". You can also click on "Payment Process Request Status Report" link and get all the details (Template Files, File name, Localized/Translatable Template ..etc).
    Thanks,
    Hussein

  • Work Order Status report

    Hi,
    Any body have ideal?
    What are the work order summary report mean for?
    I am using T-code ZPM02 to view the report but the report display the work center according to the category CRTL,REL,PCNF,CNF,TECO and CLSD with each colunmn display the figure.
    What is mean for CRTL,REL,PCNF,CNF,TECO and CLSD?

    PeteA,
    Thank you for the information, the report is indeed a customized report.
    Could advice how to diffrentiaze between customize and standard report in SAP system?
    Can the IW39 list all orders with all the status in IW39?
    The reason being I am having problem with the customize report display (work order summary report)the status diffrence with the IW39 is the detail report.I am now looking for the SAP standard report for work order summary report to compare with the customize report to verify which report are display not correct.
    Do you have any ideal others than IW39 what others report in SAP system show the work order summary report?
    Many thanks.
    Karen

  • Account Status Report

    I use the Account Status Report pretty frequently but I want to add criteria. I want to just have the customers with a balance due of less than $1.00.
    Is there any way of doing it within the application? If not where is the script that creates the report, I would like to tweak it.
    Rowlen

    1. one solution will be customize the report to add filter.
    2. If you have Discoverer, then you can create your own query using EUL and Business Areas.
    3. If you are on 11.10 version, another option is display account status report's output in new report using xml publisher and putting filter condition on that.
    For me, it seem it is very small changes in report, should not take 2-3 days by an IT resource, thanks
    Shiv

  • Bug in Report Buider (anybody solve it?)

    We are facing a problem with Oracle Developer Report Builder
    6.0.5.28.0 . The Problem is as Follows.
    When we print a report from the previewer of a
    character mode report it is giving a GPF error and we are
    unable to print the
    Report but if the report is in Bitmap then it works
    properly. The same character mode report if printed as
    Detination
    'Printer' then it prints properly.
    When debugged using a VC++ Debugger we get the following
    error
    ' Unhandled Exception RWRBE60.EXE(CORE40.DLL) ;
    OXC0000005; Access Violation; and the system hangs.
    Because of this we a facing a delay in the Release of Our
    Product to our customers.
    Requesting anybody to send me details
    regarding this .
    null

    Hi,
    Engineering researched the issue and it is a bug (design error) that needs to be fixed. (The semi-colon should not be used as the delimiter of two report rules.) I will let you know when I have more information.
    In the meantime, the documentation will be clarified with this information to show the current behavior:
    Beginning with firmware version 7.5.2b, the IP phone has the capability to do a delta configuration report and a status report. The phone reports the status data if the [--status] keyword is defined.
    Both the status report rule and configuration report rule can be configured in the parameter . These two report rules should be separated with a semi-colon.
    If the [--status] keyword or the status report file path is missing, the phone will not report the status data.
    For example, if the following is configured:
    http://my_http_server/config-525.xml
    The phone will report the configuration data to
    http://my_http_server/config-525.xml.
    If the following is configured:
    [--status]http://my_http_server/status-525.xml
    The phone will report the status data to
    http://my_http_server/config-525.xml.
    If the following is configured:
    [--delta]http://my_http_server/config-525.xml;
    [--status]http://my_http_server/status-525.xml
    The phone will report the delta configuration data to
    http://my_http_server/config-525.xml and the
    status data to http://my_http_server/status-
    525.xml.

  • Add Additional Info to "Payment Process Request Status Report"

    R12.1.1 Payables
    I have to add some extra fields to "Payment Process Request Status Report" when processing payments.
    What package do I have to customize?
    Is this IBY_FD_EXTRACT_GEN_PVT? If so, where do I have to modify?
    I have to add project and task information stored in ap_invoice_distributions_all table.
    Thanks,
    Joon

    Hi, you may take a look at IBY_FD_EXTRACT_EXT_PUB package. It is used in the payment process and allow to add fields to the XML file.
    There's 5 functions in that package which are called at diffetent level. Some are called once only for the payment instruction, another one is called once per payment, ... and one is called once per document payable line.
    We used this package to Call a XX package which then add information to the xml file.
    We did that so that we can add new field on the check.

  • RSP - System Status Report question

    Hello everybody,
    I am studying RSP to tap its full power. On a system, RSP 2.1 SP01 PL00 is installed. In the "System status report", everything is nice in the section about backups: RSP "sees" backups are created. What bugs me is that backups are not created by RSP service, but by a Backup Plan in MS SQL. The how come RSP knows backups are created regularly ? Does it check for Backup plans in MS SQL, or how does the magic operates ?
    Thanks
    Gilles Plante

    Thanks Gordon.
    Last time I worked with this tool was with the beta of EWA, so I have to catch up a bit !
    This tool is quite handsome.
    Gilles Plante

  • Sale Order Status Report

    Dear Expert.
    I want Sales Order Status report as below mentioned format required quarry base report from Date to To Date.
    Location-OrderSeries-OrderNo-CardCode-CardName-ItemCode-Item Descripotion-Inv.UOM-Order Qty-Allocated Qty-DeliverQty-Peniding Qty adn Pending Order Value.

    Hi,
    You can check this :
    select t3.location as 'Location',t0.series as 'Order Series',
    t0.docnum as 'Order No.',t0.cardcode as 'Business Partner Code',
    t0.cardname as 'Business Partner Name', t1.itemcode as 'Item',
    t1.dscription as 'Item Name', t2.invntryUom as 'Inventory UoM',t1.quantity as 'Order Qty',
    t1.QtyToship as 'Allocated Qty- Qty to Ship', t1.delivrdQty as 'Delivered Qty',
    t1.OrderedQty as 'Ordered Qty', t1.openCreQty as 'Pending Qty',
    t1.Opensum as 'Pending Order Row Value'
    from ORDR t0 inner join RDR1 t1 on t1.docentry = t0.docentry
    inner join OITM t2 on t2.itemcode = t1.itemcode
    inner join OLCT t3 on t3.code = t1.loccode
    where t0.docdate >= '2011.01.01' and t0.docdate <= '2011.12.31'
    Hope it helps.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • Sales Order Status Report

    Hi,
    Can you please guide me for Sales Order status report extractors?whether some standard extractors would be used or customized or standard is available which can further be enhanced.
    Scenario is- I have to populate report columns like
    0-25000     25001-50000     50001-100000     100001-200000     200001-500000     500000>
    And analysis has to be shown in the report rows : Sales District. In Columns only number of sales order in each district would be entered as a number. Example- of for district ZMJT there are 3 order are in pending stage having quantities 35000 then entry 3 will come in first column and so on. Following are other columns for drill down purpose.
    Input Fields:
    Date Range
    Company Code
    Currency Type
    Sales District
    Sales Group
    Analytical Fields-
    Sales Org.
    Distribution Ch.
    Division
    Sales Order No.
    Sales Order Dt.
    Sales District
    Tube Dia
    Tube Length
    Laminate Structure
    Application Category
    Customer
    Customer Group
    Sales office
    Sales region
    Sales Order Qty
    Sales order Value
    Regards,
    Ritika

    Hi,
      We have standard extractor 2LIS_11_VASTI (Sales Document Item Status) for getting the status.
    Regards,
    Vamsi Krishna

  • What is table field name for order status report  of rate per unit and  bal

    hi  i want to make FS for order status report i almost get all table and field but i don't get only two field  rate per unit and balance value  table field didn't get please help me searching in field and table
      i want to develop my status report

    Hi,
    Check tables VBAK and VBAP wherein you will get all header and item details.
    VBUK and VBUP for header and line item statuses.
    KONV would give you rates/pricing details for each condition type determines in the sales order.
    VBAK-KNUMV = KONV-KNUMV is how you relate both of them.
    Hope that helps.
    Regards,
    Amit

  • Material Order status report - Closed PO's

    Hi,
    In my "Material Order status report" I got closed PO's. I dont want any closed PO's to be displayed in my report. How to set this?
    Regards
    P.Ramprakash

    Hi,
    This is your own doveloped report or you are talking about any standared report.
    Regards,
    Manish

  • PO - Line Items Payment Status Report

    Hi Friends,
    Is it possible to get a PO (Line Items wise) Payment Status Report.
    My client wants PO Line wise payment status as a MM report development.
    We have Down Payment, Residual & Retention money as a business practise with our vendors
    Following is the MM-FI flow in our company code..
    Create & Release PR u2013 MM - Creating PR
    Create & Release PO (ME21N) u2013 MM u2013 Creating PO
    F-47 Down Payment Request u2013 MM u2013 Creating DPR
    F-48 Post Vendor Down Payment u2013 FI - Posting DPR
    FBZ5 Print Check for Payment Document u2013 FI - For printing cheques for DP only
    MIGO/ML81N, GR u2013 MM u2013 SES/GR for PO
    MIR7/MIR6 IR - MM/FI u2013 Parking & IR
    F-44 Clear Vendor u2013 Linking advance with IR (as residual clearing)
    F-53/F-58 u2013 Posting Payments after deducting Retention
    F-04 Post with Clearing u2013 Clearing Outgoing account entries with Main account
    Thanks in advance.
    Regards,
    Vikrant Sood
    Moderator: This thread has been locked due to crossposting.
                       Please do not post the same question in different forums.

    hi
    there is no sap standard report available you have to develop your z report.

  • PO (Line Items wise) Payment Status Report

    Hi Friends,
    Is it possible to get a PO (Line Items wise) Payment Status Report.
    My client wants PO Line wise payment status as a MM report development.
    We have Down Payment, Residual & Retention money as a business practise with our vendors
    Following is the MM-FI flow in our company code..
    Create & Release PR u2013 MM - Creating PR
    Create & Release PO (ME21N) u2013 MM u2013 Creating PO
    F-47 Down Payment Request u2013 MM u2013 Creating DPR
    F-48 Post Vendor Down Payment u2013 FI - Posting DPR
    FBZ5 Print Check for Payment Document u2013 FI - For printing cheques for DP only
    MIGO/ML81N, GR u2013 MM u2013 SES/GR for PO
    MIR7/MIR6 IR - MM/FI u2013 Parking & IR
    F-44 Clear Vendor u2013 Linking advance with IR (as residual clearing)
    F-53/F-58 u2013 Posting Payments after deducting Retention
    F-04 Post with Clearing u2013 Clearing Outgoing account entries with Main account
    Thanks in advance.
    Regards,
    Vikrant Sood

    as per my knowledge you can configue a new Z table or prepare a Query using EKPO table you will your desired result.
    regards,
    Ninad Kshirsagar

  • Task status  report in cProject 3.1

    Hi,
    I want to extract task status report from cProject 3.1.
    Report should contain task name, status, start date,end date , effort etc.
    Thanks in advance
    Shiv

    Hi,
    Activate the form DPR_TASK_HIER for a particular Project type in SPRO screen. Now keep the cursor on any task in cProjects & click on Print pushbutton, this will generate a PDF Report which will contain Task name, Constraint dates, actual dates, administration details etc. In order to add more data to the Report, goto transaction SAMRTFORMS & edit the form DPR_TASK_HIER.
    Hope this will help you.
    Regards,
    Sujay G

  • Inventory Status Report issue

    Hello,
    Upon running the Inventory Status report for  item group    item no. 'A' shows 5,000 Ordered.   When I drilled  down on the 5,000, SAP B1 only shows 4,500 on open POs.   Please help  
    Using SAP B1 9.0 PL11
    Thanks,
    Jagriti

    Hi,
    Please refer SAP note:
    991077 - How to check 'Committed' and 'Ordered' values
    Thanks & Regards,
    Nagarajan

Maybe you are looking for

  • I Would Like a "Expert's" config. of a new MBP

    I was offered by my parants that they will but me a new MacBook Pro.  As much RAM as I want, the (solid stae) newer kind of HD, but about a year ago it was getting a bad rap from a lopt of comments I read on here.  I can't remember the exact name fo

  • Error in Starting J2EE server

    Hi, This is what I get when I start j2ee -verbose. I am using JDK1.3 and J2EESDK1.3.1 Any Help.. Thanx J2EE server listen port: 9999 Naming service started:9999 Exception in thread "main" java.lang.NoSuchMethodError at com.sun.corba.ee.internal.corba

  • Dreamweaver CS5 on Retina Macbook Pro - Won't open

    I was directed here from my previous forum post here: http://forums.adobe.com/message/4763592#4763592 Basically, when I install Dreamweaver  CS5 on my rMBP, nothing happens. When I go to /Users/name/Library/Application Support/Adobe/Dreamweaver CS5 I

  • Invalid agent registration password when trying to secure agent

    Hi Guys, looking for some help with an issue im having trying to secure a 10.2.0.4 agent against 10g OEM. A little background, the agent has been running succesfully against an OEM server which is now being decomissioned. I have editied the emd.prope

  • Podcast Composer fails when opening - how to reinstall?

    I just tried the Podcast Composer on my Mac Mini Server to get a feeling of it (I have no idea what a Podcast is, but that's not important right now). As soon as the program starts, it produces an error and asks to send a report to Apple. I did send