I am building a report that needs to calculate certain numbers negatively if a particular string is present:
Regular work hours = 8
Leave hours = 8
Shifting off hours = -8
So that when I sum the hours it shows 16 total and not 24.
I am building a report that needs to calculate certain numbers negatively if a particular string is present:
Regular work hours = 8
Leave hours = 8
Shifting off hours = -8
So that when I sum the hours it shows 16 total and not 24.