Problem with RTF model with columns > 63

Hello

We use the XML editor in Oracle EBS 12.1.3.

I have a relationship with more than 100 columns, for which I created an RTF model with going out to Excel. I fell on the boundary of Word of 63 columns in a table.  To get around it, I created a table with 2 columns and each column insert a table of columns about 58.

Well, it seems to work 90% of the time.  But at the end of the excel sheet the last 20 or if data lines have sometimes 58 columns in the column in the external table empty.  The second cell of the outer table is a large cell empty.

The issue seems to occur when there is a lot of data in the report.  If I run the report on specific lines containing questions the data is displayed correctly.

Everyone has faced something like this?  Or have any ideas on how to debug what is happening?

Thank you

-Johnnie

Hopefully the new XSL - FO model is selected in the Options tab, when you submit the request. Output XML code usually means - an error (if the program terminates with an error) or the mapping of model not done correctly (if completed normally).

Tags: Business Intelligence

Similar Questions

  • problem with column separated by commas

    I'm running into a problem with the following table structure

    CREATE TABLE «DETAILS»

    (

    'ID' NUMBER (22.0) NOT NULL,

    VARCHAR2 (150 CHAR) 'NAME' NOT NULL,

    "COVER" VARCHAR2 (150 CHAR) NOT NULL

    );

    Insert into EXPORT_TABLE (ID, NAME, COVER) values (252613546, 'VCONBU', ', 252612938,');

    Insert into EXPORT_TABLE (ID, NAME, COVER) values (252613549, 'SPMABU', ', 252612932,');

    INSERT INTO EXPORT_TABLE (ID, NAME, COVER) VALUES (252612938, 'HOSTEDTG', NULL);

    Insert into EXPORT_TABLE (ID, NAME, COVER) values (252612932, 'INSTG', null);

    Insert into EXPORT_TABLE (ID, NAME, COVER) values (367708813, 'ICF_1', ', 252613546,');

    Insert into EXPORT_TABLE (ID, NAME, COVER) values (364413059, 'CSWSPT', ', 252613549,');

    commit;

    Output

    IDNAMECOVER
    252613546VCONBUHOSTEDTG
    252613549SPMABUINSTG
    252612938HOSTEDTG
    252612932INSTG
    367708813ICF_1VCONBU
    364413059CSWSPTSPMABU

    Hello

    You may want a self-join, like this:

    SELECT c.id

    c.name

    p.name AS cover

    Of export_table c

    LEFT JOIN export_table p WE «,» | p.ID

    || ',' = c.lid

    ;

  • Problems with column masking

    We tried to use Oracle of VPD to hide a column but some problems. We hope that the experts here would be able to offer some advice. Million thanks in advance.

    Using PL/SQL, we created a function in the sys schema to generate the WHERE clause to hide the user column, Scott.

    CREATE OR REPLACE FUNCTION RESTR_VIEW (P_OWNER IN VARCHAR2, P_NAME IN VARCHAR2) RETURN VARCHAR2

    BEGIN
    IF
    SYS_CONTEXT ('USERENV', "SESSION_USER") = "SCOTT".
    THEN
    RETURN '1 = 0',
    ON THE OTHER
    RETURNS A NULL VALUE.
    END IF;
    END
    /

    Then, we create a policy, Restrict_View to fix the function on a table, under the scheme, CPF.

    BEGIN
    DBMS_RLS. () ADD_POLICY
    OBJECT_SCHEMA = > 'CPF ',.
    Object_name = > "FORECASTS."
    POLICY_NAME = > "RESTRICT_VIEW"
    FUNCTION_SCHEMA = > "SYS."
    POLICY_FUNCTION = > 'RESTR_VIEW ',.
    SEC_RELEVANT_COLS = > '' 2010/01,
    SEC_RELEVANT_COLS_OPT = > DBMS_RLS. ALL_ROWS);
    END;
    /

    PL/SQL, returned errors when we tried to run the above:

    Error on line 1:
    ORA-28104: entry for sec_relevant_cols value is invalid
    ORA-06512: at "SYS." DBMS. RLS", line 20
    ORA-06512: at line 2

    By using the same policy, if we change the column assigned '2010/01' to another 'SKU' column, the PL/SQL statement works perfectly and the results were also what we wanted. We suspect, so the problem is with the slash ' / ' in ' 2010/01". As the naming convention is a requirement of our user, we could not rename the column. Is that what our suspicions spot - we? If this is the case, is there a solution to this? We would appreciate your advise. BTW, we're using Oracle 10 g.

    Thanks for the answers in advance.

    I can't test it here, but have you tried to use double quotes here?

    ...
    SEC_RELEVANT_COLS=>'"2010/01"',
    ...
    
  • Need urgent help - what is the problem with my request?

    Hello

    I am trying to solve a problem with my request... and we tried a lot of things. When I open the report in Word and try to build my model, I can't insert fields from a particular query. He don't develop in the browser field as my other data sets and is not listed as an option in the table Wizard.

    There is something weird with the support of the subquery? I have encourted some problems with column aliases (for example, the query just doesn't if you create aliases), that's why I alias in the subquery.

    The query runs very well in SQL Developer.

    I would really appreciate help with what is a customer demand very urgent

    Thank you
    SELECT b.cb_no as "CB No",
           b.ir_no as "IR No",
           b.name as "Arrestee Name",
           b.fbi_descr as "Type",
           b.statute_descr as "Description",
           b.fbi_cd as "FBI Code",
           c.day as "Arrest Date"
      FROM building_fact a,
           (
             SELECT DISTINCT
                    t3.arrest_key as arrest_key,
                    t1.cb_no as cb_no,
                    t1.ir_no as ir_no,
                    t1.name as name,
                    t2.fbi_descr as fbi_descr,
                    t2.statute_descr as statute_descr,
                    t2.fbi_cd as fbi_cd
               FROM compstat_arrests_dim t1,
                    compstat_arrest_charges_dim t2,
                    compstat_arrests_fact t3
              WHERE t1.arrest_key = t3.arrest_key
                AND t2.arrest_charge_key = t3.pri_arrest_charge_key) b,
           compstat_date_dim_v c,
           building_dim d,
           building_incdnt_type_dim e
     WHERE a.building_key = d.building_key
       AND a.incident_key = b.arrest_key
       AND a.date_key = c.date_key
       AND a.incdnt_type_key = e.incdnt_type_key
       AND e.incdnt_type_descr = 'ARREST'
       AND d.address = :p_address
       AND c.day BETWEEN TO_DATE(:p_date_from,'MM/DD/YYYY') AND TO_DATE(:p_date_to,'MM/DD/YYYY')
     ORDER BY c.day DESC
    Published by: oroborus on January 19, 2010 16:26

    I think you have to wait until u get the data and then if not juice insert dummy data and carryon your developmet and say your ETL guy to clear all data and insert when loading

    ~ Srix

  • Problems with highlighting of the rows of the table through RTF-model

    Hello!

    Peace im new in the world of BI Publisher. For the moment, I try to create and RTF-model with the Office AddIn for Word Bi-editeur (2010). I want to create a table based on a table of a pdf document existing already. I have all the data in the right format and order and just worked fine - until I wanted to change the background color of some specific lines.
    If I add that a statement such as

    <? If: Variable = "Expressionstring?" > <? attribute@InContext:background-color;' #FFFF80 '? > <? end if? >

    the context of the evolution of the entry. But the fact the line height. It develops. The expressions more that I use more it grows. That of not good, because the table is so great that it only fits on a single page with fine lines... I tried to apply a height specified in the line through the word, but it does not work.
    I searched a couple hours and still didn't find anything regarding this problem. I appreciate any ideas how to solve this problem.

    Tounsiiaa in advance

    Gabriel

    To help those who have a similar problem: it's just like sfr.farhan.fani wrote. I try to give you a general expression:


    <? If@row:ROWNAME=VALUE? > (this should work with = > etc do not forget the ' ' for strings etc..)

    < xsl: attribute name = 'background-color' xdofo:ctx = 'incontext' > lightgray < / xsl: attribute > (lightgray can be changed to hexa% and %valeurs)

    <? end if? >

    Hello

    Try the following expression

    5000? >

    LightGray

  • Calc problem with fact table measure used in the bridge table model

    Hi all

    I have problems with the calculation of a measure of table done since I used it as part of a calculation in a bridge table relation.

    A table of facts, PROJECT_FACT, I had a column (PROJECT_COST) whose default aggregate is SUM. Whenever PROJECT_COST was used with any dimension, the appropriate aggregation was made at appropriate levels. But, no more. One of the relationships that project_fact is a dimension, called PROJECT.

    PROJECT_FACT contains details of employees, and every day they worked on a project. So for one day, employee, Joe, could have a PROJECT_COST $ 80 to 123 project, the next day, Joe might have $40 PROJECT_COST for the same project.

    Dimension table, PROJECT, contains details of the project.

    A new feature has been added to the software - several customers can now be charged to a PROJECT, where as before, that a single client has been charged.
    This fresh percentage collapse is in a new table - PROJECT_BRIDGE. PROJECT_BRIDGE has the project, CUSTOMER_ID, will BILL_PCT. BILL_PCT always add up to 1.

    Thus, the bridge table might look like...
    CUSTOMER_ID BILL_PCT PROJECT
    123 100.20
    123 200.30
    123 300.50
    456 400 1.00
    678 400 1.00

    Where to project 123, is a breakdown for multiple clients (. 20,.30.50.)

    Let's say in PROJECT_FACT, if you had to sum up all the PROJECT_COST for project = 123, you get $1000.


    Here are the steps I followed:

    -In the physical layer, PROJECT_FACT has a 1:M with PROJECT_BRIDGE and PROJECT_BRIDGE (a 1:M) PROJECT.
    PROJECT_FACT = > PROJECT_BRIDGE < = PROJECT

    -In the logical layer, PROJECT has a 1:M with PROJECT_FACT.
    PROJECT = > PROJECT_FACT

    -Logical fact table source is mapped to the bridge table, PROJECT_BRIDGE, so now he has several tables, it is mapped (PROJECT_FACT & PROJECT_BRIDGE). They are defined for an INTERNAL join.
    -J' created a measure of calculation, MULT_CUST_COST, using physical columns, which calculates the sum of the PROJECT_COST X the amount of the percentage in the bridge table. It looks like: $ (PROJECT_FACT. PROJECT_COST * PROJECT_BRIDGE. BILL_PCT)
    -J' put MULT_CUST_COST in the presentation layer.

    We still want the old PROJECT_COST autour until it happened gradually, it is therefore in the presentation layer as well.


    Well, I had a request with only project, MULT_CUST_COST (the new calculation) and PROJECT_COST (the original). I expect:

    PROJECT_COST MULT_CUST_COST PROJECT
    123. $1000 $1000

    I'm getting this for MULT_CUST_COST, however, for PROJECT_COST, it's triple the value (perhaps because there are quantities of 3 percent?)...

    PROJECT_COST MULT_CUST_COST PROJECT
    123 $1000 (correct) $3000 (incorrect, it's been tripled)

    If I had to watch the SQL, you should:
    SELECT SUM (PROJECT_COST),
    SUM (PROJECT_FACT. PROJECT_COST * PROJECT_BRIDGE. BILL_PCT),
    PROJECT
    Of...
    PROJECT GROUP


    PROJECT_COST used to work properly at a table of bridge of modeling.
    Any ideas on what I got wrong?

    Thank you!

    Hello

    Phew, what a long question!

    If I understand correctly, I think the problem is with your old measure of cost, or rather that combines with you a new one in the same request. If you think about it, your request as explained above will bring back 3 rows from the database, that's why your old measure of cost is multiplied. I think that if you took it out of the query, your bridge table would work properly for the only new measure?

    I would consider the migration of your historical data in the bridge table model so that you have one type of query. For historical data, each would have a single row in the bridge with a 1.0 BILL_PCT.

    Good luck

    Paul
    http://total-bi.com

  • RTF model - replace null with 0

    Hello

    I created an RTF model for burst into BI Publisher. For specific fields I use COUNT/SUM functions, I find here where there is no value returned in a calculation does not return NULL (Blank). Is is possible to replace with 0 instead? I am also using a conditional region where point is equivalent to... and using a COUNT/SUM function to roll up the data.

    I just want to replace NULL values with 0

    Can anyone help?

    Thank you

    Were you able to solve this problem?
    If not send an email with your sample xml and RTF

  • Problems with the length of table/column name

    Hello

    I have load data from the xml source in the oracle table. Some of the elements of xml (which ODI inverts like data warehouses) are more than 30 characters long, and it goes the same for columns as well.

    In the topology Manager, when I change the XML technology and go to the tab 'OTHER', the 'Maximum length of the Table name' and 'Name of maximum column length' are assigned to the 30. According to the literature, ODI must truncate the table name and the name of the column to the specified maximum length. But when I invert the xml model, with more than 30 characters data warehouses are created, and this causes my interface to fail. Is there a solution for this problem?

    Receive your answer.

    Thank you!

    In this case, you have 2 options

    (1) change each column in the data to the right length store

    (2) modify the IKM to create columns at the top, 30 characters. The problem is:

    -If the columns 2 to as difference, only the last 2 characters (like: my_column_name_is_really_big_01 and my_column_name_is_really_big_02) you could get a duplicate if column name not the code in the right way.

    I propose option 1.

    This happens because ODI validate the length of column of the tables in model once it doesn't matter of what is not "owned" by him (like C$ E$...)

    Best regards

    Cezar Santos
    http://odiexperts.com

  • I have a mac book pro 2009 model, now when I try to load it, there is no green light on the adapter and the laptop does not charge. Not sure if there is a problem with the card or the battery or the laptop. Kindly help

    I have a Mac book pro 2009 model, when I try to load it it not there no green light on the adapter and he is in charge. Not sure if there is a problem with the adapter or the battery or the laptop. Kindly help... Thank you

    Have you tried:

    Portable Apple computers: Troubleshooting MagSafe adapters - Apple Support

    This is the Office Mac Pro forum. I asked that your post be moved to the MacBook Pro laptop forum.

  • Problems with HP laptop (model dv4-1225dx), turns off

    I have bolded the important bits.

    To be honest, I had problems with this computer since the beginning.  A lot of it, however, is due to a problem of overheating resulting from a wrong place fan and cons set to automatically install updates.

    But a cooling pad and a setting to choose what is installed more or less solved that.

    Now for the problem.  I installed Windows 7 a few months ago, and everything has been working fine since then.  Since yesterday, however, the computer shuts down after a few minutes of being on.  Now, the fan on this thing is very strong, even in low use (another drawback of this model, but is not the point) so I'm pretty sure that's not working.  But it does not seem likely that the computer could warm up enough to warrant a hard stop in a few minutes, it?

    I tried the Startup Repair but the computer is turned off before being able to complete it.  I'm still able to do if I start Windows normally, but once again only for a few minutes before it stops.

    So I have two questions:

    1. replacement of the fan of something I can do myself, or is it too integrated or complicated to manage?

    2. the random stop is really a matter of fan at all?

    On an unrelated note, Norton seems to have dug his own player to backup on my D drive, which means it cannot do a good backup.  How can I get rid of what I properly backup?

    Hello

    It may be a faulty hard drive. Try to run a test drive. here

    It can also be a fan problem. You can replace the fan yourself. Step by step here Guide

    With respect to the reverse, use the one that provide windows. Try this from microsoft. here

  • Problem with special characters in a column

    Hello, I call data from a database and I don't have the rights to the database, the name of the columns have points on behalf here: Parameters.12V_Prog_IccType_A

    Is there a way to solve this problem with the name change? Like using (de), [,], "", or something like that?

    BR,

    Robin

    Try the square brackets.

    Mike...

  • Problems with the video card and sound card on Toshiba model #PSLCOU - 02701G

    I bought a new laptop in 2009, and it is a Toshiba, model #PSLCOU - 02701G. After about three months the video card and the sound began to spoil. It's what he does, I can go on U-tube or any web site that has a video to watch like CNN news, etc. What it does is it starts to play and the video and the sound is good and he paused for a few seconds and starts again, new breaks and pauses, starts, pauses, starts. He does it all the time, and I was wondering if you all have any idea whats going on? Help? Help?

    It really sucks when you try to watch the news. Also, I put a CD or DVD into the laptop and it works perfectly. I can watch any DVD or listen to a GREAT Cd.

    How is your network connection?  Sometimes, the system needs to create a cache to store the downloaded information and if the download is not pass quickly enough the system will freeze while wiaiting for download to catch up - not a problem with your sound cards and video, but with the speed of Connection on the website or on the network itself (or your network equipment).  This looks like the case if the DVD and the CD's works fine.  Check your internet connection and try to download the video pages to see if the problem is with all the downloads, or only those on a site.  You can contact your ISP and have them help check you connection and settings and the modem for problems or changes, you can do to improve things. Sometimes happens to me as well in the internet connection runs slower than normal and there is nothing that I can do but wait to accelerate - and it's frustrating.

    You can get in trouble with your device drivers.  Go to the Device Manager by going to start / find and type Device Manager and enter and then double-click on the program icon that appears.  Check each device to a red x, yellow! or white?  These identify devices with problems probably (drivers, but also of conflict or something else).  Click on each for more details and troubleshooting tips.  If you need to get the drivers (and you need you to do all you have time to do, but at least the network card, sound card and video card - they can help way beyond simply solve this problem), get the computer dealer or the manufacturer of the device (NOT of Microsoft Updates).  In fact, you must disable automatic updates in Windows Update driver as follows: http://www.addictivetips.com/windows-tips/how-to-disable-automatic-driver-installation-in-windows-vista/. Follow these steps to get the drivers: http://pcsupport.about.com/od/driverssupport/ht/driverdlmfgr.htm.  Once you have the drivers, you can install them via the Manager device as follows: http://www.vistax64.com/tutorials/193584-device-manager-install-driver.html.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • problem with the connectivity of customers after mixing several models with WLC 5508 Setup WLAN ap

    Hello

    I have 2 5508 wlc and AP 1130 and 1200 in my test harness.

    Currently, WLAN set is in place and works very well but the customer become a frequent problem with the power of the weak signal same AP is installed very near the place of the customer.

    I have my doubts, if I have a question because I use several models of AP in my set-up?

    How to rectify the same question?

    Some time customer gets limited connectivity, means that they usually get IP also.

    What are all the parameters to check in WLC?

    (1) very difficult for a person on a forum to respond. Check if your AAA server was indeed seen as inactive at the same time for other devices.

    If this is not the case, check the network connectivity between the 2. Maybe packets are lost between wlc and aaa server...

    (2) as I mentioned, it may have nothing to do with clent near or far from the AP. What happens if your DHCP server is not responding to the client? What happens if the dhcp request never reaches the level of the DHCP server for some reason any?

    You must investigate all along path to find out why the customer is not getting an ip address.

    Troubleshooting involves trace of sniffer, debug, client, etc...

  • Problem with update of a column by using the procedure of database and refreshing or put in value programmatically

    Dear all,

    I am a beginner in the ADF and am under Jdeveloper Studio Edition Version 12.2.1.0.0.

    I have a page that consists of two taskflows.

    First workflow has a fragment which is to have a table based on view object salespersons (not editable)

    Second task flow contains a form of ADF from the same view object Salespersons.

    As the user selecting a line in the table of the same record is displayed as no problem.

    Now, I have added two buttons Activate and Deactivate that is to change the status of the sales.

    I tried to use two ways an updated using the procedure of database and then put in value by programming and I have different questions with two of them:

    Now, here's the code of the Java bean for activation:

    Option A - the problem with this is the value of the column in the list (the first task rate displayed) is not synchronized

    and Activate and Deactivate buttons are not disabled and active properly.

    {} public void confirmActivation (DialogEvent dialogEvent)

    If (dialogEvent.getOutcome () == DialogEvent.Outcome.yes) {}

    DBSequence vId;

    vId = dcId.getValue ((DBSequence));

    Links BindingContainer = getBindings();

    OperationBinding operationBinding;

    operationBinding = bindings.getOperationBinding ("changeSalespersonsStatus") (OperationBinding);

    operationBinding.getParamsMap () .put ("pId", vId.getValue ());

    operationBinding.getParamsMap () .put ("pStatus", "A");

    Object result = operationBinding.execute ();

    dcStatus.setValue ("A");

    } else {}

    return;

    }

    }

    Option B - the problem with this is that the value of input for status text appears in the Active form for all records in form regardless of its database.

    {} public void confirmActivation (DialogEvent dialogEvent)

    If (dialogEvent.getOutcome () == DialogEvent.Outcome.yes) {}

    -no doubt this two lines are not needed here

    DBSequence vId;

    vId = dcId.getValue ((DBSequence));

    dcStatus.setValue ("A");

    BindingContainer links = getBindings();

    OperationBinding operationBinding;

    the operationBinding = bindings.getOperationBinding("Commit") (OperationBinding);

    Object result = operationBinding.execute ();

    } else {}

    return;

    }

    }

    Here's the code from the Fragment of shape for used buttons.

    "< af:button text = 'Activate' id ="bActivate' icon="/icons/activate.png ' iconPosition = 'top '.

    partialTriggers = "Bcreer bSaveInsert bCancelInsert dDeactivate dActivate".

    Binding = "#{pageFlowScope.salespersonsForm.buttonActivate} '"

    Disabled = ' #{bindings. " Status.inputValue! {= ' n '} ">"

    < af:showPopupBehavior popupId = "pActivate" / >

    < / af:button >

    "< af:button text = 'Disable' id = 'bDeactivate' icon="/icons/deactivate.png ' iconPosition = 'top '.

    partialTriggers = "Bcreer bSaveInsert bCancelInsert dDeactivate dActivate".

    Binding = "#{pageFlowScope.salespersonsForm.buttonDeactivate} '"

    Disabled = ' #{bindings. " Status.inputValue! {= 'A'} ">"

    < af:showPopupBehavior popupId = "pDeactivate" / >

    < / af:button >

    Here's matching Popups for each of the buttons Activate and Deactivate.

    < childCreation = "deferred" autoCancel af:popup = "disabled" id = "pActivate" >

    < af:dialog id = "dActivate" type = "YesNo" title = 'Status of salespersons' closeIconVisible = 'false '.

    affirmativeTextAndAccessKey = "& amp; Yes"cancelTextAndAccessKey ="& amp; (Cancel)

    noTextAndAccessKey = "& amp; No '.

    dialogListener = "#{pageFlowScope.salespersonsForm.confirmActivation}" >

    < f: facet = 'buttonBar' name / >

    < af:outputLabel value = "Are you sure you want to enable the seller?" id = "ol1" / >

    < / af:dialog >

    < / af:popup >

    < childCreation = "deferred" autoCancel af:popup = "disabled" id = "pDeactivate" >

    < af:dialog id = "dDeactivate" type = "YesNo" title = 'Status of salespersons' closeIconVisible = 'false '.

    affirmativeTextAndAccessKey = "& amp; Yes"cancelTextAndAccessKey ="& amp; (Cancel)

    noTextAndAccessKey = "& amp; No '.

    dialogListener = "#{pageFlowScope.salespersonsForm.confirmDeactivation}" >

    < f: facet = 'buttonBar' name / >

    < af:outputLabel value = "Are you sure you want to disable the seller?" id = "ol2" / >

    < / af:dialog >

    < / af:popup >

    Thanks in advance.

    Best regards

    Arif Khadas

    If you bind components to a range of flow page bean. You must complete that it saves the State of the component longer than the life of the component.

    To change the value of the GET value of the component of the link layer and change it.

    In this way the changes are captured by the framework and you should see them.

    Timo

  • BI Publisher RTF model - fill a cell with a group without line breaks for each element

    I have a fairly rigid rtf model with multiple cells. A cell in particular just display a value of a single group.

    I want to display all the values of group in the cell, but instead of display each value on a new line of the

    cell and cell resizing, I need a way to repeat the values (we hope) without resizing the cell.

    Thus, for example, given a simple group such as < GROUP > < VALUE > where the GROUP contains the VALUES 1, 2, 3, 4 and 5.

    a normal <?-foreach: GROUP? > <? VALUE? > <? end foreach? > product

    CELL

    OUTPUT: 1

    2

    3

    4

    5

    What I would like is to be able to output the following (assume the slot size cell is not resized one appears exactly as it does in the rtf)

    CELL

    OUTPUT: 1 2 3

    4 5

    The tricky part is that I'd love to be able to have the text wrapping, once he arrives at the edge of the cell. Is there a simple way to do this?

    After a search in a dozen of nets beforehand of course, I find the answer, about 10 minutes after the announcement.

    Knew it was something simple!

Maybe you are looking for