Hi there,
Suppose I want to calculate total training costs per department. E.g. say I have:
Department Training Cost ($)
Finance A 50
Finance B 60
Marketing A 50
Marketing D 100
HR & 50
Finance # 30
Training rolls-up to a training group (e.g A, B are in alphabet group, and & # are in Sign group)
I have my input module where I've loaded all my training costs.
So my question is: How do I calculate total training costs per department?
Thanks in advance for your replies.