Report Issue - Scott Schema

In Schott Sema I have issue of printing
For each dept , i would like to print as below ( for all depts)
First page is - Front Cover page with employee name & Master details
Second Page should start with job name
Under each job - should print all emplyees - emp no, name, salry
Third page shold print back cover page with company logo and information.
This above should print for all pages.
--------- I have created below
Group above - with deptno, job, empno
But i am not getting what i want...
Request your help
Thanks

O.Developer wrote:
In Schott Sema I have issue of printing
For each dept , i would like to print as below ( for all depts)
First page is - Front Cover page with employee name & Master details
Second Page should start with job name
Under each job - should print all emplyees - emp no, name, salry
Third page shold print back cover page with company logo and information.
This above should print for all pages.
--------- I have created below
Group above - with deptno, job, empno
Hi O.Developer,
Please always provide your tools version. Assuming you are using Reports 10g.
For each dept , i would like to print as below ( for all depts)
First page is - Front Cover page with employee name & Master detailsWhat do you mean by master details ? is it employee name and details ? if yes...
Create one Query with deptno,emp no, name, salry and second query with deptno,employee name and Master details
Link query one and two by deptno
In report Paper Layout you can set them pages where you want. You can scroll down and up.
Take a repeating frame and set property for query one
show dept no from query one and others from query two in another repeating frame
Second Page should start with job name
Under each job - should print all emplyees - emp no, name, salrygo to page two and take another repeating frame and set query one property and show emplyees - emp no, name, salry
Third page shold print back cover page with company logo and information.go third page and show necessary info that you want.
Hope this helps..
Hamid

