How to print multiple copies of a single report(label) based on a variable

I have a crystal report v.9 linked to an excel file with multiple rows of information.  Each row contains the label information and one column has the quanity of each label to print.  What feature in crystal do I use and what is the command I will need?   The information changes on a daily basis so I need a formula. Thanks in advance.
Kurt

There have been a few posts that have answered this in the past.  (I know because I answered them! :-> )  You might want to search for them.
But basically, you want to do something like this in an SQL Command data source (MS SQL):
declare @loop int;
set @loop = 1;
  -- copy table structure (or otherwise create a temp table):
select * into #temp from table where numLabels < 0 and numLabels > 0;
while @loop < 20 -- or whatever a maximum number might reasonably be
begin
  insert into #temp select * from table where numLabels >= @loop
  set @loop - @loop + 1
end
select * from #temp order by name, address  -- something to keep copies of labels together
HTH,
Carl

Similar Messages

  • How to print multiple copies on one page ?

    How to print multiple copies of one document on one page ?
    in coreldraw I used to make the document -for example a business card 5x9 - and when sending to print it automatically placed the number of cards that would fit in my A4 sheet.
    how do I make the same operation in Indesign.
    thanks

    Hi, Peter S.
    >I can see that as a shortcut to printing a page of different cards for multiple people, but to do a simple n-up of a single card it seems overly complex to me. What am I missing?
    * It's just an alternative to copy/paste and step/repeat.
    * For a one-time only use, perhaps it's a little more complex than necessary. But for any future needs, only the content of the data file needs to be changed, either by editing, or by pointing to a new data file. If different cards for multiple people becomes necessary, it's ready to go.
    Regards,
    Peter Gold
    KnowHow ProServices

  • Can anybody explain how to print multiple copies of different documents at the same time as at the moment I have to open each individually and press print

    Can anybody explain how to print multiple copies of different documents at the same time as at the moment I have to open each individually and press print

    is this a windows in bootcamp question ?

  • How to print multiple copies of same image (with specific fixed dimensions) on single page

    I am using Photoshop Elements 10 on Win 7 PC.  I am trying to print multiple copies of one image on a single 8.5x11 sheet of paper? The images are artwork for buttons (to be used in button-making machine) so the dimensions must be exact on the duplicated images.  When I select Picture Package, the images are resized to fit the dimensions in the picture package. When I select Contact Sheet, the images are resized to fit the number of columns I selected.  Neither is acceptable.  How can I repeat the same image on a single piece of paper without having the system re-size the image?  I know that I can manually create a new PSE file and manually insert the images into this file.  This is what I have been doing as a work-around.   But I would hope there is a better/faster way.
    Thank-you!

    A variation of hatstead's method where the pictures are precisely aligned:
    1. Add the picture to the blank file as hatstead described. Use the Move tool to position the picture in the upper left corner.
    2. Duplicate the layer. Use the arrow keys (NOT the mouse) to move the new layer to the right.
    3. Repeat step 2 until the row is filled:
    4. Merge Down the 3 layers into one. Alternatively, link the 3 layers and do a Merge Linked as in this example. The end result is the pictures in the row are on one layer:
    5. Duplicate the layer and use the arrow keys to move this down to the 2nd row.
    6. Repeat step 5 to create additional rows.
    7. Finally, to center the whole thing on the sheet, link all the row layers and position with the arrow keys.
    Note that you can also custom-make your own Picture Package. Instructions for this should be somewhere in Help.

  • How to print multiple copies

    I'm not sure if this is a HP issue or not. I can't print more than one copy at a time on my HP office jet 8620. I have uninstalled and reinstalled with no improvements. I have read that disabling "mopier" can correct the issue but I can't seem to locate it. Maybe it doesn't exist with this printer. OS X 10.7.5
    Any direction here would be appreciated!
    thanks

    If you do not have an obvious "Copies" field, then look for:
    "Show Details" at the bottom of the print dialog box.
    The print dialog with "Show Details" enabled, should have a host of pop-up selections.  One of those pop-up selections will most likely change the print dialog so that you can specify the number of copies to print. 
    If you need to print multiples often, you can use the "Presets" to save this as print configuration you can re-select in the future.

  • How to accept multiple languages in a single report.

    Hi,
    We have a Web I report built based on universe(Oracle DB- Utf-8 codepage), In Data base tables there is a data with multiple languages. But when I run Web I report it is showing the data which is in english but data other than english is showing inverted "?". Could any one please suggest me how the data to be supported in all languages for the Web I report.
    Thanks,
    Mallareddy D.

    You should be creating a universe using the table with filter utilizing a column which accepts a parameter value of language and shows the data in that specific language. This concept is already used in SAP standard audit universe which accepts language for any query and shows the data in that language.. The logic for the derived column for the table should look something like below Table.LANGUAGE = @Prompt(Select language)

  • How do you print multiple copies of a single photo on one page in iPhoto 9.5?

    Help. Duplicating the photo as many times as I need it and then selecting them to print works, but in the last version of iPhoto you could explicitly choose to do just this. How do you do it now??

    That feature has been removed from the latest version of iPhoto. Send a feature request to Apple via http://www.apple.com/feedback/iphoto.html.
    OT

  • How to create multiple copies of the same mailing label?

    I know how to create mailing labels for addresses in my address book. How do I print an entire sheet of the same address on a page of mailing labels? The preview when I select 20 copies of one address label does not show the same label on multiple times on the page, only once. Does that mean it will only print one label per page for a total of 20 pages or does it only show one since they will all print the same?
    I'd like to use this to create custom return address labels

    It's tedious but you can create a new group in Address Book, make 20 entries (or however many entries would make one label page's worth) for your own name and print just that group.
    Avery has free software that I believe does what you want but I haven't used it. Comments on the download page indicate the Avery software lacks on directions.
    http://www.avery.com/avery/en_us/Templates-%26-Software/Software/Avery-DesignPro -for-Mac.htm?N=4294967076&refchannel=3980ac83ae70a110VgnVCM1000002118140aRCRD

  • Print multiple copies of a crystal report

    Hi,
    We have a crystal report that always has to be printed 2 times.
    We don't want the user to have to enter a '2' at the 'number of copies' option when printing the report.
    We would like the report to know for itself it has to be printed twice.
    I know it's possible to create a 'main report' and have two subreports linking to the same report, so it would print two times.
    This is not possible in this case due to already existing subreports.
    Another option is to have some extra table with only two records, and use those two dummy records to create a group (so the reports gets printed twice)
    This isn't an option too.
    Is there no way to using a formula and some counter in the report itself ?
    Many thanks in advance,
    Vincent

    No, try setting the default printer to do it. Or you'll have to write an application do it.

  • HOW DO I PRINT MULTIPLE COPIES OF ONE PHOTO ON A SINGLE PAGE?

    Since Apple has not made this feature available, I am not able to print multiple copies of a single photo on one page. HELP suggested I download Portraits and Prints which I could use for free. However, I have downloaded this and note that DEMO watermark will appear on all photos unless I purchase the program. Is there a way to print without the DEMO watermark using this program or is there another free program that will allow me to print multiple copies of a single photo on a single page? Please help as I have spent 2 hours on the phone with Apple and it has gotten me no closer to a solution - something I could easily have done on the older versions of I Photo. Thanks!

    Sadly, I have no pull down menu when I click on Customize or settings? I am using IPhoto 08 vers. 7.0.1. I was told by Apple HELP that this feature is not yet available, even though the instructions say to do exactly what you have said. But there is no pull down menu and no option to print multiple photos. It says print a single photo and it is clicked and I cannot unclick it. Any help would be appreciated. Do you actually have a pull down menu with Print Multiple Copies of One Photo as an option? What version of IPhoto provides this? Apple seems to think it is not available and it certainly isn't available on my system. Any help will be appreciated. Thanks.

  • Need to print multiple copies

    Hi Friends,
    Anybody can give some idea or suggestion how to print multiple copies of an invoice for the same output type.
    Regards
    raju

    Hi
    In this case you need to change the program, here you can know the message type and so you can decide how many times a document has to be printed:
    DATA: COPIES TYPE I.
    IF NAST-KSCHL = .....
    ELSE.
    ENDDO.
    DO COPIES TIMES.
    > PRINT THE DOCUMENT
    ENDDO.
    Max

  • How can I print multiple copies of same photo onto one page on iPhoto 9.5.1?

    How can I print multiple copies of same photo onto one page on iPhoto 9.5.1? I was able to do it on the old iPhoto, but can't seem to be able to do it on the new iPhoto. Grrr...

    Photos does the same thing.... Only workaround I can come up with is to create a template in Pages and copy &amp; paste.

  • How can I print multiple copies of the same photo onto one sheet of paper?  Do I have to Duplicate the photo in iPhoto and then select them all?

    How can I print multiple copies of the same photo onto one sheet of paper?  Do I have to Duplicate the photo in iPhoto and then select them all?

    no - you simply have to select the option to print mucliples of a photo on a page
    select the photo and go to the file menu ==> print - select the printer, paper size and print size and click customize - in the tool bar click on the settings icon (the gear looking thingy) and select "multiple of the same photo per page" and the preview will reflect this option showing a full page of the selected size photos
    LN

  • In iPhoto 9.5.1, how do I print multiple copies of the same photo on a sheet ?

    In iPhoto 9.5.1, how do I print multiple copies of the same photo on a sheet ?
    I am somehow missing the "settings" which allowed me to do this in earlier versions.
    Grateful for any hints. Thank you. Znon

    That is not a feature of iPhoto - suggest to Apple - iPhoto Menu ==> provide iPhoto feedback.
    You can only do it by duplicating the photos "n-1" times to make "n" prints and selecting all copies then print
    LN

  • How do I print multiple copies of a page in a PDF File?

    How do I print multiple copies of a page in a PDF File?  For some reason I tell it to print, for example, 3 or 4 copies of a certain page and it will only print one copy!!!

    OS X 10.9.5Adobe Reader 11.0.10
    I increase the number of copies to 3, 4, or 5 (etc.) but it would still only print one copy of the designated page/pages.
          From: pwillener <[email protected]>
    To: Caren Harris <[email protected]>
    Sent: Friday, March 6, 2015 9:17 PM
    Subject:  How do I print multiple copies of a page in a PDF File?
    How do I print multiple copies of a page in a PDF File?
    created by pwillener in Adobe Reader - View the full discussionOperating system?  Reader version? If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7262032#7262032 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7262032#7262032 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"  Start a new discussion in Adobe Reader by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

