Mar 21, 2001 #1 BROWNIE56 Programmer Joined Dec 28, 2000 Messages 31 Location US How would I go about suppressing a field only when the first 2 characters ="MD" I thought it would go something like this: ({service_description},2)="MD" But that did not work. Thanks!
How would I go about suppressing a field only when the first 2 characters ="MD" I thought it would go something like this: ({service_description},2)="MD" But that did not work. Thanks!
Mar 21, 2001 #2 kcopeland Technical User Joined Mar 19, 2001 Messages 9 Location US Try: {service_description} startswith "MD" Upvote 0 Downvote