How to merge serveral layout files into one output file?

Hi there!
For my report, I need to get a datasheet with all the customer data from the database and I have to attach a second document - so I've created 2 files (rtf templates) within the layout section.
But how can I now run my report and these files are merged to one?
Thank you!
BR
Lena

Hi Lena,
Have you tried to combine the RTF templates into one template?
You could use subtemplates or define the contents/logic from your second template into the main template by creating the template like:
<?template:Template2?>
your second template logic here
<?end Template2?>
And within the main template, you call this <?call@inlines:Template2?>
Hope this helps.

Similar Messages

  • How to merge iPhoto v2 libraries into one iPhoto v11 library

    Hi,
    I just are going through a major upgrade from my iBook dual USB (500 MHz Power PC G3, OS 10.4.11) to my brand-new MacBook Pro (2.3 GHz core I5, OS 10.6.8).
    As my old iBook was running so slow, I had splitted my libraries into two using IPhoto Library Manager some years ago running with iPhoto 2. Now I need to merge these two libraries into one and then transfer it to my new computer and let iPhoto 11 upgrade the library at once.
    Based on very helpful earlier threats, I intend to follow the process below:
    Merge libraries using iPhoto Library Manager (registered version) to get one library (on my old computer)
    Copy this library into the Pictures folder of my new computer
    Open iPhoto (shift key will give me the option to select if needed) and it will automatically upgrade my library.
    So far so good - but I experience one issue I did not manage to solve. I use iPhoto Library Manager version 3.5.2 on my old computer, but after starting the merging process it tells me I need iPhoto version 4 at least; but I have version 2 only. I guess I cannot use iPhoto version 11 on my new computer as I first need to merge the libraries as old versions, as the iPhoto version 11 cannot work with the not yet upgraded libraries, can it? I have the IPhoto Library Manager registered version 3.6.8 installed on my new machine.
    Before I make a major mistake to my pictures (> 20 GB): is it possible to upgrade both old libraries separately in iPhoto v11 and then merge them in iPhoto v11?
    Many thanks for your advice!
    Best regards,
    Markus

    Rename the second iPhoto 2 library to something other that iPhoto Library and put it in the Pixtures folder next to the other library on your new MBP.  Then open it with iPhoto11 to convert.
    Once both are converted to the same version you can use iPLM to merge them into a new library.
    HOWEVER if you don't care about any metadata you might have in your last iPhoto 2 library you can use    SyncPhotos
    to import the photos in your iPhoto 2 library into your iPhoto 11 library.
    Here's how it works: 
    1 - it compares the databases and/or album.xml files of Libraries A and B. 
    2 - the files in A that are not in B are imported into B by copying the original files from A into B's Import folder.  
    3 - it then does the same for B. 
    4 - metadata is not copied. 
    It can be used to just copy from A to B and not sync both ways if desired. It will work with 2 libraries that are different versions, i.e. between an iPhoto 08 and iPhoto 09 library.
    OT

  • How to merge two storage drives into one partition-help

    THis is on an iPad-Please excuse for any typos
    I Am working on a project of restoring a macbook pro from old parts that I found. It works!!! But the HDD that i salvadged is ancient and gets about .15 MBPS. Not good. Its an apple certified and apple branded toshiba HDD-500G at 5400RPM. Yeah. *****
    I am considering buying a new hard drive as a 480GB SSD, and using OWC's Data doubler, adding a second HDD, for all the photos and vids i will be collecting through my work in video and photo. I am considering getting an SSHD (SSD+HDD in an SSD form factor) and using this as the second drive. its not much more expensive (like 10$ more) and itgetsme semi-SSD like performance on a mass scale of storage.
    HOw can I combine these two drives into ONE partition? 480GB will take awhile to fill up, but this is a future proof wall to use.
    I Will eventually invest in an external storage option (2-3 HDDS in one caddy for backups and storing 1080p video all under one roof. depends if the board im using actually has thunderbolt or usb that is fast enough-because of the crappy hdd i cant get it to boot into an OS or go through usb recovery without it freezing. I ahve tried re-applying thermal paste, still doesnt help)
    HOw can i easily partition these two drives into one?
    also, my friend needs a new HDD because bootup times in his macbook pro are at like 2 mins+ and hes running Core 2 Duo, with 8 G ram and 10.9 (Mav) should i recommend an SSHD or an ssd. (He doesnt want an HDD, hes had bad 'voodoo' with em'. Thanks!

    nithya_ram wrote:
    Give me d source code for merging two img files into one img file\\
    If you want someone to do your work for you, simply pay someone. However, if you have a question about code you're currently working on, feel free to ask a specific question here on the forum.

  • HT5621 I have 2 Apple ID , how I merge the two ID into one .

    I have 2 Apple ID . How do I merge it into one - all apps and notes etc

    You cannot merge Apple ID's, all purchases are assigned to one account and cannot be transferred to another.

  • How to merge two Apple IDs into one?

    Is it possible to merge two IDs into one?  I don't want to use the 'hotmail.com' extension anymore.

    No. All purchases remain tied to the AppleID used to obtain them and cannot be transferred.
    tt2

  • How to merge different comp track into one comp track?

    Hi
    I use logic studio 9
    I have recorded two different comp tracks for lead singing of project
    And now I have two different tracks with a lot of takes to choose from in each one of them
    I would like to merge the two into one comp track with all the takes so it will be easier to edit
    Is there any way to do that?
    By the way, there is no reason why I made 2 tracks for the same singing part. Now it seems to be a mistake...
    Thank you very much

    Hi
    Basically, you need to unpack one (or both) sets of Take Folders, and then merge the two together:
    Working on the basic assumption (for discussion purposes) that you have two tracks, each with Take Folders on them.
    Method 1:
    Select each Take Folder on track 2 and click-hold on the arrow top right of the folder. Choose Upack to new tracks. Carefully select the new regions and drag/drop them onto the Take Folders on Track 1.
    Method 2
    Unpack ALL Take  folders on both tracks, Select all the regions and use the Region:Folder:Pack Take Folder function to re-pack into a new Take.
    CCT

  • How to merge three SQL packages into one package?

    Dear Folks, I have three sql pacakges (1d.pks, 1d.pkb , 2d.pks, 2d.pkb, 3d.pks, and 3d.pkb). Each package has slight different code in their body but I need to combine all them into one single package. I can do this manually by comparing each line of code and keep making changes but I was wondering if there is an easier way to do it. Kindly let me know if you need more information. Thanks in advance.

    If you have three pieces of code in any language that do similar things, you would want to refactor them, pulling out common elements into reusable components. It is no different with PL/SQL. Most of the effort in refactoring code goes into figuring out what those reusable components are and figuring out the appropriate interface for those components. Any reasonable IDE will provide you tools that automate the tedious bits of refactoring-- renaming variables, breaking a section of code out as a separate procedure, etc. But since 90% of the work is identifying what and how to refactor the code not in the mechanical task of implementing the actual refactoring, the benefit of using an IDE are not huge-- it's often just as easy to cut and paste in your favorite text editor.
    Justin

  • Stepper motor 8SMC1-USBhF and power meter PM100D: how to merge the two VIs into one and make a XY graph of the current position and the power

    Hi there,
    I have a stepper motor (8SMC1-USBhF) and a power meter (PM100D). I want to measure the power while the stepper motor is moving, and obtain an XY graph with the current position on x axis and the power on y axis. So I just merged the two VIs together by copying and pasting, and created local variables for current position and readout value, and changed them to read, and then linked them to the XY graph, but apparently it doesnt work.
    So could you please instruct me how to merge them and obtain an XY graph appropriately?
    Attached are the two VIs.
    Thank you!
    Attachments:
    PM100D Simple Example.vi ‏42 KB
    StepperMotor.vi ‏97 KB

    Hello,
    The XY graph requires that each datapoint on the X axis corresponds to a datapoint on the Y axis.  To create XY data you will need to creat two arrays of X data and Y data with the same amount of elements then cluster the two arrays together to wire into the XY graph.  As an example take a look at the VI snippet below.  Is there a specific error being thrown?
    Regards,
    Isaac S.
    Applications Engineer
    National Instruments

  • How to merge two crystal reports into one in Delphi using TCrpe?

    I am absolutely new to Delphi and Crystal Reports. I figured that I can export a crystal report to pdf like this:
          crpe.Clear;
        crpe.ReportName := 'BasicInfo.rpt';
        crpe.ParamFields[0].CurrentValue := '0';
        crpe.Output := toExport;
        crpe.ExportOptions.Destination := toApplication;
        crpe.ExportOptions.FileName:='C:\CoverSheet.pdf';
        crpe.ExportOptions.FileType:=AdobeAcrobatPDF;
        crpe.Export;
    (Although this is working, please let me know if I am doing it wrong )
    My main problem here is: I have two .rpts "BasicInfo.rpt" and "Details.rpt" and I need to create one pdf out of them in Delphi.
    Is there any way to merge two .rpts and export it into one pdf in Delphi?

    You cannot merge two reports into one PDF - not in any CR SDK. There are 3rd party utilities that will let you do this, but no APIs for this in CR.
    BTW.; What version of CR are you using?
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • How to merge 3 mail boxes into one

    Is it possible to merge the data in three mail boxes into one box?

    it is possible but u cant do it. as u have posted 3 posts while u can get answer in one.so keep trying thre3 application independently.grrr

  • How to agregate multiple response messages into one output message

    Hello,
    My issue is to send a request to a webservice, and as response i got a message with maximum 100 records. Then if there is more records to retrieve i will have to re send a request in order to have the remaining records until there is no records to retrieve.
    So how can i send back in the end of the loop only one output messsage with all records retrieved ?
    Thank's for all.

    Hi Aheriz,
    If I understand correctly, you can receive a response from webservice with maximum 100 records in it and if there are more records against the request you sent, then you will have to call the webservice again. How do you decide if there are more records?
    Do you get it in some field present in response?
    So you can decide based on it whether to make another call/multiple call to webservice (the loop condition depends on number of records left/100). And about sending one output, you have to aggregate and for that you can use send pipeline .
    Sample is available in the SDK Folder under Pipelines/Aggregator:https://msdn.microsoft.com/en-us/library/aa561747.aspx
    Maheshkumar
    S Tiwari|User
    Page|Blog|Good
    to know for every BizTalk Developer

  • How to merge 2 pdf forms into one print file ?

    I have been using Adobe forms for a year or so.  Now I have the need to merge together 2 PDF print files into 1 within the same ABAP program before writing the file to my server.  To be more exect, I am talking the output coming from structure FPFORMOUTPUT-PDF.  Does anyone out there have some input for me on this issue ?  Regards, Stuart.

    Hi Stuart. Did you find a solution for this problem? Iam facing the same.
    kind regards,
    Anton Pierhagen

  • Help me!! how to merge 3 different program into one

    hi all,
    i'm having trouble to merge 3 program and then make them run in while loop. i think all those 3 program can be make into class and the switch control them;
    for example:
    1)choice 1
    it goes to the first class
    2)choice 2
    it goes to second class
    3)choice 3
    it goes to third class
    below are the mentioned program
    -----------------first program---------------------------------------
    import java.util.Hashtable;
    public class GraphToSet1 {
    run GraphToSet to get the output from Graph.java and GraphToJava.java
         public static void main(String[] argv) {
         int graph[][] = {
                   { 1, 2 }, //graph are repsented in matrix form
                   { 2, 3 },
                   { 3, 4 },
    { 4, 5},
    { 5, 1 },
              Graph.convert(graph); //convert the graph into matrix by calling the function
    //convert() from Graph.java
    class Graph {
    this function will convert graph that it get fom GraphToSet.java to set
    public static void convert(int[][] a) {
    int total_rows = a.length;
         int total_cols = a[0].length;
         System.out.println("Graph in matrix form["+total_rows+"]["+total_cols+"] = "); //Displaying the graph in matrix form
    for (int rows=0; rows<total_rows; rows++)
              System.out.print("{");
              for (int cols=0; cols<total_cols; cols++)
              System.out.print(" " + a[rows][cols] + ",");
              System.out.println("},");
    /* Start of Modified Code */
    Hashtable num=new Hashtable(); // New Code
    String value=""; // New Code
    System.out.println("\nG=(V,E)");
    System.out.print("G=({");
    for (int k=1; k<=total_rows; k++)
    value=String.valueOf(k);
    num.put(value,value);
    for (int k=1; k<=total_rows; k++)
    System.out.print(" "+ (String)num.get(String.valueOf(k))+ ",");
    System.out.print(")");
    for (int i=0; i<total_rows; i++)
    System.out.print("(");
    for (int j=0; j<total_cols; j++) //retrieving all the edges from GraphToSet.java
    System.out.print(" " + a[i][j]+","); //and print it out
    System.out.print(")");
    System.out.println("})"); //final output for graph to set
    import java.io.*;
    import java.util.*;
    * Read and print, using BufferedReader from System.in, onto System.out
    public class AlgebraToSet {
    public static void main(String[] av) {
    try {
    BufferedReader is = new BufferedReader(new InputStreamReader(System.in));
    System.out.println("Insert the element for algebra :");
    System.out.print("\tSet of elements (U) = ");
    String inputLine1=is.readLine();
    System.out.print("\tOperation over element (Op) = ");
    String inputLine2=is.readLine();
    System.out.print("\tRelation over element(Rel) = ");
    String inputLine3=is.readLine();
    System.out.println("Algebra in set form = "+"{"+inputLine1+","+""+inputLine2+","+""+inputLine3+"}");
    is.close();
    } catch (IOException e) {
    System.out.println("IOException: " + e);
    public class PairToSet {
    pair that need to be transform has to be keyed in here
         public static void main(String[] argv) {
         int pair[][] = {
                   { 34,56 }, //pair represented as matrix
              Pair.convert(pair); //converting pair into set by calling mprint() function
    //from Pair.java
    class Pair {
    this function will convert pair that it get fom PairToSet.java to set
         public static void convert(int[][] a) {
              int total_rows = a.length;
              int total_cols = a[0].length;
              System.out.print("Pair = ");
    for (int rows=0; rows<total_rows; rows++)
                   System.out.print("\t\t[");
                   for (int cols=0; cols<total_cols; cols++)
                        System.out.print(" " + a[rows][cols] + ", ");
                   System.out.println("]"); //displaying the pair from PairToSer.java
    System.out.print("Pair in Set Form =");
                   System.out.print("\t{");
                        System.out.print("{" + a[0][0] + "},"); //converting the pair to set by applying array method
    System.out.print("{" + a[0][0] + "," + a[0][1] + "}");
                   System.out.println("}");

    it is possible but u cant do it. as u have posted 3 posts while u can get answer in one.so keep trying thre3 application independently.grrr

  • How to merge two movies documents into 1 in  iTunes?

    Can anyone tell me how to merge two movies documents into one in iTunes? Sorry maybe this is an easy and dumb question for you, but I have totally no idea. I download some movies in Windows and use Kigo Video Coverter to converte them into mp4 format. So I can watch it through new Apple TV in my big screen TV. Now I am thinking maybe I can upgrade my experience a bit more. Because some movies are downloaded into 2 or 3 separated document and I have to choose and click them while seeing. Is there any software can merge those separated documents into one single in mp4 format? I wish you could give me several to choose . Freeware is better. Thanks in advance.

    Thanks. I've tried simplemovies application but it seems too much complicated for me. I read some passages online and bought Quicktime Pro ($30) and finally link 2 mp4 documents together. So easy. Only issue is I have to pay $ 30 .

  • How do you merge multiple pdf's into one document?

    How do you merge multiple pdf's into one document?

    Hi pharmovative,
    You can use the Combine PDF feature of Adobe PDF pack to combine multiple PDF files into one document. (Or, if you have the full version of Acrobat, you an do it there as well by choosing Create > Combine Files into a Single PDF.)
    Please let us know if you need further assistance.
    Best,
    Sara

Maybe you are looking for

  • How to get mp3s to show in itunes list without adding file or folder

    How do you get downloaded music into the same folder as the itunes library to show up without having to do add folder or file. It seems on the mac they show up but on Windows XP you have to do an individual add of each new folder. The itunes library

  • Syncing issues after updating to 10.3.1.55

    After upgrading to itunes 10.3.1.55, today, it no longer recognizes my iPhone 4. I plug it in, the iPhone makes its normal syncing noice. I get a prompt, like always about it recognizing the camera and how i want to handle it. I cancel it, as usual,

  • Write signal with time stamp

    hii... I've a student project to read and write data from a continous signal with labVIEW.. I'm going to read the system for 24/7, The reading program already finished. The problem is in the writing procces.. I have no idea how to write data to file

  • Limiting Swap File Usage

    i have an issue with my main drive, and whilst i am getting this sorted, in the meantime i have installed a new installation of mavericks onto a 16gb flash drive. now a usual fresh install of mavericks takes about 5.8gb and this should leave me a few

  • DB backup on local drive.

    Hi All, Can we take database backup through DB13 t-code on local drive. if yes, kindly let me process... server status:---- windows 2003 EE Oracle 10g Thanks Gyan