The layout in master detail CASE in EXCEL(SPREADSHEET) getting confused

Hi.I'm creating many reports with Report Builder 10gr2.The layout is in PDF.Also I create those reports in EXCEL mode.(I put as the documentation says DESFORMAT=SPREADSHEET).All reports are display in EXCEL have layout the same as before as PDF in the case of tabular report or in case of simple matrix report.
But if we have a complicate report with data group master-detail after the creation as EXCEL the layout getting confused and the columns with master source are in the right and center of the detail columns and finaly the layout is not readable as before.Is there any workaround or solution for this so the layout in EXCEL is the same as in PDF in all cases (TABULAR-MASTER DETAIL etc.)?
Thanks in advance Panos.

Hi.I'm creating many reports with Report Builder 10gr2.The layout is in PDF.Also I create those reports in EXCEL mode.(I put as the documentation says DESFORMAT=SPREADSHEET).All reports are display in EXCEL have layout the same as before as PDF in the case of tabular report or in case of simple matrix report.
But if we have a complicate report with data group master-detail after the creation as EXCEL the layout getting confused and the columns with master source are in the right and center of the detail columns and finaly the layout is not readable as before.Is there any workaround or solution for this so the layout in EXCEL is the same as in PDF in all cases (TABULAR-MASTER DETAIL etc.)?
Thanks in advance Panos.

