I have an aggregate field in a datapage that is giving me an error. I need to add 4 number fields up and divide by field5 to get the % to quota. This is the code that I am using now.
([@field:field1] + [@field:field2] +[@field:field3] + [@field:field4]) / [@field:field5]
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Kuroshi
I have an aggregate field in a datapage that is giving me an error. I need to add 4 number fields up and divide by field5 to get the % to quota. This is the code that I am using now.
([@field:field1] + [@field:field2] +[@field:field3] + [@field:field4]) / [@field:field5]
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.