porsche2k7
Programmer
Hi All,
I am calculating the difference between two dates within a sub group {Command.TASK_NOTES_ID} using the following formula.
DateDiff ("d",Maximum ({Command.ASSIGN_DATETIME}, {Command.TASK_NOTES_ID}) ,Maximum ({@LastUpdateDateTime}, {Command.TASK_NOTES_ID}) )+1
I want to sum of these values for the outer most grouping {Command.TASK_OWNER}. Can anyone let me know how can I obtain that.
Thanks in Advance.
I am calculating the difference between two dates within a sub group {Command.TASK_NOTES_ID} using the following formula.
DateDiff ("d",Maximum ({Command.ASSIGN_DATETIME}, {Command.TASK_NOTES_ID}) ,Maximum ({@LastUpdateDateTime}, {Command.TASK_NOTES_ID}) )+1
I want to sum of these values for the outer most grouping {Command.TASK_OWNER}. Can anyone let me know how can I obtain that.
Thanks in Advance.