Mar 21, 2001 #1 BROWNIE56 Programmer Dec 28, 2000 31 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 Mar 19, 2001 9 US Try: {service_description} startswith "MD" Upvote 0 Downvote