Jan 21, 2010 #1 grecon Technical User Joined Mar 8, 2007 Messages 78 Location US how do I write a formula to do this: I want to supress duplicate company name only if it is the same account number??
how do I write a formula to do this: I want to supress duplicate company name only if it is the same account number??
Jan 21, 2010 #2 lbass Technical User Joined Feb 9, 2002 Messages 32,818 Location US Select the company name field->right click->format field->suppress (do not check)->x+2 and enter: {table.acctnumber} = previous({table.acctnumber}) -LB Upvote 0 Downvote
Select the company name field->right click->format field->suppress (do not check)->x+2 and enter: {table.acctnumber} = previous({table.acctnumber}) -LB