Support Article
Typo in pxSLAAssignTimeliness breaks past deadline option
SA-2005
Summary
When a developer attempts to use the "past deadline" option in the report function alias "pxSLAAssignTimeliness" they get an error.
Error Messages
** ** There was a problem getting a list: code: 8117 SQLState: S0001 Message: Operand data type void type is invalid for sum operator.
Steps to Reproduce
Use pxSLAAssignTimeliness in a report definition, entering "past deadline" in the "Timeliness category" field.
Root Cause
Reviewed code in pxSLAAssignTimeliness, noticed typo:
<p:when test=".pyParmameters(1).pyParametersParamValue == '\"past deadline\"'">
should be
<p:when test=".pyParameters(1).pyParametersParamValue == '\"past deadline\"'">
Resolution
This issue is resolved by hotfix item HFix-10103.
Published January 31, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.