EPM 10 NW
I am working on a simple calculation and facing issue with a quite common use case. I wonder how others handle it.
I have three accounts ACT1, ACT2 and ACT3. Please ignore the semantics as this is a simplified representation. Also please note worksheet calculation and submit is not a feasible option.
ACT1 has Head Count
ACT2 has Per Hour Labor
ACT3 has Total Cost
I have three different forms planning for each of these cases.
In my default logic
WHEN ACT1 i multiply with ACT2 and store ACT3
WHEN ACT2 i multiply with ACT1 and store ACT3
All works great but the issue comes when user goes and zero the head count after planning.
Ex: User planned for 100 head count and ACT3 stores 3000
User modified to 10 head count and ACT3 updated to 300
User modified to 0 head count and ACT3 remains 300
I understand that logic doesn't process zero records but how do we handle this ? This is not an unusual use case.