Hello Everybody,
I have a problem in designing reports using cross-tabs. My requirement is that I want a report to show the latest updated data with according to the date & time and ignore the history records.
In a more clear way, I have departments (IT-Finance-HR ...etc), employees and Status (Approved-Rejected-No Action) and date & time for every status.
Now, I want to show the departments, employees and the count for each status for each employee ( Suppose 10 Approved-20 Rejected...etc).But, my condition is that to ignore the previous status and count the latest Status according to date & time field).
I developed the report and choose distinct(count) for the number of employees, but the result is calculating the whole number of records for each employee with the history, but not the latest one.
Could you please help me to have the condition with the maximum date and where to put it?
Thanks for your help.
I have a problem in designing reports using cross-tabs. My requirement is that I want a report to show the latest updated data with according to the date & time and ignore the history records.
In a more clear way, I have departments (IT-Finance-HR ...etc), employees and Status (Approved-Rejected-No Action) and date & time for every status.
Now, I want to show the departments, employees and the count for each status for each employee ( Suppose 10 Approved-20 Rejected...etc).But, my condition is that to ignore the previous status and count the latest Status according to date & time field).
I developed the report and choose distinct(count) for the number of employees, but the result is calculating the whole number of records for each employee with the history, but not the latest one.
Could you please help me to have the condition with the maximum date and where to put it?
Thanks for your help.