Jump to content
Server Maintenance This Week. ×

Calculation field for first row of table


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

Recommended Posts

I have a table called Premiums and the initial premium is always the first created record in this table. Throughout the year more records are added to this table as premium is subtracted or added.

I’m looking to summarize the initial premium in the first row for all my records to show total initial premiums

Does this make more sense?

Link to comment
Share on other sites

6 minutes ago, Matthew R White said:

Does this make more sense?

Just barely. Is there a parent table to these premiums? A calculation field in such table would get the data from the first related record in Premiums - which, if the relationship is unsorted, would be the first related record in creation order. And you could use a summary field (again, in the parent table) to get the total for the entire found set (of the parent table). All unstored, so it won't be fast. 

Makes you think if the initial premium isn't really more an attribute of the parent object than it is a sibling of the subsequent premiums.

Link to comment
Share on other sites

This topic is 1960 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.