Start of change,             

Add the Open Process Tracker column to the view

Examine the workbench object Work Item Idle Time Threshold Detail View to see how the column "Open Process Tracker" is added to the view.

Procedure

  1. From IBM® Cognos® Real-time Monitoring Workbench, click the Workbench tab.
  2. Expand the IBM FileNet® Case Monitor > Examples > Threshold Monitoring folder and select Work Item Idle Time Threshold Detail View.
  3. Click Edit. The field expression for the Open Process Tracker column is displayed as follows:
    "IBM FileNet Case Monitor".Examples."Threshold Monitoring"."Tracker URL Lookup Table".URL_BASE 
    || 'queueName=' || "IBM Case Monitor".Examples."Threshold Monitoring"."Work Item Idle Time Threshold Event"QueueName 
    || '&wobNum=' || WobNum || ' ' || 'Process Tracker'

    In the field expression, the URL_BASE is referenced and the queue name and work item number is appended. The Process Tracker URL is displayed as a link when the column is displayed in a dashboard object.

    The format of the field expression is "<URL><space><hyperlink text>". Because of this format, the column value Process Tracker is displayed as the text for the link in the dashboard.

  4. Click Save.


Last updated: October 2015
adv_example_tracker_2.htm

© Copyright IBM Corporation 2015.
End of change