CA Service Management

 View Only
  • 1.  BOXI-filter/schedule

    Posted Mar 31, 2015 09:14 PM

    Hi All,

     

    BOXI R3

     

    Is it possible to have the satrt date/open date and the end date/close date should vary , for the schedule reports. we are looking for daily report which should have start date as march 1 as constant and the end date should be currentdate, it should automatically detect the current date and should data fetch satrtin ffrom march 1 to till date. I ahve framed the report but struggling with the above. please adsie.

     

    Regards,

    Mohan



  • 2.  Re: BOXI-filter/schedule

    Broadcom Employee
    Posted Apr 01, 2015 10:59 AM

    Hi Mohan,

     

    PDMToday()  without any parameters gives you the time when you run PDMToday

    PDMToday(-1)       Beginning of day, today

    PDMToday(1)       End of day, today

     

    PDMMonth()   gives current Month number,  example 4 for April

    PDMMonth(PDMAddMonths(-1))       gives previous Month number, example 3 for March

     

     

    More information about pdm functions is covered in the 14.1 wiki page, https://wiki.ca.com/display/CASM1401/WriteCABusinessIntelligenceReports#WriteCABusinessIntelligenceReports-PDMFunctions

     

    From what I know, base function behavior of PDMFunctions has not changed since SDM 12.6/12.7/12.9

     

    _R