Consultor Eletrônico



Kbase P32970: How to display the time elapsed in a variable in Results.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/25/2003
Status: Verified

GOAL:

How to display the time elapsed in a variable in Results.

FACT(s) (Environment):

Windows

FACT(s) (Environment):

Progress 9.1D

FIX:

Create a new Calculated field in results and check the freeform query box.
The formula is (Start time) - (time / 60).
This is assuming that your start time is in minutes. If not just apply the proper processing to the start time to convert it to minutes.

For example;
(12.00 * 60)

This will now display the time in minutes in your report.