Maybe you are looking for

  • Product ID field

    Hi Experts I am currently working in SP 20 EHP1 , I want to hide the Product ID field in the CRMD_ORDER transaction for transaction type ZLFN. I tried it using the transaction SHD0, modified the varient AI_SDK_CRMD_ORDER_7110. I marked the check box

  • Extending RAM Memory

    Hello, on behalf of extending RAM memory my iBook G4 (1,42Ghz 14,1" 512MB) manual provides using rather PC2100 DDR 266 then PC2400 DDR 333 modules. As I was told these RAM modules are quite old I bought a PC2700U DDR 333 and put it in. My question is

  • Render queue waits for FTP upload

    I Googled this issue and looked it up in this forum, and surprisingly found nothing. When using the feature for automatically uploading an exported file to an FTP server, Adobe Media Encoder renders 1 file, uploads it, and meanwhile the rest of the r

  • W520 Docking issue - attached monitor won't enter power saving mod

    When my W520 (Win2008R2) power management profile shuts the display off (after 10 mins, for example), the externally DVI connected screen no longer receives a signal, but the screen doesn't go into power saving mode.  Instead, the monitor stays power

  • Spectrwm baraction.sh example for acpi battery...convert to non-acpi?

    https://wiki.archlinux.org/index.php/Sp - sh_scripts I've copied the baraction.sh script there, and it has a pretty beefy section at the beginning to pull battery info from acpi...I apparently don't have acpi battery on my laptop...but I can query th