I have a task report that I'm pulling in hours of a specific hour type. I can get them as a list and it works correctly - but I would also like this same information to be shown as a total rather than in a list. Can someone assist with the text mode for this calculation?
displayname=Template Count
listdelimiter=<br/>
listmethod=nested(hours).lists
type=iterate
valueexpression=if({hourType}.{name}="Template Count",{hours})
valueformat=HTML
