Report Sections - Printing a section multiple times

sirpetesirpete Member Posts: 15
I need to generate multiple labels for one record an have the labels sequentially labeled for that record. The user would specify the number of labels needed on the request form.

IE: Record SO3000

Labels Generated: SO3000-1, SO3000-2, SO3000-3

I am thinking to base the report on the Integer table with a filter of 1 to X, where X is the number the user entered on the request form; then running the Sales Header section under the Integer section.

Is this the best way to do it?

Comments

  • kinekine Member Posts: 12,562
    I think that you are on good way. Try it, you will see if it is working... :-)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Revolution1210Revolution1210 Member Posts: 161
    Yes.... ..work those Integer data items :D
    Ian

    www.NextEqualZero.com
    A technical eye on Dynamics NAV
  • garakgarak Member Posts: 3,263
    if you need an example, take a look on report 204.
    In these report the standard use also the "integer" Table to create more copies.

    Regards
    Do you make it right, it works too!
Sign In or Register to comment.