Similar Messages

  • I need to move the data from several cells in an excel spreadsheet to another computer's excel spreadsheet.

    I have a data aquisition program on computer #1(not labview)  that writes to an excel spread sheet and I would like to have a row of data transfered to another excel spreadsheet running labview(computer #2)on the same network. I would like to make this transfer of data either over the network or some other method to link these two computers (they are two feet apart). I'm not sure that datasocket would help , as it seems that the data to be moved must be written for datasocket in labview.  My other alternative is to write drivers for the device that provides the data for computer #1. This is a new one for me as the user doesn't want to give up the non-labview program on #1.
    Solved!
    Go to Solution.
    Attachments:
    Read_Value_From_Excel.vi ‏83 KB

    I would write a LabVIEW VI to read the Excel file(s) on computer n°1 and publish the data in a shared variable over the network.
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • Can I change the column spacing on just the title page of a 12 page excel spreadsheet?

    Greetings!  I am attempting to make a order form for work and need some help!  The order form is 12 pages long and consists of a title page with a table of contents and the other remaining 11 pages are the items one can purchase.  I am struggling with combining the title page and the other 11 pages on the same worksheet because the column spacing of the title sheet is different from the rest of the order form. Is there a way to combine the title page and the order form pages in the same worksheet but have different column spacing?  In other words, is there a way to have different column formats for the two????  I have to believe this is possible to do and I would really appreciate any advice!
    Cheers!

    What version of Excel are you using? I just looked at my old version, but couldn't find a way. It had a Page Break, but not a Section Break.
    There's one possibility.
    Let's say Page 1 has 7 columns - A thru G
    Put the remaining 11 pages in columns H thru N
    Is the final product going to remain in Excel format or another format like PDF? If PDF, you could save Page 1 in PDF format & then save the remaining pages in PDF format. Then combine the two files.
     Cheers, Tom

  • How to change the font of a cell in an Excel spreadsheet from within LabVIEW?

    The Font property appears to be a Read-Only property and I can not find another ActiveX Property or Method that seems to do the job.

    Devron-mouse,
    You will need to go down to the Range object and get a reference to a cell or group of cells. From there you can get font object for that range and change properties there. (This is of course dependent upon your version of Excel that you have.)
    Randy Hoskin
    Applications Engineer
    National Instruments
    http://www.ni.com/ask

  • Problem on Master Detail CRUD

    Dear All,
    I am trying to figure out how ADFBC handles Master Detail relationship as this
    is the first time where I need to handle table relationship.
    From practice, I only used one table but this time I need to manage the relationship also.
    I have two tables below. They have a one to many relationship.
    PART_ID in the PARTS_CODE table is populated by a DB sequence.
    PARTS_CODE                                   PART_DESC
         - PART_ID (PK)                              - PART_ID (PK)
         - RANGE                                   - REGION  (PK)
         - CATEGORY                              - DESCUse Case is like this:
    PARTS_CODE table holds the data on the parts while PARTS_DESC holds the information on the Region specific description of the parts.
    Now I created a View object that joins the two tables. Then I drag this View Object from
    my Data Control as an update-able table.
    I just have some questions on the implementations:
    1. When I drag the CreateInsert button and click it, I notice that it adds a new row to the
         table but I notice that it creates Input Text component only on the columns associated with
         the PARTS_CODE Table, the other columns for the PART_DESC does not have any UI components.
         How to solve this?
    2. How can I manage the relationship such that when it inserts the data on the PARTS_CODE, I need
         to get the DB sequence generated number and insert it into the PART_DESC table
    3. Any demo/links that shows CRUD operations that involves master detail tables?
    I have searched the forum for Master-Detail Crud but I only see how to display the relationship and not
    the CRUD operations.
    Found this blog also http://andrejusb.blogspot.com/2009/03/create-operation-for-master-detail.html but
    I am having trouble fully understanding it yet.
    JDEV 11G PS3
    Thanks

    Hi,
    Which of the following is your case scenario?
    1) By pressing CreateInsert, You want to have one new row with data from both tables?
    For this, You should make the reference entity to be updatable. You will find the property in the Entities level of your View Object. By creating at the same time, you have to handle the PK properly. Especially if there is a change to the PK of the master entity.
    2) Do You want to have two createInsert Buttons and press them in order?
    You have to follow the view Link
    Regards,
    Dimitris.

  • Is this a bug? master rowid value lost when saving on a master/detail form

    master/detail forms seem to lose the rowid after saving, if the unique identifier is set to ROWID
    to reproduce the problem:
    1) create a master detail form on DEPT/EMP
    -- choose 'Managed by Database (ROWID)' on the 'Define Primary Key' page.
    -- do not include master row navigation (but i don't think this matters)
    -- choose 'Edit detail as tabular form on same page' on the 'Choose Layout' page
    -- include the master report
    2) on the master/detail page, change the conditional branch that returns to the master report page
    -- the normal condition for this branch is request in SAVE,DELETE,CREATE
    -- change it to request in DELETE,CREATE
    3) run the form and save a change
    -- saves fine, session shows the ROWID value is still set
    4) save a second change
    -- change does not save, form reverts to Create mode
    this problem does not occur when using the primary key columns instead of rowid
    see http://apex.oracle.com/pls/apex/f?p=60813:7 for the ROWID version
    see http://apex.oracle.com/pls/apex/f?p=60813:11 for the PK column version

    Hi Saverio,
    Bug *13563808* has been logged to track the reported issue, and a fix will be made available in a future release. Just to clarify, this issue is only arising when the APEX-generated Master-Detail is modified post-generation, so for users who have not modified their Master-Details using ROWID to manage their DML processes, they should not experience this issue.
    In relation to my workaround, my suggestion works in my test environment, which I verified before posting the initial suggestion. Please note that the 'Reset Page' process is, by default, conditional on the "Delete" button being pressed. If you have made further modifications to your Master-Detail page, then this might explain why you're seeing different behaviour to me. You might using the "Debug" option on the Developer Toolbar useful. Viewing the debug information should help you to decipher what's going on/wrong on your page. If you still can't resolve the issue, then the safest option might be to revert the page back to it's original state, meaning the user navigates back to the Report page upon submitting changes to the Master-Detail Form page.
    Regards,
    Hilary

  • Master Detail Form - Problem using built in wizard

    Hi There
    We are working on Application express 2.2.
    We are facing problems for a master detail form using Wizard. The
    details are as follows : >>
    1) Master table : TS_ENTRY_TXN
    trans_id P.K.
    2) Detail table : TS_ENTRY_TXN_DETAIL
    a)trans_id
    b)sub_trans_id Composite P.K.(trans_id,sub_trans_id) & these are
    based on sequences.
    If i try to build a master detail form using the Wizard, the options
    for providing P.K. for master & detail are listed which we used.
    As it is a master detail form, we want to carry trans_id to the detail
    for updations/insertions which doesn't happen.
    The MRU fails with oracle error :
    Error in mru internal routine: ORA-20001: Error in MRU: row= 1,
    ORA-01400: cannot insert NULL into
    ("TS_APEX"."TS_ENTRY_TXN_DETAIL"."ENTRY_ID"), insert into
    "TS_APEX"."TS_ENTRY_TXN_DETAIL" ( "ENTRY_ID", "SUB_ENTRY_ID",
    "SMR_ID", "TASK_ID", "SUB_TASK_ID", "TIME_SPENT", "REMARKS") values (
    :b1, :b2, :b3, :b4, :b5, :b6, :b7)
    Is there any other way to build master detail wihout wizard.
    Could you please suggest us better way to complete this task.

    If I'm reading this correctly, then one of the columns in your detail tables' primary key is also the foreign key pointing to your master table? If that's the case, then that's not supported by the wizard. For the wizard generated master-detail form to work properly, you'll have to have a foreign key column in your detail table which is not part of your detail table's primary key.
    Hope this helps,
    Marc

  • Layout module master data sending to F&R system

    Hi Friends,
    When interface is sending layout module master data to F&R system, getting error message 'FRE_MD_LAYOUT_SEND PROCESSING DELTA E    Sending release profiles - System Failure:' in FRE_UI t code.
    When i am re-transmitting those backup files again error is coming 'Error during retransmission'.
    When i debugged the program found out the file name format is not showing proper in SAP, the filename  showing for layout module interface is '20120208204837', according to program it should be in .DAT format but in SAP not showing & file at OS level is in .DAT format.

    Hi,
    here is more detailled information. The error message is issued in function module FRE_LAYMOD_SEND. This function module is called by the re-send function module FRE_LAYMOD_RESEND only if there is data to send. That means the data within the backup file has been read successfully before!!! You can assume the error occurs in the system connection between ERP and F&R. (ERP tries to send the data but cannot send successfully due to some missing or erroneous settings within system connection.)
    Let the system administration check the system connection settings.
    As well have a look to the F&R Wiki page within SAP Community Network. Some documentation is about the system connection SAP ERP and SAP F&R. http://wiki.sdn.sap.com/wiki/display/SCM/SAPForecastingandReplenishment%28FRE%29
    Kind regards,
    Rainer

  • How to expose master-detail ViewObject of AppModule to service interface.

    Hi all,
    There is two VOs(master-detail), One is deptmentVO and the other is emloyeeInDeptVo. and a view link between departmentVO and employeeInDeptVO, the relationship is master detail.
    Now, I want to expose the custom method to web service, i.e createEmployee(EmployeeInDeptViewRowImpl employee).
    I perform the steps in Fusion ADF guide(+11.2.6 How to Support Nested Processing in Service-Enabled Master-Detail View Objects+).
    such as generate the SDO, and set the SERVICE_PROCESS_CHILDREN=true of the viewlink property.
    But when I publish the method in service interface, I cant get operation of the nested VO(employeeInDeptVO), only the master ViewObject is available.
    Any one have suggestions on this.
    Thank in advance.

    I have a similar scenario, and I'm seeing the same thing. The detail view isn't available for selection in the edit "Service View Instances" dialog of the "Service Interface" tab of the related application module. In my case, I have a view link based on an association that is rooted in a foreign key relationship between the underlying DB tables. The view link includes accessors in both the master and detail views. Based on the developer guide, I should be able to service enable the detail view, but this doesn't seem possible. My master view is service enabled, but my detail view isn't.
    Has anyone ever successfully service enabled a detail view in a master-detail relationship?
    Thanks

  • Wizard generated Master-Detail form issues

    The wizard-generated master/detail forms have several severe usability issues when the "Choose Layout" option is set to "Builder master detail with: edit detail as tabular form on same page".
    Some of these issues are:
    - The form has two Apply Changes buttons, one to save the master row and one to save the detail row. Users find this very confusing. If you save the master row changes, any changes to the detail rows are lost and vice versa.
    - The form has two Delete buttons, one to delete the master row and one to delete the checked detail rows. Users find this confusins also. Clicking the lower delete button discards any other changes that were made.
    - The Add Row button also discards any other changes that were made.
    The first two issues are easily fixed. With a few simple changes to the generated page, I can make it so there is a single "Apply Changes" button that 1) saves any changes to the master row, 2) saves any changes to detail rows and 3) deletes any checked detail rows.
    I cannot figure out how to solve the third issue (that the add row button discards any changes). I can make it so the "Add Row" button saves the changes, but this isn't user friendly either; I don't think any changes should be comitted unless the user specifically presses 'Apply Changes'.
    So far, I thought of several ways to possibly fix this but can't get any of them to work. Some of the ideas were:
    1. The 'Add Row' button could run the automatic row processing and MRU processes, but not do a commit untill/unless Apply Changes is pressed. I don't think this is feasible because http is stateless and connection pooling may be used, so we can't have a transaction that spans http requests.
    2. Move the Add Row process to page rendering so that the detail table always has an empty "add row" row thereby making the Add Row button unnecessary. I tried this, but it looks like the add row process was designed to run during the page processing, not during rendering, and it fails with a divide by 0 error when it is run during page rendering.
    3. Use client-side DHTML (instead of the HTML DB add row process) to add an empty row to the html table (i.e. add row button does not do a submit, it is handled entirely on the client). I tried this, but the MRU process fails because it doesn't expect the added row.
    If anyone has any other ideas on how to fix this problem, they would be greatly appreciated.
    HTML DB solves this problem in the SQL workshop create table wizard.
    In HTML DB 1.6, the "Add Column" button does a submit but somehow saves any changes that were entered.
    In HTML DB 2.0 beta, client-side DHTML is used (my approach 3 above).
    Can someone from Oracle share how the HTML DB create table wizard solves this problem?

    Eric,
    Thanks for your feedback. I’ll add your suggestions to our list of tabular form enhancement request.
    The wizard generates a regular form for the master record and a tabular form for the detail records. As you pointed out, it’s quite easy to customize this to your individual needs.
    Unlike regular forms, there’s currently no session state concept for tabular forms, so you either need to write your data to the database, or you will loose any changes if you e.g. paginate. For the same reason, the “Add Row” button and the associated process is generated so that any changes are saved to the database before adding a new row. Of course the MRU process that is executed on “Add Row” can be removed, if that is the preferred behavior.
    A work around would be to code the DML processes for tabular forms manually, and temporary store the data in HTML DB collections to simulate a stateful behavior.
    In HTML DB 2.0 we started adding DHTML features, such as the create table wizard you’re referring to. Some features, like the pull down menus, will be available to be used in your own applications. Other features, like the DHTML tabular form, won’t be available for custom applications in 2.0.
    Regards,
    Marc

  • Delete on master detail does not work

    I am trying to delete the master record from master table using the master-detail form. I am getting this error
    An unexpected error occurred: ORA-02292: integrity constraint ('table_name') violated - child record found
    ORA-02063: preceding line from 'Schema name' (WWV-16016).
    I checked the 'Cascade delete detail rows on master detail' check box - Logically I would expect it to delete the detail and master record. Does this work? Is there anything that needs to be set in addition to this?
    Thanks,
    Karuna

    Repost
    I'm sorry .it do work fine

  • How to create Insert & Update on master-detail form JPA/EJB 3.0

    Is there any demonstration or tips how to Insert record on master-details form for JPA/EJB 3.0 with ADF binding?

    I have master-detail forms (dept-emp). I drag the dept->operations->create method to JSF page. But when I click create button, only dept form is clear and ready for insert. But emp form is not clear. How can I add create method for this?
    Can you give some example how to pass the right object to the persist or merge method so that it can save both the two objects (master-detail tables)
    Thanks
    Edited by: user560557 on Oct 9, 2009 8:58 AM

  • Master Detail form in APEX 3.1

    Hi,
    I am a bit new to the wonders of APEX (Only 1 project behind me).
    On my current project I need to make a Master-Detail so I used the APEX template for that. However I have trouble setting my foreign key value in the detail table.
    Table setup is like:
    TABLE A(col_a pk, col_b)
    TABLE B(col_a pk, col b)
    TABLE C(col_aa, col_ba, col c)
    I want to make a Master Detail between table A and table C. As I said I used the template and everything looks good - however no values are put into col_aa when I push the button to add a new row.
    I want to initialize col_aa with the value from col_a when I add a new detail row - but I see no way to do this in a report column.
    Can anyone provide me with some hints on how to do this ?
    Kind regards
    Bo Normann

    First, how do you want this interaction to work? If you just put a button at the top of your detail section for creating new detail records, you could trigger this calculation via that button.
    If I understand correctly, you don't really need values from the detail report. You need the primary key of the master record. If that's true, then you might try this.
    1) Identify the name of the item on your master page that holds the primary key.
    2) Identify the name of the item on your detail page that needs to get the value of the primary key from your master form.
    3) Set the value of the detail item using a page branch that gets fired by your new record button.
    Page branches provide declarative methods to set page items when the branch gets fired.
    There are a lot of ways to do what you want. If either of these don't suite your needs you might want to be more specific about how you would like this operation to work.
    Earl

  • Join 2 tables and display in Master Detail Form

    Hello Everyone,
    Please help me out on the following.
    I have 2 tables with common field ID I want to join the 2 tables and will show the results on Master Detail form .Please suggest me on this thing .
    Thanks

    Hi,
    The ID primary key on the details table should be ok provided you have some means of populating it - usually via a trigger that gets a new sequence number.
    When the page is loaded, do you see data in the details tabular form? Or is the problem only for when you are creating entirely new master/detail records?
    When adding a new record into the details form, the FK field should be populated with the PK of the master form by default. On this report, go to the Contract_Number column and have a look at the Column Attributes for it. You should see a section for Tabular Form Element and in there are two settings - Default Type and Default. The Default Type should be Item.... and the Default should be the master record's PK page item name (eg, P1_CONTRACT_NUMBER). Underneath these settings should be the settings Referrence.... - check that these correctly point to the field on the details table. If you have different settings, try changing them - otherwise, list them here so that we can check
    Andy

  • Export a master-details tables to XML

    Hi, here is my requirement :
    I'm having a page which shows data from 4 views as master details and need to have a command button to export the all these master details data into an xml structured file predefined by a xsd. Would like to get some help , to finish this task using ADF components. Thanks in advance.

    Could any one suggest any documentation , or sample code or demo to export a master details data as a xml file using ADF BC. Thanks.

Maybe you are looking for