PN5_50474


Patch Number

Ticket Number

Change type

5_50474

CW669069

Patch

1. Description

jQL EVAL applies the output conversion to the result

2. Previous Release Behavior

Given the following dictionary and data:

001 A
002 2
003 START]TIME
004
005
006
007 MT
008
009 R
010 10

001 A
002 3
003 STOP]TIME
004
005
006
007 MT
008
009 R
010 10

Data record:

001
002 41400]37800
003 42000]44100

...the jQL statement and result was:

LIST TIMESHEETS EVAL "STOPTIME-STARTTIME" ID-SUPP

STOP.TIME-START.TIME

               00:10
               01:45

Note that the MT conversion was incorrectly applied to the EVAL calculation.

3. Current Release Behavior

The MT conversion is not applied to the EVAL calculation.

STOP.TIME-START.TIME

                 600
                6300