Hello Experts,
We have an Input template. The planner gets an employee with Customer None. He allocates the time of the employee to different customer/Profit Center/Segment as shown in below table.
EMPLOYEE | Customer | PROFIT_CENTER | SEGMENT | 2014.01 |
Jone | Cust_NONE | 10 | A | 1 |
Jone | A | 10 | A | 0.5 |
Jone | B | Y | B | 0.5 |
CHECK | 0 |
After every employee i want to have a check row where it should be <=1. if its 0 it indicates that the employee is fully allocated. Where as if it is 0.5 it indicates that only 0.5% time he is allocated.
How can I achieve this Validation row after every employee.
Regards,