Similar Messages

  • CRS Report Definition for Schema

    Hello,
    We have CRS installed and have defined some reports using the CRS client.
    It seems that when you define a report, the Oracle Schema is selected as part of the report itself, which is fine.
    Now we are trying to integrate our application with CRS and we would like to 'Programmatically' define the schema, using OpenDocument URL? Is this possible?
    So in summary :- What we have now is as follows:
    1. From our application we select some data
    2. Using OpenDocument we construct the URL with the report id# and send the context using the 'promptex' variable
    3. The report show ups just fine - the report is already predefined with the correct schema and database parameters.
    Objective now:-
    - be able to dynamically define programatically what the schema is, as we may have an instance with multiple projects/schemas?
    Any ideas?
    thanks
    Henry

    Please re-post if this is still an issue to the Business Objects Forum or if you have a valid support contract create a case on line.

  • Stage Analysis Report Issue

    Hi,
    I have run a stage analysis report but it says no data inspite of open opportunities being present in the system. Could anyone kindly let me know what could be the issue?
    Regards
    Sharat

    Hi Sharat,
    Welcome you to the forum. Please close your first thread.
    Regarding your Stage Analysis Report Issue, what selection has been made? This report show closed opportunity only.
    Thanks,
    Gordon

  • GR/IR GL Reporting Issue

    1. 30 documents of 2009 were matching and post with clear is perfomred. After performing post with clear also the line items are not moving from open line items. When we download the open line items as of today, these line items are appearing.
    2. When we download the ZBLRFIOI report for GRIR a/c 349100 to have the opne line items. we have some set of documents showing as " FI Open items without J2" - This is reporting issues.
    Thanks
    Mallikarjuna

    Hi
    Pls try with F.13 for that GR/IR account 349100 by selecting check box select gl accounts
    And give Company code, year and pending document numbers in selection screen
    And before that pls make sure that OB74 clearing settings maintained or not
    It will clear all the open items exists
    Reg
    Vishnu

  • BW Reporting Issue

    Hi,
    I am facing one reporting Issue relating to Display Attributes.
    Characteristic: Business Partner
    Display Attributes: Address0, Address1, Address3...etc.
    Requirement is to display mentioned Display attributes along with Business Partner.
    For this I have selected Business Partner as characteristic and mentioned above three as display attributes to Business Partner.
    But Query out put is not showing Display attributes. For this I have done all settings at reporting level, all gone vain.
    I am using Bex 7.0.
    Kindly look in to the Issue and let me know the solution.
    Regards,
    Venkat.Mahipathi.
    09886652422.
    [email protected]

    Hi,
    Check in Reporting properties or check attributes in analyzer proprties then it will display  
    ************asign points if usefull***********
    swapna

  • Can we call a report program or schemas in  Routine [dynamic action] ???

    Dear SAP Crew,
    In dynamic action, we can call routines through indicatiors.
    In that routine, Can we call a report program or schemas???
    Kindly clarify with some scenario.
    Thks & Rgds
    Krish Sathya

    Hi Krish,
    In the routine you should be able to SUBMIT the program/report you need to execute.
    Cheers,
    Aditya

  • Scott schema not included in Oracle 12c?

    I just downloaded Oracle 12c however I noticed that there's no scott.sql in the oracle directories.. (/rdbms/admin/scott.sql)
    Tried downloading scott.sql and add but it wasn't added successfully as I checked for scott username from dba_users as said in this guide: Oracle Training - Oracle Video Tutorial | Installing the SCOTT schema | Oracle Tutorials - YouTube
    Is there anyway to add it?
    I also needed the other tables EMP, DEPT, etc.. for my final project.
    Thank you!

    That is not an official Oracle video, so the content is questionable.
    I have not installed 12c personally, but this link may be helpful - Contents
    HTH
    Srini

  • User report issues in 1.1.0.21.97

    A couple of issues i'm experiencing with user reports on Mac OS X in the latest pre-releas build
    first off, if I am asked for a password (first time I use the connection) there is no feedback if the connection fails (worng password for instance)
    The second problem I'm facing is every time I try to rerun a certain master-detail report I'm getting an NPE
    this is the stacktrace:
    22-nov-2006 15:37:31 oracle.report.addin.ReportEditor updateContent
    INFO: ReportEditor.updateContent()
    22-nov-2006 15:37:33 oracle.dbtools.raptor.controls.display.DisplayResultTable getUI
    INFO: DisplayResultTable.getUI()
    Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    at oracle.dbtools.raptor.controls.display.DisplayPanel.refresh(Unknown Source)
    at oracle.dbtools.raptor.controls.display.DisplayPanel.refresh(Unknown Source)
    at oracle.report.addin.ReportEditor$1.actionPerformed(Unknown Source)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
    at java.awt.Component.processMouseEvent(Component.java:5554)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
    at java.awt.Component.processEvent(Component.java:5319)
    at java.awt.Container.processEvent(Container.java:2010)
    at java.awt.Component.dispatchEventImpl(Component.java:4021)
    at java.awt.Container.dispatchEventImpl(Container.java:2068)
    at java.awt.Component.dispatchEvent(Component.java:3869)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
    at java.awt.Container.dispatchEventImpl(Container.java:2054)
    at java.awt.Window.dispatchEventImpl(Window.java:1774)
    at java.awt.Component.dispatchEvent(Component.java:3869)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    reloadBuffers(): 53 nodes checked in 0.006489 second(s)
    reloadBuffers(): 53 nodes checked in 0.005422 second(s)
    reloadBuffers(): 53 nodes checked in 0.004306 second(s)
    22-nov-2006 15:43:17 oracle.report.addin.ReportEditor updateContent
    INFO: ReportEditor.updateContent()
    only happens with master-detail report
    Message was edited by: Barsema
    barsema

    We have verified the connection error on the latest evaluation build is working as expected. i.e. if you supply wrong password you get alerted to that. This has been verified on the windows and Mac OS X. Please try the latest evaluation release 1.1.0.22.71.
    Your reports issue has also been addressed.
    Sue

  • How to get emp and dept tables of scott schema if they acdientally deleted

    Hii I accedentally modifiled emp and dept tables in scott schema.... Can you please tell how to recreate fresh emp and dept tables ? is there any way to get emp and dept tables? please help regarding this

    If you are on Oracle 10g version...
    The demo tableds under scott schema can be created using oracle supplied script.
    http://www.oracle.com/technology/sample_code/tech/sql_plus/htdocs/demobld.html
    Alternatively, this script exists in $ORACLE_HOME/sqlplus/demo directory.
    vr,
    Sudhakar B.

  • Taking backup of  scott schema using dbms_job

    hi,'
    can i get some help in scheduling a backup to run everyday 3pm to take the backup of scott schema using dbms_job?
    dj.

    Hi,
    this is wat i did,
    begin
    dbms_scheduler.create_schedule ( schedule_name => 'imp1',
    repeat_interval => 'FREQ=DAILY;BYHOUR=12','programimp1',
    comments => 'schedule t run');
    dbms_Scheduler.create_program
    (program_name => 'PROGRAMIMP1',
    program_type => 'EXECUTABLE',
    program_action => '/u01/bkp.sh',
    enabled => TRUE,
    comments => 'backup of schema');
    dbms_scheduler.create_job
    (job_name => 'daily_backup',
    program_name => 'programimp1',
    schedule_name => 'imp1',
    enabled => TRUE ,
    comments => 'backup'
    end;
    i am not sure whether this is correct. i created a .sh file and gave the command for import in the file.
    is this the correct procedure?.
    Thanks.

  • RESOLVED : Windows Phone – Download reporting issue related to 11/1/14 – 11/9/14 data

    Update 3/22 - the below issue has been resolved.
    It has come to our attention that certain Windows Phone download reporting aggregations are not matching. After investigation, we found an issue related to 11/1/14 – 11/9/14 transactions.  For example, if you chose an “All
    app” aggregation (6 month view) and compared it to “Monthly by app” aggregations (6 month view), the totals weren’t matching.  The root cause of the issue was due to the 11/1/14 – 11/9/14 data not being considered for all  of the available aggregations.
    We are scheduled to fix the issue today. 
    If you have transactions between 11/1/14 – 11/9/14, you will see an increase in the following aggregation totals once the fix is completed:
    Monthly aggregations (6 and 12 month views) by app and in-app aggregations
    Cumulative downloads – app and in-app aggregations
    Please note, this is strictly a download reporting issue.  There is no impact to any payout reporting or payout amounts.
    When the fix has been completed, I will update this post.
    Thanks,
    Patrick

    Update 3/22 - the below issue has been resolved.
    It has come to our attention that certain Windows Phone download reporting aggregations are not matching. After investigation, we found an issue related to 11/1/14 – 11/9/14 transactions.  For example, if you chose an “All
    app” aggregation (6 month view) and compared it to “Monthly by app” aggregations (6 month view), the totals weren’t matching.  The root cause of the issue was due to the 11/1/14 – 11/9/14 data not being considered for all  of the available aggregations.
    We are scheduled to fix the issue today. 
    If you have transactions between 11/1/14 – 11/9/14, you will see an increase in the following aggregation totals once the fix is completed:
    Monthly aggregations (6 and 12 month views) by app and in-app aggregations
    Cumulative downloads – app and in-app aggregations
    Please note, this is strictly a download reporting issue.  There is no impact to any payout reporting or payout amounts.
    When the fix has been completed, I will update this post.
    Thanks,
    Patrick

  • SQL query on emp table(SCOTT Schema): Highest salary per department

    From emp table of SCOTT schema. I would like to know the name, sal,the deptno he belongs of the highest paid employee from each dept.
    Explaining further:
    The following query only returns deptno and max(sal) of each department. I need the name of the highest paid employee from each dept along with the below result.
    SQL> SELECT DEPTNO,MAX(SAL) FROM EMP GROUP BY deptno;
    DEPTNO MAX(SAL)
    30 2850
    20 3000
    10 5000

    It seems you want just one ename if two employees have the same highest salary. In that case you can use this construct:
    SQL> select deptno
      2       , max(sal)
      3       , max(ename) keep (dense_rank last order by sal)
      4    from emp
      5   group by deptno
      6  /
        DEPTNO   MAX(SAL) MAX(ENAME)
            10       5000 KING
            20       3000 SCOTT
            30       2850 BLAKE
    3 rijen zijn geselecteerd.Regards,
    Rob.

  • Odd Reporting Issue (ENTERPRISE)

    I have a client with some users experiencing a rather odd reporting issue. The report runs fine, but only shows values for the totals and not the line items that make up the total.
    For example, when I run the report (logged in as admin as well as under their ID), I see:
    Net Sales 1,234
    Cost Of Sales (1,111)
    Gross Margin 123
    When they log in on their machine, they see:
    Net Sales
    Cost Of Sales
    Gross Margin 123
    Very odd. I figured maybe it was an application setting, but the INI didn't look off anywhere particular.
    They are running Enterprise 6.3.1 (yeah, insert comment here on the upgrade needed).
    Any thoughts???

    Check their Effective rights, and reset them, that has worked out for me. Otherwise, try copying the user and paste it as a new user and retest; I had to delete users and recreate them to correct problems of this nature.

  • How to recreate scott schema?

    I created customized database ,version of 11g r2 .And when I try to practice the sql performance analyzer experiment,the scott schema is just an username,no data under the schema.
    How to recreate the scott schema with the original data?

    http://www.orafaq.com/wiki/Scott

  • Unable to Connect SCOTT Schema.,,

    Hi All,
    I have Installed Oracle Database in my PC. And iam connecting to Database Using 'SYSTEM' schema.
    Now i want to connect 'SCOTT' Schema. When im connecting to SCOTT Schema in TOAD it is showing the error "ORA-28000: The account is Locked".
    How can i connect to SCOTT Schema?
    Regards,
    Shabi

    Hi,
    That means you cannot connect like this..
    So you need to provide password of SYS user.
    Tell your DBA to Make the account unlock.
    or if you know sys account password then connect as sysdba and execute below command.
    alter user user_name account unlock;

Maybe you are looking for

  • The tax code entered is not defined in the company code country.

    Dear sap guru's I am facing a problem while doing invoice or while cancelling the invoice or even during Subsequent Credit/Debit Tax code V0 in procedure  is invalid    Message no. FF704 Diagnosis    The tax code entered is not defined in the company

  • Interview questions on column alias

    Hi Interviewer asked me this question. Why do we need an alias for column and is it improving query performance? I said if we select columns with same name from different table, alias is useful but no way related to query performance. is it correct?

  • Problem while uploading bank details in Vendor Master - XK01

    Hello Experts, I am encountering a problem while uploading Vebndor Master Details in Quality server . The bank details for a given bank (Eg : BankABC and Bank Key IN) throws an error saying BANK IN BANKABC DOES NOT EXIST . But , with the same details

  • Difference between file structure; iTunes, XP and Vista

    I've noticed if I use iTunes to keep my music file organized that there's a difference between the way it organizes the file structure on XP vs Vista. In Vista it puts a Music folder in the iTunes Media folder whereas on XP it puts all the music dire

  • Firewall Blocking Website without manual input

    Our firewall appears to be blocking a website without us setting it to block it. We only have basic threat detection enabled, but it seems the firewall did this on it's own, and we cannot find where to unblock the website. Anyone have any tips for ne