Jump to content

This topic is 7578 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I'm trying to find an daily balance average. I want to count how many unique days are in my find. For instance I have a find made up of 6 records. Out of the six records there are 3 unique days. Jan 1, 8, 22. I want to be able to use 3 in my average calculation

SumLineItemTotal/UniqueDays

Can anyone clear the cobwebs?

Thanks!

Cin

Posted

I think this would work: Define these two fields:

Count of Records (Summary) = Count of Record ID

Count of this Date (Calculation, Number) = GetSummary(Count of Records, Date)

You must sort by Date (the break field) for the GetSummary() to work.

This topic is 7578 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.