Report multiple layout

hi all,
i just want to know how to create multiple layout.
based on the parameter selected i should run the particular layout.
how to do it.
any one help
regards
Rajesh

Hi Rajesh,
create your 2 layouts in the same report und surround each of the two layouts with a frame. Connect the upper left edges of the frames with an anchor, which has the properties collapsing activated. The write for layout/frame 1 a format-trigger:
IF :param_layout = 'A' then RETURN TRUE; ELSE RETURN FALSE; END IF;
and for layout/frame 2 a format trigger
IF :param_layout = 'B' then RETURN TRUE; ELSE RETURN FALSE; END IF;
So only one of the layouts is used and Layout 2 is because of the collabsing anchor at the same position as Layout 1
Regards
Rainer

Similar Messages

  • Multiple Layout in report

    Hi
    I am creating a report with multiple layout ( to be executed as concurrent request from Apps) with following 3 layouts.
    1.Group Above
    2.Group Above with Matrix
    3.Group Above
    Reports are based on Global Temporary tables which are populated in Before Report Trigger. Data is populated successfully. When only one Layout exists , it displays data as expected. But when I am adding second layout it is displaying blank report. Are there any properties that need to be set like Base Printing on , Anchor, Print Object on in case of such scneario.I have tried setting this properties with different combinations but same result.
    Would appreciate any inputs from you guys.
    Thanks
    Yogesh

    hello,
    check if you experience the same behaviour if you report of a regular table (not a global temporary one).
    in general you should see what you want, exactly the way you did it.
    regards,
    ph.

  • Master Detail Report - Multiple Queries

    We are calling a BI Publisher report from Application Express (3.2.1.00.12). In Apex I have 3 report queries for 1 report layout.
    This is a sample of the .XML:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <DOCUMENT>
    <DATE>06/04/2010</DATE>
    <USER_NAME>KELLYF</USER_NAME>
    <APP_ID>20080618</APP_ID>
    <APP_NAME>SIS Express</APP_NAME>
    <TITLE>STUDENT_PROFILE</TITLE>
    <P507_YEAR>1AD004DBEE904C32B6F6C0D7183BA735</P507_YEAR>
    <P507_REPORT_ORDER>LAST_NAME</P507_REPORT_ORDER>
    <P507_REPORT_ORDER2>FIRST_NAME</P507_REPORT_ORDER2>
    <P507_REPORT_ORDER3>%25null%25</P507_REPORT_ORDER3>
    <P507_REPORT_ORDER4>%25null%25</P507_REPORT_ORDER4>
    <P507_OWNER>SIS_EXPRESS</P507_OWNER>
    <P507_DISPLAY_YEAR>2008-2009</P507_DISPLAY_YEAR>
    <P507_DISPLAY_REPORT_NAME>Student Profile</P507_DISPLAY_REPORT_NAME>
    <P507_APP_USER>KELLYF</P507_APP_USER>
    <P507_RESIDES_ONLY>Y</P507_RESIDES_ONLY>
    <P507_DISPLAY_SCHOOL_NAME>Century High School</P507_DISPLAY_SCHOOL_NAME>
    - <REGION ID="31792926982400622">
    - <ROWSET1>
    - <ROWSET1_ROW>
    <STUDENT_ID_LABEL>ID#</STUDENT_ID_LABEL>
    <STATE_STU_ID_LABEL>State ID#</STATE_STU_ID_LABEL>
    <STUDENT_NAME_LABEL>Student</STUDENT_NAME_LABEL>
    <GRADE_LEVEL_LABEL>Grade</GRADE_LEVEL_LABEL>
    <COUNSELOR_LABEL>Counselor</COUNSELOR_LABEL>
    <HOMEROOM_LABEL>Homeroom</HOMEROOM_LABEL>
    <SEX_LABEL>Sex</SEX_LABEL>
    <ETHNIC_LABEL>Ethnicity</ETHNIC_LABEL>
    <BIRTH_DATE_LABEL>Date of Birth</BIRTH_DATE_LABEL>
    <SPECIAL_ED_LABEL>Special Ed</SPECIAL_ED_LABEL>
    <ACTIVE_LABEL>Active</ACTIVE_LABEL>
    <SCHOOL_LABEL>School</SCHOOL_LABEL>
    <YEAR_LABEL>Year</YEAR_LABEL>
    <CLUSTER_CODE_LABEL>Cluster</CLUSTER_CODE_LABEL>
    <BIRTH_PLACE_LABEL>Place</BIRTH_PLACE_LABEL>
    <YR_OF_GRAD_LABEL>Year of Graduation</YR_OF_GRAD_LABEL>
    <PREVIOUS_SCHOOL_LABEL>Previous School</PREVIOUS_SCHOOL_LABEL>
    <PRIMARY_LANGUAGE_LABEL>Primary Language</PRIMARY_LANGUAGE_LABEL>
    <HOME_LANGUAGE_LABEL>Home Language</HOME_LANGUAGE_LABEL>
    <GENERIC_ALERT_LABEL>Alert</GENERIC_ALERT_LABEL>
    <CITIZENSHIP_CODE_LABEL>Citizenship Code</CITIZENSHIP_CODE_LABEL>
    <CONTACT_REL_DESC_LABEL>Relation</CONTACT_REL_DESC_LABEL>
    <CONTACT_NAME_LABEL>Last Name</CONTACT_NAME_LABEL>
    <PHONE_LABEL>Phone#</PHONE_LABEL>
    <PHONE_DESCRIPTION_LABEL>Phone Description</PHONE_DESCRIPTION_LABEL>
    <EMERGENCY_PHONE_LABEL>Emergency Phone</EMERGENCY_PHONE_LABEL>
    <EMERGENCY_DESCRIPTION_LABEL>Emergency Description</EMERGENCY_DESCRIPTION_LABEL>
    <WORK1_PHONE_LABEL>Work Phone</WORK1_PHONE_LABEL>
    <WORK1_DESCRIPTION_LABEL>Work Phone Description</WORK1_DESCRIPTION_LABEL>
    <WORK2_PHONE_LABEL>2nd Work Phone</WORK2_PHONE_LABEL>
    <WORK2_DESCRIPTION_LABEL>Work Phone 2 Description</WORK2_DESCRIPTION_LABEL>
    <CELL_PHONE_LABEL>Cell Phone</CELL_PHONE_LABEL>
    <CELL_DESCRIPTION_LABEL>Cell Description</CELL_DESCRIPTION_LABEL>
    <CELL2_PHONE_LABEL>2nd Cell Phone</CELL2_PHONE_LABEL>
    <CELL2_DESCRIPTION_LABEL>Cell Phone 2 Description</CELL2_DESCRIPTION_LABEL>
    <CONTACT_EMAIL1_LABEL>Primary Email</CONTACT_EMAIL1_LABEL>
    <CONTACT_EMAIL2_LABEL>Secondary Email</CONTACT_EMAIL2_LABEL>
    <CAN_PICK_UP_STUDENT_LABEL>Can Pick Up Student</CAN_PICK_UP_STUDENT_LABEL>
    </ROWSET1_ROW>
    </ROWSET1>
    - <ROWSET2>
    - <ROWSET2_ROW>
    <GROUP_FIELD>D0056</GROUP_FIELD>
    <STUDENT_ID>D0056</STUDENT_ID>
    <STATE_STU_ID>11223</STATE_STU_ID>
    <STUDENT_NAME>Abarquez, Janelle Beatrice</STUDENT_NAME>
    <GRADE_LEVEL>10</GRADE_LEVEL>
    <COUNSELOR_NAME>Cahill C</COUNSELOR_NAME>
    <HOMEROOM>100</HOMEROOM>
    <SEX>F</SEX>
    <ETHNIC>Black / African American (02)</ETHNIC>
    <BIRTH_DATE>10/02/1993</BIRTH_DATE>
    <SPECIAL_ED>004</SPECIAL_ED>
    <ACTIVE>Active</ACTIVE>
    <SCHOOL>001</SCHOOL>
    <SCHOOL_YEAR>2008</SCHOOL_YEAR>
    <YR_OF_GRAD>2012</YR_OF_GRAD>
    <PREVIOUS_SCHOOL>004</PREVIOUS_SCHOOL>
    <PRIMARY_LANGUAGE>French (FRA)</PRIMARY_LANGUAGE>
    <HOME_LANGUAGE>English (ENG)</HOME_LANGUAGE>
    <BIRTH_PLACE>Toms River, NJ United States</BIRTH_PLACE>
    <CITIZENSHIP_CODE>B</CITIZENSHIP_CODE>
    <GENERIC_ALERT>Student has an extreme allergy to peanuts, carries an epi-pen.</GENERIC_ALERT>
    <CLUSTER_CODE>7th Grade Team 4 (7D)</CLUSTER_CODE>
    <PRIORITY>1</PRIORITY>
    <CONTACT_RELATION />
    <CONTACT_REL_DESC>Parents</CONTACT_REL_DESC>
    <CONTACT_NAME>Mr. & Mrs. Ricardo and Janelyn Abarquez</CONTACT_NAME>
    <ADDRESS_LINE1>2334 MAIN STR</ADDRESS_LINE1>
    <ADDRESS_LINE2 />
    <ADDRESS_LINE3 />
    <PHONE>(732) 444-4587</PHONE>
    <PHONE_DESCRIPTION>DKDK OEO RA EPO IRAP RAP RPRIA PAIRPIEP A FIPE P</PHONE_DESCRIPTION>
    <PHONE_UNLISTED />
    <EMERGENCY_PHONE />
    <EMERGENCY_DESCRIPTION />
    <EMERGENCY_UNLISTED />
    <CELL_PHONE />
    <CELL_DESCRIPTION />
    <CELL_UNLISTED />
    <CELL_EXTENSION />
    <CELL2_PHONE />
    <CELL2_DESCRIPTION />
    <CELL2_UNLISTED />
    <CELL2_EXTENSION />
    <WORK1_PHONE />
    <WORK1_DESCRIPTION />
    <WORK1_UNLISTED />
    <WORK1_EXTENSION />
    <WORK2_PHONE />
    <WORK2_DESCRIPTION />
    <WORK2_UNLISTED />
    <WORK2_EXTENSION />
    <CONTACT_EMAIL1 />
    <CONTACT_EMAIL2 />
    <CAN_PICK_UP_STUDENT>Can Pick Up Student</CAN_PICK_UP_STUDENT>
    <MON_PICK_UP />
    <TUE_PICK_UP>Tuesday</TUE_PICK_UP>
    <WED_PICK_UP>Wednesday</WED_PICK_UP>
    <THU_PICK_UP>Thursday</THU_PICK_UP>
    <FRI_PICK_UP>Friday</FRI_PICK_UP>
    <SAT_PICK_UP>Saturday</SAT_PICK_UP>
    <SUN_PICK_UP>Sunday</SUN_PICK_UP>
    <RELATION_RESIDES>Residence</RELATION_RESIDES>
    </ROWSET2_ROW>
    - <ROWSET2_ROW>
    <GROUP_FIELD>600</GROUP_FIELD>
    <STUDENT_ID>600</STUDENT_ID>
    <STATE_STU_ID>600600</STATE_STU_ID>
    <STUDENT_NAME>LaMantia, Andrew</STUDENT_NAME>
    <GRADE_LEVEL>09</GRADE_LEVEL>
    <COUNSELOR_NAME>Morgan L</COUNSELOR_NAME>
    <HOMEROOM>100</HOMEROOM>
    <SEX>M</SEX>
    <ETHNIC>White (01)</ETHNIC>
    <BIRTH_DATE>01/29/2000</BIRTH_DATE>
    <SPECIAL_ED />
    <ACTIVE>Active</ACTIVE>
    <SCHOOL>001</SCHOOL>
    <SCHOOL_YEAR>2008</SCHOOL_YEAR>
    <YR_OF_GRAD />
    <PREVIOUS_SCHOOL />
    <PRIMARY_LANGUAGE />
    <HOME_LANGUAGE />
    <BIRTH_PLACE />
    <CITIZENSHIP_CODE />
    <GENERIC_ALERT>this is a test alert this is a test alert this is a test alert this is a test alert this is a test alert this is a test alert this is a test alert this is a test alert this is a test alert this is a test alert this is a test alert this is a test alert this is a test alert this is a test alert this is a test alert this is a test alert this is a test alert this is a test alert this is a test alert this is a test alert this is a test alert this is a test alert this is a test alert this is a test alert</GENERIC_ALERT>
    <CLUSTER_CODE>7th Grade Team 2 (7B)</CLUSTER_CODE>
    <PRIORITY>1</PRIORITY>
    <CONTACT_RELATION />
    <CONTACT_REL_DESC>Parents</CONTACT_REL_DESC>
    <CONTACT_NAME>Mr Christopher Kopacko</CONTACT_NAME>
    <ADDRESS_LINE1>176 Colonial Dr</ADDRESS_LINE1>
    <ADDRESS_LINE2>Lakewood, NJ 08701</ADDRESS_LINE2>
    <ADDRESS_LINE3 />
    <PHONE>(732) 999-9999</PHONE>
    <PHONE_DESCRIPTION>DKDK OEO RA EPO IRAP RAP RPRIA PAIRPIEP A FIPE P</PHONE_DESCRIPTION>
    <PHONE_UNLISTED />
    <EMERGENCY_PHONE />
    <EMERGENCY_DESCRIPTION>393A I FA IUFQOI UR9U4Q TUAUAI;RU 04509 5QQ540 405</EMERGENCY_DESCRIPTION>
    <EMERGENCY_UNLISTED />
    <CELL_PHONE>(732) 777-7779</CELL_PHONE>
    <CELL_DESCRIPTION />
    <CELL_UNLISTED />
    <CELL_EXTENSION />
    <CELL2_PHONE>(732) 666-6660</CELL2_PHONE>
    <CELL2_DESCRIPTION />
    <CELL2_UNLISTED />
    <CELL2_EXTENSION />
    <WORK1_PHONE>(732) 555-5550</WORK1_PHONE>
    <WORK1_DESCRIPTION />
    <WORK1_UNLISTED />
    <WORK1_EXTENSION />
    <WORK2_PHONE>(732) 444-4440</WORK2_PHONE>
    <WORK2_DESCRIPTION />
    <WORK2_UNLISTED />
    <WORK2_EXTENSION />
    <CONTACT_EMAIL1>[email protected]</CONTACT_EMAIL1>
    <CONTACT_EMAIL2>[email protected]</CONTACT_EMAIL2>
    <CAN_PICK_UP_STUDENT>Can Pick Up Student</CAN_PICK_UP_STUDENT>
    <MON_PICK_UP>Monday</MON_PICK_UP>
    <TUE_PICK_UP>Tuesday</TUE_PICK_UP>
    <WED_PICK_UP>Wednesday</WED_PICK_UP>
    <THU_PICK_UP>Thursday</THU_PICK_UP>
    <FRI_PICK_UP>Friday</FRI_PICK_UP>
    <SAT_PICK_UP>Saturday</SAT_PICK_UP>
    <SUN_PICK_UP>Sunday</SUN_PICK_UP>
    <RELATION_RESIDES>Residence</RELATION_RESIDES>
    </ROWSET2_ROW>
    </ROWSET2>
    - <ROWSET3>
    - <ROWSET3_ROW>
    <SIB_GROUP_FIELD>D0056</SIB_GROUP_FIELD>
    <SIB_STUDENT_ID>D0055</SIB_STUDENT_ID>
    <SIB_STUDENT_NAME>Abarquez, Johanna Andrea IV</SIB_STUDENT_NAME>
    <SIB_GRADE_LEVEL>11</SIB_GRADE_LEVEL>
    <SIB_BIRTH_DATE>06/09/1992</SIB_BIRTH_DATE>
    <SIB_SCHOOL>005</SIB_SCHOOL>
    </ROWSET3_ROW>
    - <ROWSET3_ROW>
    <SIB_GROUP_FIELD>600</SIB_GROUP_FIELD>
    <SIB_STUDENT_ID>CHS09010</SIB_STUDENT_ID>
    <SIB_STUDENT_NAME>Abbot, Donna</SIB_STUDENT_NAME>
    <SIB_GRADE_LEVEL>10</SIB_GRADE_LEVEL>
    <SIB_BIRTH_DATE>08/15/1990</SIB_BIRTH_DATE>
    <SIB_SCHOOL>011</SIB_SCHOOL>
    </ROWSET3_ROW>
    - <ROWSET3_ROW>
    <SIB_GROUP_FIELD>600</SIB_GROUP_FIELD>
    <SIB_STUDENT_ID>CHS09010</SIB_STUDENT_ID>
    <SIB_STUDENT_NAME>Abbot, Donna</SIB_STUDENT_NAME>
    <SIB_GRADE_LEVEL>09</SIB_GRADE_LEVEL>
    <SIB_BIRTH_DATE>08/15/1990</SIB_BIRTH_DATE>
    <SIB_SCHOOL>001</SIB_SCHOOL>
    </ROWSET3_ROW>
    - <ROWSET3_ROW>
    <SIB_GROUP_FIELD>600</SIB_GROUP_FIELD>
    <SIB_STUDENT_ID>CHS09010</SIB_STUDENT_ID>
    <SIB_STUDENT_NAME>Abbot, Donna</SIB_STUDENT_NAME>
    <SIB_GRADE_LEVEL>09</SIB_GRADE_LEVEL>
    <SIB_BIRTH_DATE>08/15/1990</SIB_BIRTH_DATE>
    <SIB_SCHOOL>002</SIB_SCHOOL>
    </ROWSET3_ROW>
    </ROWSET3>
    </REGION>
    </DOCUMENT>
    One Student prints on a page (rowset2). I need to print data from rowset3 for each student, (group field = sib_group_field).
    How do I accomplish this?

    [email protected] wrote:
    I finally have gotten a chance to try this and it seemed to be working pretty well. Problem is when the xml file is large 14,246 KB, I get an error box with the following after about 2 minutes.
    ConfFile: C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\config\xdoconfig.xml
    Font Dir: C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\fonts
    Run XDO Start
    Template: C:\Temp\STU_SCHEDULE_PRINT.rtf
    RTFProcessor setLocale: en-us
    FOProcessor setData: I:\Application_Express\reports\stu_schedule_print_hampton.xml
    FOProcessor setLocale: en-us
    Under my processes there is a javaw.exe process eating up all my cpu, then after about 11 minutes the report will display.
    I see there is the data template version, but we are calling the report from APEX using apex_util.download_print_document and I do not know how to implement the data template in APEX.Hi,
    were you able to resolve this error? (Not the master detai report-multiple quesries, but the error you quoted in this post)
    My xml file is of *30,613KB* size.
    Even I am getting the same error when I try the preview the report through Template Builder
    and also, My original report is giving me a blank report. I have a standalone Bi Publisher environment which gathers data through SQL statement.
    How did you handle this?

  • Dunning Report Print Layout Issue

    Hi
    I have a problem with the Dunning Report Print layout (Dunning All (system)). In the wizard I select all the Invoices (Which are over due and current) for the BP and sent to printer.
    In the print out all the due dates are mixed with the acctual Due dates.
    Acctuall Invoices
    Doc No.                  DOC Due            Level
    ======================================
    10000                     05.11.07              2
    10001                     25.02.08              1
    10002                     03.03.08              1
    10003                     03.04.08              0
    Print out
    Doc No.                  DOC Due            Level
    ======================================
    10000                     05.11.07              2
    10001                     03.03.08              1
    10002                     03.04.08              0
    10003                     25.02.08              1
    How can I fix this. This is coming from the System template and we havent change anything.
    Could you please help me.
    Thanks
    Sanjaya

    Hi
    I solved the problem. But the issue was when i ran the dunning wizard the layouts messed up. For example if I had a dunning letter with 3 lines (overdue documents). The last line would copy itself 4-6 times (it would show the last document 4-6times so the total lines in the dunning letter would be 7-9 lines). But I solve the issue. Somehow the attention person (which I got from the contact persons (ocrp) and not from the document contact person (oinv) ) did the issue. When i switch it to the oinv the issue was gone.
    kind regards
    Søren
    Edited by: Bundgaard Søren Hollænder on Jan 26, 2009 9:56 AM

  • Adding a Crystal Report (report or layout) in a specific menu location

    Hi,
    i want to import a CR Report through SDK.
    I found an example in the sdk help center. You can find it searching 'Adding a Crystal Report (report or layout)'.
    It works but going in the Report and layout manager i find it under 'Lost Reports'.
    i cannot find a way to specify the MENU LOCATION just like the Import Wizard allows.
    Can anyone help me?
    Thanks
    Paolo

    hi how you solve this??

  • Delete Crystal Report Design in Report and Layout Manager

    Hi All
    How to permanently delete a customised Crystal Report Design imported in Report and Layout Manager?
    There is no Delete button at all unlike Form Design?
    Kedalene Chong

    Hi Nagarajan
    Please see image attached, already login as superuser but there is no Delete button for imported Crystal Report Design in Report and Layout Manager.

  • How to run the same SSRS report multiple times, each time with a different parameter value?

    Hi,
    I have an SSRS report that produces a list of invoices for a single supplier (so supplier is a parameter specified at runtime). The report is based on a stored procedure in SQL. I would like to make things easier and instead of going through all suppliers
    one by one, I want to have a single action, which produces separate reports, per supplier, for all suppliers that have an outstanding invoice (so not all suppliers on the system as a whole but all suppliers that are within the result set of the stored procedure).
    I assume this would mean first executing the stored procedure to find all suppliers that have invoices at the time. And then running the report multiple times, once for each supplier, where the supplier value is used as the parameter every time. ideally
    this would open separate webpages with a single report per page. (I am creating a button in another software, which is simply launching iexplore.exe and passing a
    fixed SSRS report URL).
    What would be required? I have SQL 2012 and I am building this in Report Builder 3.0.
    Thank you!
    Dimitar
    P.S. What about still running ONE report, but every supplier starting on a new page? Is that more realistic? So supplier will not be a parameter any more, but just something that creates a new page on the report?

    What
    about still running ONE report, but every supplier starting on a new page? Is that more realistic? So supplier will not be a parameter any more, but just something that creates a new page on the report?
    Yes thats a much better option. Its very easy to generate such a report in SSRS. You dont need a parameter
    in that case but just needs to add Supplier as a grouping field in the tablix. Then add other columns and groups if required. Select option set page break after each instance of the group for first grouping (ie based on supplier field). Then report will render
    with one page per supplier. On exporting to excel also each supplier data goes to a different tab
    Here's a similar requirement I did for one of my projects
    http://visakhm.blogspot.in/2013/10/using-ssrs-to-export-sqlserver-data-to.html
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Report and Layout Import Wizard does not work

    We used the Report and Layout Import Wizard extensively in 8.80 with no problems encountered.
    We are now upgraded to 8.81 PL07.  This is the first attempt at using the wizard in 8.81.  The intro window of the wizard, with 'To Start, use the "Next" button' message is as far as I can get.  The "Next" and "Cancel" buttons are inoperative - when I click them, there is no response (but they are not greyed out).  The program has not crashed - I can move the window, and the "X" close button at top right works, but nothing else does.  I am logged in as a superuser, running B1 in an RDP session on the server, same as under 8.80.
    Any ideas out there?

    Hi,
    This is a 8.81 PL07 bug!
    I had the same problem this week, and i found the note [1615932 - Buttons "Cancel" and "Next" are inactive in Report and layout import wizard window], that says that it is corrected on PL08!
    Regards,
    Alice

  • Download alv report using layout variant in background

    Hi All,
    I want to download an Alv report using layout varaint in background job.
    can any one please help me.
    i.e...
    I am facing a problem in downloading a text file to the Application server.
    My requirement is, when the user downloads a file with the layout variant, the file should have only the columns which was selected in the variant.
    Will rewards to helpfull ans
    regards
    Chetan

    hey seshu,
    I am facing a problem in downloading a text file to the Application server.
    My requirement is, when the user downloads a file with the layout variant, the file should have only the columns which was selected in the variant.

  • Transaction Journal Report - Print Layout Design

    Hi all
    Is it possible to add Journal Entry Project Codes to this Transaction Journal Report (Print Layout Design)?
    I tried to add Journal Entry Project Codes to this system PLD but the result still not showing any Project Code.
    Kedalene

    Hi Kedalene Chong
    ou don't need a list of variables to use them. Simply go to View -> System Information so whenever you hover around a field with the cursor, in the left bottom corner of the screen you will see the details of that screen along with the variable number if it is a variable.
    So you will see something like:
    [Form=139 Item=29 Pane=0 Variable=91]
         -> in this case the variable number is 91 - use it in Print Layout Designer.
    So you can just use the variable specified in these details. When creating the print layout, just go back to your form, stand on a field with your mouse and you will see what variable to use.
    Also Check with the PLD Variables Note No 867048...
    Symptom
    Using system variables when designing a print template for the General Ledger report.
    Please note that variable numbers might change when upgrading to a higher version.
    Cause
    FAQ
    Solution
    Field Name
    Variable Number
    Posting Date
    62
    Due Date
    63
    Document Date
    112
    Series
    140
    Document Number
    141
    Transaction Number
    65
    Journal Voucher
    66
    Reference 1
    67
    Reference 2
    68
    Reference 3
    69
    Details
    70
    Transaction Code
    71
    Project Code
    72
    Costing Code
    73
    Offsetting Account
    74
    Indicator
    137
    Total (LC)
    75
    Debit (LC)
    96
    Credit (LC)
    95
    Balance (LC)
    76
    Total (SC)
    77
    Debit (SC)
    98
    Credit (SC)
    97
    Balance (SC)
    78
    Total (FC)
    79
    Debit (FC)
    100
    Credit (FC)
    99
    Balance (FC)
    80
    Creator
    138
    Internal Reconciliation
    131
    External Reconciliation
    132
    System variables from the Business Partner Master Data window available for use in the General Ledger report:
    Phone
    117
    Fax
    118
    Contact Name
    119
    Address
    120
    Sales Employee
    133
    Remarks
    134
    Full Address
    135
    Hope Hepful
    Regards
    Kennedy

  • Multiple Layouts in a single JFrame

    Hi,
    Is it possible to have multiple layouts in a single JFrame ? What I need to do is that I need to have following components in a SINGLE content pane of a JFrame:-
    A) 2 Labels
    B) 1 Button
    C) 1 4x4 Grid of buttons
    Now implement (C) I need to use GridLayout for nide grid like looks like
    mContentPane.setLayout(new GridLayout(4,4));
    But (A) and (B) obviously shouldn't be part of Grid. So I assume I need to use different layout in the same content pane. Any idea how can I accomplish this ?
    Thanks

    import java.awt.*;
    import javax.swing.*;
    class Testing extends JFrame
      public Testing()
        setLocation(400,300);
        setDefaultCloseOperation(EXIT_ON_CLOSE);
        JPanel main = new JPanel(new BorderLayout());
        JPanel top = new JPanel(new GridLayout(4,4));
        for(int x = 0; x < 16; x++) top.add(new JButton(""+(x+1)));
        JPanel bottom = new JPanel();
        bottom.add(new JLabel("JLabel 1"));
        bottom.add(new JButton("JButton"));
        bottom.add(new JLabel("JLabel 2"));
        main.add(top,BorderLayout.CENTER);
        main.add(bottom,BorderLayout.SOUTH);
        getContentPane().add(main);
        pack();
      public static void main(String[] args){new Testing().setVisible(true);}
    }

  • Oracle reports Page layout problem in HTML

    Hi,
    I am Using Oracle Reports6i to create my web reports. I found some problem with my reports page layout.
    When I print my report from browser which is generated in html, it prints my first page's page number in begining of my second page and it continues in all pages disordering the report.
    When I try to print from report builder It prints perfectly.
    I want to know how do I control my page layout in html without asking user to set anything in browser each time they print.
    Please try to help me with this.
    Thank you
    Regards
    Rajesh Sharma
    null

    dear rajesh
    i was also facing same problem,try these things it may help
    change the desformat=htmlcss
    destype=file
    and desname=(name of file where
    u want the output) ex. c:\pi.html
    after that open that file i believe it wiil be alright,pls confirm me at [email protected]
    bye
    null

  • Report Template Layout Editing

    Hi all,
    I have few questions to check with you with regards to the report creation process.
    I read on the SAP help portal and it states the report creation process.
    Step 1 u2013 Create Report template (i.e. using CG42)
    Step 2 u2013 Edit the report layout
    I am stuck on this step as the explanation on this report template layout editing is very confusing.
    Two Questions:
    1 u2013 Do you have any documentation or any website (i.e. other than SAP help portal) that explain the step by step with screenshot on how to edit the report template layout? if you have the document can you send to me using my profile address?
    2 u2013 If I want to import a report template (i.e. a report template that had already went through all the editing process), how to import it into the SAP, what steps and what transaction codes is used for this step?
    Thanks
    Karen.

    Hi Karen,
    Q) What is difference between T.code CG3Z & T.Code to CG34? I bet the one that allow me to import the report template is CG34?
    Ans: e.g. you file has saved on Desktop. so first step is to upload the file from Deskop to Application Server which is CG3Z
    and once it is uploaded to Application Server ( Directories), you can import the template from Application Server ( Directories) to Libraries with the help of CG34.
    CG34 can only import from Directories and not from the Desktop. so both the T.code must be used in sequential manner.
    Q) How do I drag and drop those symbol into the Microsoft word sheet on the right screen?
    Ans: once you open the CG42. here select the Symol Tree which is nothing but the Property Tree of Specification Workbench.
    selec the appropriate Value Assignment and Characterstic and then Below to that that is Buttion  "Insert WWI Object in Template" ( + Symbol in Green Colour) , click that Button to Addd it to template. then add the Main Repeating Group i.e. Value Assignment Name the again click on "Insert WWI Object in Template" to add the same to Templates.
    Q) After I had imported an external report template into the SAP, how to open it up in the SAP in order to allow me to view it or to edit it?
    Ans: See once the ready made template is imported the you can directly assing that template to Generation Variant in CG2B.
    If I have statisfied your queries, please grant me the points.
    Regards,
    Amol Joshi

  • Missing reports in Report and Layout manager

    Hi Experts,
    i need to convert with Crystal Converter some PLD Tax reports.
    The problem is that under Tax Reports tree, in report and layout manager, reports of typecode 'RB01' are missing!
    Why are they missing??
    Is there any other way to convert them even if missing?
    i can see them in the tax report form, selecting tax register block and press ok.
    From the print layout designer they are listed.
    Please help.
    Thanks
    Paolo

    Hi Paolo,
    What is your B1 PL? Have you solved your problem? Try to upgrade to the latest PL if you are not in it.
    Thanks,
    Gordon

  • Multiple layouts per portal

    i would like to create a look and feel like amazon.com(and many other sites) with tabs and each tab having different layout.
    since a portal can only have one layout per group, how can this be done.
    i was thinking of having multiple portals and then switch the user to different portals depending on the tab clicked.
    but that is clumsy with all that session information transfering and admin setup.
    i saw in you api that there is something called a category and that you can get a layout using a category as an argument.
    is there going to be native support for multiple layouts per portal? if so, when, next release?

    Hi Thomas,
    you have several options with the portal standard:
    1.) If the user only has one role assigned at a time you can attach the portal layout to the roles. So depending on the role the user has he sees the respective layout - BUT: how to asign the two roles to the user!? This can only be done by admins and I assume that it is no intended to call the admins every time the user needs the other role?
    2.) The entry to the portal is realized with different urls like http://yourportal.com/VIEW1 and http://yourportal.com/VIEW2.
    VIEW1 and VIEW2 are so called portal aliases and you can attach the different layouts to those aliases.
    BUT: the two roles have nothing to do with the aliases so you still have the problem of role assignment.
    3.) Each person gets two users with each user assigned to one role and one layout assigned to the user or group or role...
    Anyhow: I would ask the people who brought up the idea of two different layouts - WHY?? A portal is ONE single point of entry for EVERY application and information a user needs. So why two different layouts? And what, if five others are coming each bringing their own layouts, too?
    4.) If you really want to have different layouts each time a different top-level navigation point is active you have to program your own portal component. That would fit your needs but is besides standard.
    Hth,
    Michael

