PN5_50473


Patch Number

Ticket Number

Change type

5_50473

669069

Patch

1. Description

jQL output of multi-values not formatted correctly when using output conversions in a correlative

2. Previous Release Behavior

Previously, for example, the following correlative would not format each multi-value according to the MD0 conversion. Internally, it calculated the correct values but the MD0 conversion was applied to the multi-value result set rather than each separate multi-value, subsequently displaying incorrect values.

A;IF N(STOP.TIME) = "" THEN "" ELSE ((N(STOP.TIME)-N(START.TIME)+"449")/"900")]MD0

3. Current Release Behavior

The result of the conversion is applied to each multi-value.