Jump to content

Rounding a summary field


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

Recommended Posts

I have found a number in a summary field which calculates the average I require. How do I round this number up or down - I have the formula I need what I don't see is where I can do this e.g. it is not available when on defines the field or by setting the number format or in Replacing field contents.

Link to comment
Share on other sites

Remember, summary fields calc based on a found set. Therefore, you must ensure that you have found all the records that should be in the report.

Number display is not a true Round.

How about using a self-join relationship (not found set dependent) and the Average ( ) and Round ( ) functions?

Edited by Guest
Link to comment
Share on other sites

Not sure if this is best but in the end I created a new field which simply used the Get(Summary) function. I then used this field as part of a calculation in another one where I applied the rounding formula. Seems to work fine. Thx for your help.

Link to comment
Share on other sites

  • 6 years later...

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