Feb 23, 2017 #1 Benjamin Becker Technical User Joined Oct 25, 2016 Messages 6 Location US I would like to hide a group when a field in the same group/row is zero. Any thoughts on the most efficient way to do this? Thanks, BMB
I would like to hide a group when a field in the same group/row is zero. Any thoughts on the most efficient way to do this? Thanks, BMB
Feb 23, 2017 #2 lbass Technical User Joined Feb 9, 2002 Messages 32,818 Location US Go into the section expert and for each section you want suppressed conditionally (possibly GH, Details, GF), go into the x+2 formula area and enter: Sum({table.yourfield},{table.groupfield})=0 -LB Upvote 0 Downvote
Go into the section expert and for each section you want suppressed conditionally (possibly GH, Details, GF), go into the x+2 formula area and enter: Sum({table.yourfield},{table.groupfield})=0 -LB
Feb 24, 2017 Thread starter #3 Benjamin Becker Technical User Joined Oct 25, 2016 Messages 6 Location US Worked perfectly! Thanks! Upvote 0 Downvote