May 1, 2003 #1 govmule MIS Dec 17, 2002 90 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 Feb 9, 2002 32,816 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