faithhay Posted July 10, 2005 Posted July 10, 2005 I've made a calculation field as follows: CountFIELD (a summary field that's a count of a text field)/TotRecords where TotRecords is a calculation field = Status(CurrentRecordCount) In a subsummary on FIELD, CountFIELD returns accurate data and TotRecords returns accurate data, but the calculation CountFIELD/TotRecords does not, returning 98.5 each time. Is there a way to make this calculation work? Or is there a workaround to get the same data in a different way? THANKS in advance for your help.
Vaughan Posted July 10, 2005 Posted July 10, 2005 Rather than tell us what you've done, tell us what you are trying to achieve. I can't work out what you are tyring to do.
SlimJim Posted July 10, 2005 Posted July 10, 2005 I am assuming that 98.5 is the answer formatted as a percentage, So this represents the percentage of records that have a non-zero entry in your text field? As vaughan says, without more details it is hard to help, but I suggest that the first thing you do is ensure that all of these field sit in the same part on your summary layout and then check their values.
faithhay Posted July 16, 2005 Author Posted July 16, 2005 Vaughan and SlimJim Thank you for your kind replies. What I'm trying to do is get a percentage of each entry in a text field. For example, I've get a field where people select their interests, using radio buttons, e.g., art, music, fitness. I need the percentage of entries marked art, the percentage marked music, etc. So far, I've gotten to the point where I can get the count of people who have selected their interests CountINTEREST - the summary field that's a count of INTEREST. But when I try to divide it by TotalRecords (as defined above), in order to get the percentage, the answers all come out the same. I don't understand why.
-Queue- Posted July 17, 2005 Posted July 17, 2005 Try GetSummary( CountInterest; Interest ) / Status(CurrentRecordCount)
Recommended Posts
This topic is 7137 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 accountSign in
Already have an account? Sign in here.
Sign In Now