Apr 28, 2005 #1 BradW IS-IT--Management Nov 30, 2000 126 US I need to write a report that selects every 5th record from a data set, and need a hand with the formula to do this selection. Thanks in advance for all help!
I need to write a report that selects every 5th record from a data set, and need a hand with the formula to do this selection. Thanks in advance for all help!
Apr 28, 2005 1 #2 lbass Technical User Feb 9, 2002 32,816 US You could do this by suppressing all but every 5th record. Go to the section expert->details->suppress->x+2 and enter: remainder(recordnumber,5) <> 0 -LB Upvote 0 Downvote
You could do this by suppressing all but every 5th record. Go to the section expert->details->suppress->x+2 and enter: remainder(recordnumber,5) <> 0 -LB
Apr 28, 2005 Thread starter #3 BradW IS-IT--Management Nov 30, 2000 126 US Perfect, so simple and yet so elegant. I appreciate the quick answer, you made my day. Upvote 0 Downvote