muhammad.rehman Posted July 4, 2014 Posted July 4, 2014 I have a table and a calculated fields based on two columns Score and Total. My calculated field Percentage equals to Score / Total. Now when I use it in the result display is "0.00" instead of 87.5. As it is dividing first and than sum, while I need sum the column first and than divide. I tried percentage as SUM(Score) / Sum (total). But when I put it for display, it gives me dataset error. Thanks in advance for the help.ScoreTotal500080300050600030
djohnson53 Posted September 2, 2014 Posted September 2, 2014 Yes, please post the stack dump (error messages).
Recommended Posts
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