Jump to content

How do you sum the first 10 months of production for each well


John Brand

Recommended Posts

I have monthly production data for a bunch of wells. Each record in the monthly production data includes the 'flow month' (1,2,...,49,50, etc). How can I write an expression to sum only the first 10 months of production and then divide it by 300 for each well
Link to comment
Share on other sites

Yes, this should be pretty easy. Just create your regular cross table. And then in the properties under data you can add a data limiting expression. This is always a boolean expression that evaluates to TRUE or FALSE. In my example above "[FLOWMONTH] <3" should do the job.
Link to comment
Share on other sites

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...