cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding Details with a Sum to Zero in group footer

tchidawanyika
Explorer
0 Kudos

I designed a report and then have sum of details on the group footer. I want to hide the details when the sum is zero of that particular group.

I created a report to calculate stock batches transactions i.e. the inbound and the outbound. So when a batch is fully issue out, it becomes zero. so on my report i need it not to appear when its now zero that is hiding the details and the total (sum and quantities).

roland-stock-report-to-support.png

Accepted Solutions (1)

Accepted Solutions (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Tendayi,

Go to the Report Menu > Select 'Selection Formulas' > Group. Use this code:

SUM({Summary Field}, {Group Field}) > 0

-Abhilash

Answers (2)

Answers (2)

abhilash_kumar
Active Contributor
0 Kudos

Hi Tendayi,

That's what a Group Selection formula does. The formula I posted above should hide the entire group when the summary is zero.

-Abhilash

tchidawanyika
Explorer
0 Kudos

Thanks Abhilash. but the problems is to hide the group on the details when the Sum of my summary field is zero.

Thank you.