Open JaminQuimby opened 10 years ago
Zendesk 6190
Jamin,
From reviewing the reports in Financial Statements, if we understand the report correctly we really like where it is going.
Our interpretation is the date will show at the top of the column and the employee’s initials will show at the bottom.
If this is correct or possible here is our suggestion to make it the best it can be.
i.e.
In all reports, in columns where there can be employee initials, the system should use the following statement:
EMP=
If(datecompleted:null)
TRUE = If(assignedto:null)
TRUE = “???”
FALSE = assignedto
End If
FALSE = If(completedby:null)
FALSE = completedby
Zendesk 6190
Jamin,
From reviewing the reports in Financial Statements, if we understand the report correctly we really like where it is going.
Our interpretation is the date will show at the top of the column and the employee’s initials will show at the bottom.
If this is correct or possible here is our suggestion to make it the best it can be.
i.e.
In all reports, in columns where there can be employee initials, the system should use the following statement:
EMP=
If(datecompleted:null)
TRUE = If(assignedto:null)
TRUE = “???”
FALSE = assignedto
End If
FALSE = If(completedby:null)
TRUE = If(assignedto:null)
TRUE = “???”
FALSE = assignedto
End If
FALSE = completedby
End If
End If