The floor() function cannot be applied on data sets. It will always return zeros.
Analysis:
This issue comes from a very lazy function detection in the data access: floor() is recognized as or() and will be replaced accordingly, so that a new variable floor[dataset] is created, which doesn't even contain the results from or(DATASET).
Create a token reader, which will return the last token left to the data set, to solve this issue.
Implementation:
The fix was implemented as proposed by the analysis. Implementation tests were passed successfully.
Documentation:
The fix was noted in the changes log. Further documentation not necessary.
Tests:
The fix was added to the automatic tests. No deviation detected. Bug fix implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Diff: