Hi,
I need to do a conditional sum on a numeric field but I can't find the way to do it...
I'm in a {WORKTYPE} group and I need the sum of {HOURS} field for records that {STATUS} = "CLOSED".
The folowing works, but does the sum for all the status :
sum({FOLDERS.HOURS}, {FOLDERS.STATUS})
How can I add a condition in here?
Thanks
Daniel
I need to do a conditional sum on a numeric field but I can't find the way to do it...
I'm in a {WORKTYPE} group and I need the sum of {HOURS} field for records that {STATUS} = "CLOSED".
The folowing works, but does the sum for all the status :
sum({FOLDERS.HOURS}, {FOLDERS.STATUS})
How can I add a condition in here?
Thanks
Daniel