Daily total for my services

I have been working on a system for the library at the university I work at and there’s this table I made that displays the info about a service I did-like selling “x” many sheets of paper. I was able to display the total price of a service, but couldn’t make it so the prices of services of the same date get sumed.

I’m assuming you have a field for the total

Let’s use that for the sum of the total value of the services on a given date

Just do a search for services with a date constraint (reference to a date/time picker)

And use the expression ‘each item’s subtotal’ and use the sum operator

Hope this helps

really thought this would be harder, thx a lot

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.