ReneTamol Posted April 15, 2013 Share Posted April 15, 2013 I need some help with a script.... I have a job that requires Seq Numbering and when a certain number appears, a different Text Frame needs to have the word "Void" in it. Here's my example... In one Text Frame I have the Seq Numbers, which are P1000 - P2110, but when P2001 - P2110 appear, I need the word "Void" to appear in another Text Frame. Any help would be greatly appreciated. Thanks, Rene Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted April 15, 2013 Share Posted April 15, 2013 Make a rule for that "different Text Frame" like so: if (CurrentRecordNumber() > 2000 && CurrentRecordNumber() < 2111) return "void"; else return "something else here"; Quote Link to comment Share on other sites More sharing options...
ReneTamol Posted April 18, 2013 Author Share Posted April 18, 2013 Thanks Dan... Quote Link to comment Share on other sites More sharing options...
ReneTamol Posted April 18, 2013 Author Share Posted April 18, 2013 Thanks Dan Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.