Patch Number |
Ticket Number |
Change type |
5_50472 |
669069 |
Patch |
1. Description
jQL only displays the first multi-value when the A-correlative computation uses literals.
2. Previous Release Behavior
A-correlatives that used string literals or N(literal) in math computations would only compute and display the first multi-value, e.g.
A;(1 + 2) * "1234" A;(((N(A1) - N(A2)) * N(LITERAL)) / "100"
3. Current Release Behavior
All multi-values are computed and displayed.