Currently my Clinic collects printer page counts from all our our network printers. This count comes from a SQL table as a text field. I have the conversion set up so that I can sum the fields. On top of that the data is grouped by date and time stamp. So the total is a sum of a converted grouped text field. Since this number from the printers is just a running total I would like to get the actual page count per week.
Is there anyway to subtract the previous weeks grouped sum from the most current weeks to give me that "actual" week page count? Thanks
Is there anyway to subtract the previous weeks grouped sum from the most current weeks to give me that "actual" week page count? Thanks