Late Status Reports (cop.prjStatusReportsLate) passing incorrect parameter for the field Days Since Last Report
Steps to Reproduce:
Expected Results: The Days Since Last Report field should pass a parameter value only when a user provides an input in the filter.
Actual Results: The Days Since Last Report field passes a value of -5 as a parameter even when no value is entered by the user.
Clarity 16.2.3, 16.3.3, 16.4.0, 16.4.1
DE183664
This looks to be working as designed. Portlet 'Late Status Reports" is not designed to handle the days range for "Days Since Last Report". Underlying query that brings data for the portlet takes number of days to get the status reports that are submitted before those many days. But it does not handle range here.
Negative number that mentioned in Trace log is not actually a negative number being passed, it is actually NULL being passed, it can be observed set null there.