Jump to content

Numbering..Newb needs help.


mVato

Recommended Posts

I have to run 280,000 coupons, 12up 3up of 4 numbers sets (492102 to 772102). in the past we only ran 10k to 30k batches and i would just make an excel file , compose 1up and impose with Preps. now i found the limit in excel is 65,xxx and i am wondering if there is a easier way of doing it than making five .csv files. i was looking into the rules and found sequential numbering, but could not figure out how to make it work, i tried making the rule starting at 492102 with a padding of 6. but could not get anything composed.

 

any help would be greatly appreciated. we are slammed and short one person, but you all know how that goes.

 

thanks

mVato

 

10.5.8

6.0P1f

Acrobat 9.2.0

Link to comment
Share on other sites

1.Specify data source, none, finish.

 

2.Create Rule, Sequentially Number Rule, name your rule, enter the start number, pad to 1 for digit.

CODE: this is an example of a campaign starting at 265000000.

 

modified the code a tad from what defaults out of FusionPro.

CODE START:

start="265000000";

LeadingZero="0";

 

 

new_val = start-1

 

return CurrentRecordNumber() + 265000000 - 1;

CODE END:

 

 

3.Compose template, "Input" tab, Record Range: 1 to whatever(qty.). "Output" tab also can be used for "batching" the files.

Link to comment
Share on other sites

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...