CA Service Management

 View Only
  • 1.  Service desk Reports

    Posted Jun 02, 2015 07:44 AM

    Hi,

     

    Kindly let us know the formula to get the count of tickets raised in service desk.

     

    The reports are generated with the incident and serial No

    But need to know the count of tickets raised in reports of Service desk.

     

    Thanks



  • 2.  Re: Service desk Reports

    Posted Jun 02, 2015 09:16 AM

    Use the SUM from the formulas provided



  • 3.  Re: Service desk Reports

    Posted Jun 03, 2015 12:32 AM

    Hi,

     

    The SUM function when provided prompts for the value to be added inside.

    =SUM()

     

    The No of tickets count which is raised, needs to be added and shown. 

    If I give =SUM(Rowindex()) it gives incorrect value.

     

    Kindly let me know which variable needs to be added,inside parenthesis.

     

    Since its urgent, request your help on this.

     

    Thanks

    Shwetha Gowda

    Tata Consultancy Services

    Mailto: shwetha.gowda@tcs.com

    Website: http://www.tcs.com



  • 4.  Re: Service desk Reports

    Broadcom Employee
    Posted Jun 02, 2015 11:53 AM

    Hi Shwetha,

     

    Out of the box universe already offers several such measures in the Measures classes. Example -> Incidents -> Incident Analysis -> Incident Measures

     

    Maybe something similar can be used for your counts ?

     

    _R



  • 5.  Re: Service desk Reports

    Posted Jun 03, 2015 01:51 AM

    Hi,

     

    Can you please let us know if there is any function that can be added to calculate the values.

     

    Thanks

    Shwetha Gowda

    Tata Consultancy Services

    Mailto: shwetha.gowda@tcs.com

    Website: http://www.tcs.com



  • 6.  Re: Service desk Reports

    Posted Jun 03, 2015 03:41 AM

    Hi Shwetha,

     

    Please check this 

     

    =Count([Ref Num])

     

    123.PNG



  • 7.  Re: Service desk Reports

    Broadcom Employee
    Posted Jun 03, 2015 10:02 AM

    That's a good idea Pradeep_p

     

    Thank you for sharing the screenprint as well.

     

    _R