I want to check if I'm right...
Using function TagTot I want to calculate total today and total for 1 month.
I first calculated averages for today and for current month.
Then multiply this with TagTot for day and month total.
Is that OK or has a better way?
Regards,
Igor
You can just use the raw process tag 'Mass' with TagTot like this for total today
TagTot('Mass','t','*')
and like this for current month total.
TagTot('Mass',Bom('*'),'*')