May 1, 2003 #1 govmule MIS Joined Dec 17, 2002 Messages 90 Location US Hello Everyone, How do I display records only if there are five or more in a group? As always, help is greatly appreciated. Thanks, Jack Luster
Hello Everyone, How do I display records only if there are five or more in a group? As always, help is greatly appreciated. Thanks, Jack Luster
May 1, 2003 #2 lbass Technical User Joined Feb 9, 2002 Messages 32,818 Location US Go to Edit Selection Formula->Group and create a formula: Count({YourField},{YourGroupField}) >= 5 -LB Upvote 0 Downvote
Go to Edit Selection Formula->Group and create a formula: Count({YourField},{YourGroupField}) >= 5 -LB