JaminQuimby / AWS

AWS
1 stars 0 forks source link

If Statement for rendering completed tasks or employee initials #63

Open JaminQuimby opened 10 years ago

JaminQuimby commented 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)

TRUE = If(assignedto:null)

TRUE = “???”

FALSE = assignedto

End If

FALSE = completedby

End If

End If