Firstly - thanks to you all - what a great group.
I managed to crack the problem today. A big thanks for all the different ideas.
In the end:
I used a userinteger1 field on the part master table to store the quantity of each sub lot.
I added another grouping level based on the table I used to generate the duplicate data (thanks for the idea), added some extra fields to new tables that contained the data I needed and linked these to the existing tables to provide a better split of the record data.
Then added some formula fields and conditional suppression.
Then Hey Presto. I have a job traveller report that prints 1 material request and multiple sequenced travellers number ordered with corrected operation quanities - just need to tidy it up and document how I made it in case I have to go back - It was pretty intense for a newbie!!
Thanks everyone
I managed to crack the problem today. A big thanks for all the different ideas.
In the end:
I used a userinteger1 field on the part master table to store the quantity of each sub lot.
I added another grouping level based on the table I used to generate the duplicate data (thanks for the idea), added some extra fields to new tables that contained the data I needed and linked these to the existing tables to provide a better split of the record data.
Then added some formula fields and conditional suppression.
Then Hey Presto. I have a job traveller report that prints 1 material request and multiple sequenced travellers number ordered with corrected operation quanities - just need to tidy it up and document how I made it in case I have to go back - It was pretty intense for a newbie!!
Thanks everyone
--- In vantage@yahoogroups.com, "Mark Wonsil" <mark_wonsil@...> wrote:
>
> Chris wrote:
> > Are you open to changing your job structure? I was just
> > thinking if you set your job up putting your final part in as
> > subassemblies multiple times, you could just have it print
> > each assembly on a different page and achieve the desire
> > result without any fancy CR magic. I haven't tested so unsure
> > if it would work but might be worth a try if the extra BOM
> > layer change would work in your process.
> >
> > e.g.
> > Asm 0: PartX Batches (whatever you want to call it) Qty: 1 Asm 1:
> > PartX Qty: 100 Asm 2: PartX Qty: 100
> > etc...
> >
>
> I was thinking the same way as Chris. Do all parts ship together or in
> batches as well?
>
> Mark W.
>