Maybe you are looking for

  • MBP freeze booting from any drive

    My MBP is two years old. It has recently started freezing unpredictably. Total lock-out freeze. No movement whatsoever, mouse stops, nothing reponds. Hard reset required. Often gives the grey "you need to restart multilingual screen" on powering up a

  • Why do my applications keep unexpectedly closing?

    Everytime I open an application on my mac book pro it automatically sends me to an error message saying "insert name of application" quit unexpectedly click reopen to open the application again. This report will be sent to Apple automatically. Once i

  • Premiere Creates New .CFA files every time I open the project

    I have a project that contains 2 long (70 min.) clips.  Each time I open the project, Premiere conforms the audio for both clips.  I save the project, close Premiere, open it right back up and it starts conforming the audio again. I have tried changi

  • Disk icon doesnt show up in ibook 10.2 install

    Hi, I'm trying to reinstall 10.2 on my iBook g3 600mhz. When I boot from the install cd, I get to the point in the installer where I can select the disk to install on, but no disk shows up...The hard drive nor the CD. I've tried wiping the hard drive

  • Assignment of Tolerance Group to Customers - Urgent

    Hi all, I have created a new tolerance group (for limiting 10 rs gain and 10 rs loss) for customers in OBA3. Now the issue is that I want to assign that tolerance group to all customers of plant 5000. How can i do that?? Its a front end activity or I