I have a field named "Charge" that will either have a value of 0 or 1, for a number of records.
I need to count every instance (over a period of a month) of 0 and 1, until they equal 360, and then only count every instance of 1 after that for the rest of the month.
Is this possible?
I need to count every instance (over a period of a month) of 0 and 1, until they equal 360, and then only count every instance of 1 after that for the rest of the month.
Is this possible?