Jump to content

Sequential Numbering in Batches


Recommended Posts

Posted

Does anyone know a way to accomplish the following?

 

The data contains a field for quantity (of output) for each record, e.g. -

 

Record 1: Qty=50

Record 2: Qty=75

Record 3: Qty=25

 

and the need includes sequential numbering, such that:

 

record 1 repeats numbered 1-50, record 2 repeats numbered 1-75, record 3 repeats numbered 1-25.

 

Thanks.

  • 4 weeks later...
Posted
Does anyone know a way to accomplish the following?

 

The data contains a field for quantity (of output) for each record, e.g. -

 

Record 1: Qty=50

Record 2: Qty=75

Record 3: Qty=25

 

and the need includes sequential numbering, such that:

 

record 1 repeats numbered 1-50, record 2 repeats numbered 1-75, record 3 repeats numbered 1-25.

 

Thanks.

Doing something similar, but there are 456 lots, but it's more like lot 1: 1-20, lot 19: 21-40, lot 37: 41-60... lot 2: 1521-1540, lot 20: 1541-1560...

 

is it possible?

Posted
Doing something similar, but there are 456 lots, but it's more like lot 1: 1-20, lot 19: 21-40, lot 37: 41-60... lot 2: 1521-1540, lot 20: 1541-1560...

 

is it possible?

Sure, it's just a matter of telling FusionPro how many times to repeat each record, and then using FusionPro.Composition.repeatRecordNumber, FusionPro.Composition.outputRecordNumber, or a similar property. As I said in the other thread though, if you collect up the job, or a small sample which shows more specifically what you're trying to do, that would make it a lot easier for someone to help you with the exact rule syntax you need.

Archived

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

×
×
  • Create New...