Hi!
I am monitoring the printers of my company.
I would like to create an item in a printer template that would add the prints for the current month.
I was able to use in calculated item the function sum("prints.delta", 2592000) to add the printed pages from the last 30 days.
But the sum takes the printed pages of the previous month and the current month (last 30 days).
Is it possible to separate the items to be added through the month item.value?
I am monitoring the printers of my company.
I would like to create an item in a printer template that would add the prints for the current month.
I was able to use in calculated item the function sum("prints.delta", 2592000) to add the printed pages from the last 30 days.
But the sum takes the printed pages of the previous month and the current month (last 30 days).
Is it possible to separate the items to be added through the month item.value?
Comment