cancel
Showing results for 
Search instead for 
Did you mean: 

Suppress Formula

Former Member
0 Kudos

I am suppressing the detail section depending on group summary if the group summary is zero.

It's working fine in general but still few items are not being suppressed when the group summary is zero.

Any advice on what to look for!

Appreciate it!

Thank you, Pad

Accepted Solutions (0)

Answers (1)

Answers (1)

JWiseman
Active Contributor
0 Kudos

hello Pad,

sounds like a rounding issue in a formula or the database precision is not quite at an integer.

to test the above out, create a new formula that reads something like

{your summary field} >= .000001

or

{your summary field} <= -.000001

if you get an output of "True" then you know there is a rounding or precision issue. you'll have to create a new formula that rounds the summary then for your output.

jw