CA Service Management

Expand all | Collapse all

Reports spooled

  • 1.  Reports spooled

    Posted May 04, 2016 05:39 AM

    Hi Team

    One of our units that makes use of service desk wanted to spool their report and we realized it does not capture closed time just open time from Service Desk application and the issue is that it does not contain closed time just open time.

     

    How can we get Closed Time as well in report.?

     

    Please guide



  • 2.  Re: Reports spooled

    Posted May 04, 2016 05:42 AM

    Is this a OOTB report or a WEBI report you created yourself? Would help if you were to give us a sample, perhaps a screen print...

     

    Kind Regards,

    Brian



  • 3.  Re: Reports spooled

    Posted May 04, 2016 06:02 AM

    hi Brian

     

    attached is a sample report exported from service desk application.

     



  • 4.  Re: Reports spooled

    Posted May 04, 2016 06:14 AM

    Your screen print looks like an export of items directly from ServiceDesk list form. Is my assumption correct or am I missing something here?



  • 5.  Re: Reports spooled

    Posted May 04, 2016 06:17 AM

    yes correct. directly exported by sd application. you can see there is no close date column. i want close date in the report so when i export it will be available .



  • 6.  Re: Reports spooled

    Posted May 04, 2016 07:17 AM

    can you please help on it brian?



  • 7.  Re: Reports spooled

    Posted May 04, 2016 09:48 AM

    Hi Aamir,

     

    See a similar post here: export a field of table "Lista de eventos"

     

    In your case, the code would look something like:

     

    <PDM_MACRO name=lsCol hdr="Close Date" attr=close_date export=yes fmtfunc=fmtDetails sort=no>

     

    Kind Regards,

    Brian



  • 8.  Re: Reports spooled

    Posted May 04, 2016 10:02 AM

    hello brian.

     

    Thanks for the support.can you please also mention in which file do i find this particular code . please name it.

     

    many thanks



  • 9.  Re: Reports spooled

    Posted May 04, 2016 11:26 AM

    Hello Brian

     

    Can you please respond.

     

    i believe i need to modify list_in.htmpl file as im exporting report from  servicedesk-->incident--->export

     

     

    but i dont find the code told me to modify in list_in.htmpl file

     

    <PDM_MACRO name=lsCol hdr="Close Date" attr=close_date export=yes fmtfunc=fmtDetails sort=no>



  • 10.  Re: Reports spooled

    Posted May 04, 2016 02:40 PM

    Hi Aamir,

     

    You are on the right path, considering you are exporting the incident list. The line I'm referring to needs to be added to the form as it is not there by default. Have a look at the form in WSP and mimic one of the existing similar fields that is already being exported. It is not that difficult

     

    Kind Regards,

    Brian



  • 11.  Re: Reports spooled

    Posted May 04, 2016 04:10 PM

    Hello Brian

     

    I have added tht line code but still changes is not reflected even after webcache command. Also the page got some extra fields visible now.see below.

     



  • 12.  Re: Reports spooled

    Posted May 05, 2016 05:39 AM

    Once again have a look the form in WSP or with any text editor, you will notice there is more than one place where the field needs to be added. Follow the exact format as per some of the fields that are already being exported.



  • 13.  Re: Reports spooled

    Posted May 25, 2016 06:08 AM

    Hi La-Qa,

    Please make sure before making any changes to the webpages make a backup copy and then try to customize the pages. As Brian mentioned, try to  find the below code in incident/request list pages and if you don't find try to insert the same code in  both of your primary and secondary server.Before that, open WSP and check whether these pages  already contain changes and ready to update when published.So that you can avoid un-necessary fields/alignment issues.

    <PDM_MACRO name=lsCol hdr="Close Date" attr=close_date export=yes fmtfunc=fmtDetails sort=no>

     

    Regards,

    Mohan