Telerik Reporting
Overview
Demos
Roadmap
What's New
Roadmap
Release History
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Try now
close mobile menu
Telerik Forums
/
Reporting
This is a migrated thread and some comments may be shown as answers.
Simple percentage does not calculate
1 Answer
120 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jon_BCV
Top achievements
Rank 1
Jon_BCV
asked on
28 Feb 2013,
08:23 PM
Hi..
I have the following expression in a field in a group footer
=sum(fields.DysfuncCount)/Sum(fields.ActiveCount)
But it always returns 0
DysFuncCount is 30 ActiveCount is 139
What am I doing wrong?
thx
Add a comment
Submit comment
Cancel
1 Answer
, 1 is accepted
Sort by
Score
Date
0
Jon_BCV
Top achievements
Rank 1
answered on
28 Feb 2013,
08:39 PM
Guess I have to cast it.....................
=CDbl(sum(fields.DysfuncCount))/CDbl(Sum(fields.ActiveCount))
Add a comment
Submit comment
Cancel
Answer this question
Drag and drop files here or
browse
to attach...
Browse
for files to attach...
Supported file types: PNG, JPG, JPEG, ZIP, RAR, TXT. Max total file size - 20MB.
Submit answer
Cancel
Tags
General Discussions
Asked by
Jon_BCV
Top achievements
Rank 1
Answers by
Jon_BCV
Top achievements
Rank 1
Share this question
or
Copy link