Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Jim DeFabiaJim DeFabiaReporter
Dan AbittanDan AbittanPriority
MinorFix versions
Pull Request URL
Details
Details
Components
Assignee
Jim DeFabia
Jim DeFabiaReporter
Dan Abittan
Dan AbittanPriority
Fix versions
Pull Request URL
Created April 11, 2016 at 12:54 PM
Updated April 12, 2016 at 8:42 AM
Resolved April 12, 2016 at 8:42 AM
I noticed that a DENORMALIZE output that appears in the ECLLanguageReference manual is incorrect.
This appears on page 173 in the DENORMALIZE section.
CURRENTLY -
/* DeNormedRecs result set is:
Rec#
Value1
PVal2
CVal2_1
CVal2_2
1
A
C
Z
T
2
B
B
Y
S
3
C
A
X
W
*/
SHOULD BE -
/* DeNormedRecs result set is:
Rec#
Value1
PVal2
CVal2_1
CVal2_2
1
A
C
Z
T
2
B
B
S
Y
3
C
A
X
W
*/
See W20160408-135350