lesleycampbell
Technical User
I am using CR11. I have a report that is looking at Employees and Employees' Assignments.
I have the report grouped by Employee and then Assignment.
I am trying to look to create a formula that will look at the History table and pull a certain value. My formula is listed below but right now is only looking at the most recent history note. I have the formula in the Employee group footer.
This is the formula that I am currently using.
IF {History.Event} = "ACE" THEN (DATE({History.Actual_DateTime}) & " - " & {History.Event} & " - " & {History.Actual_User}) ELSE ""
Help???
Thank you!!
I have the report grouped by Employee and then Assignment.
I am trying to look to create a formula that will look at the History table and pull a certain value. My formula is listed below but right now is only looking at the most recent history note. I have the formula in the Employee group footer.
This is the formula that I am currently using.
IF {History.Event} = "ACE" THEN (DATE({History.Actual_DateTime}) & " - " & {History.Event} & " - " & {History.Actual_User}) ELSE ""
Help???
Thank you!!