CA Service Management

 View Only
  • 1.  Regarding the BOXI Reports

    Posted Jun 09, 2017 08:45 AM

    Hi Team,


    This is regarding the BOXI reports that we need.

    Based on the aging of the tickets as per the below format.

    Request you to kindly help and let us know how to get the below tickets data format.

    Main Category(All)
    Count of Incident NumberIncident Status 
    Aging AcknowledgedClosed
    >152631
    0-3 105
    10-12 46
    13-151211
    4-6 91
    7-92177
    #N/A14
    (blank) 
    Grand Total61265

     

     

    Thanks

    Shwetha



  • 2.  Re: Regarding the BOXI Reports

    Posted Jun 11, 2017 02:24 PM

    Hi shwetha.gowda,

     

    To do the ranges you can create a variable and in it by if you define the sets.

     

    For example:

    IF ( [days] < 4 ) THEN "0-3" ELSE IF ([days] < 7 ) THEN ELSE "4-6" ELSE ">6"

     

    Another variables has count with if.

     

    Best Regards

    Francisco



  • 3.  Re: Regarding the BOXI Reports

    Posted Jun 12, 2017 02:00 AM

    Hi favendano,

     

    I have followed the below steps to add the variable.

    But the variable is not able to save in the variable editor.

    It says 0 doesn't  exist.

    IF (  < 4 ) THEN "0-3" ELSE IF ( < 7 ) THEN ELSE "4-6" ELSE ">6"

    Kindly help.

     

    Thanks

    Shwetha Gowda

    CA Tools Admin

    Tata Consultancy Services

    Mailto: shwetha.gowda@tcs.com

    Website: http://www.tcs.com



  • 4.  Re: Regarding the BOXI Reports
    Best Answer

    Broadcom Employee
    Posted Jun 12, 2017 04:02 AM

    Issue got resolved over webex.

    Created a variable editor for days: different between open date and Last modified date.

    Now recreated the variable editor with "IF" statement given above and gave ">3" instead of "0-3" it worked.