How do I stop customized field with a type 'DURATION' being displayed as a Date in a BOXI report?
book
Article ID: 50648
calendar_today
Updated On:
Products
CA IT Asset ManagerCA Software Asset Manager (CA SAM)ASSET PORTFOLIO MGMT- SERVERSUPPORT AUTOMATION- SERVERCA Service Desk Manager - Unified Self ServiceCA Service Desk ManagerCA Service Management - Asset Portfolio ManagementCA Service Management - Service Desk Manager
Issue/Introduction
Description:
A customized field with the type of "DURATION" is displayed as date in BOXI reports. This document shows the steps required to display data of the custom field correctly.
Solution:
On the BOXI Server, go to Start > Programs > Business Objects group and launch the Designer.
Select File -> Import
Make sure CA Universes and CA Service Desk are selected and click ok.
<Please see attached file for image>
Once the Universe is imported, in the left pane, find the folder where the customized field exists and locate the Duration field (zbackoutduration in the example).
<Please see attached file for image>
Right click on the Duration field and select Object Properties.
<Please see attached file for image>
On the Definition tab under Select, specify the following:
Type: Number Select: PdmSeconds(chg.zBackoutDuration)/60
<Please see attached file for image>
NOTE: If you do not specify "/60", data will be displayed in seconds rather than minutes.
Click Ok to close the Object Properties dialog.
Click File -> Export and select Continue on the save dialog
<Please see attached file for image>
Make sure Domain is /CA Universes. Highlight all Groups and click Ok.
Once you see that the Universe is successfully exported, go back to Infoview and to your report and remove the duration field and try adding it again from the universe. Then verify that the duration field displays as a number rather than a date.