I am unable to add columns after loading XML file in Oracle BI Publisher. Getting below screen. Any advise?
I am not able to add columns in XML Publisher report
1k views Asked by dexter At
1
There are 1 answers
Related Questions in ORACLE-APPS
- Oracle Apps View: ALL_TAB_COLUMNS; columns: LOW_VALUE and HIGH_VALUE
- Display additional Column in the SQL query
- why oracle apps home page not showing submenus for responsibility in oracle apps after migration
- Getting a "UserID not exists" error when using jtf_rs_resource_pub.create_resource API to import an employee as a salesperson in Oracle EBS
- Oracle APPS R12- AP Invoice Struck in re-validation
- Call procedure of Oracle apps by C# not working
- Total sum not working inside the for-each-group tag in BI Publisher when using Group Left
- How can a PL/SQL procedure tell if it is being run from a concurrent program?
- Oracle Apex change Checksum Error to 404 Page Not Found
- Difference between custom and seeded tables in oracle apps
- Oracle Applications - Next Step Attribute
- joining hr_organization_information and mtl_parameters in Oracle apps
- Trying to set a field as mandatory on Oracle Applications R12
- How to resolve this ORA-01722: invalid number error in SQL *Loader based concurrent program?
- Profile creation and how user opt "yes" or "no"
Related Questions in ORACLE-BI
- BI Report - Bursting - Not generating output file
- Oracle OTBI Fusion:Wanted a query to fetch last day of previous year to use in OTBI
- How Can i change Lexicals in Oracle BI publischer 12c with a Parameter
- Reverse display in a pie chart in obiee
- Oracle BIP parameter - Missing Right Parenthesis error
- Oracle sql to find the next monday from the stop time in the query
- Is there a way to generate a QR code with multiple lines of text in Oracle BI Publisher report?
- Oracle BI Publisher Scheduled Report to FTP File Name
- Change Catalog Type in Oracle BI Publisher 12.2.1.0.0
- Oracle Analytical Desktop Variable Prompt issue
- How to put 0 instead of blank in rtf template
- Do not apply for a visualisation "use as filter" from the other visual - oracle OAS/DV
- How install Marketing Segmentation in Oracle Business Intelligence Enterprise Edition 12c
- BI publisher, Issue with repeating field in PDF template
- OTBI analytic to function value is not null in any one of the columns for a particular employee
Related Questions in ORACLE-XML-PUBLISHER
- BI PUBLISHER RTF template COLUMN TRIM ISSUE
- Printing rows in a table for RTF using XML Publisher
- RTF Template to get rows to columns
- How to Apply if else conditioning with HTML2FO tag in RTF Template BI Publisher
- Total sum not working inside the for-each-group tag in BI Publisher when using Group Left
- BI Publisher - Display Image using the URL in RTF
- Total sum not working inside the for-each-group tag in BI Publisher
- XML Tag grouping in RTF template to calculate totals via nested table not giving formatted output. Extra row in the nested table
- XML Tag grouping in RTF Template to suppress duplicates
- sum of column in XML publisher
- ORA-31061: XDB error: special char to escaped char conversion failed
- Oracle EBS XML Publisher Report using .XLS Template
- Oracle Report stuck in post processing when trying to generate a report
- How can I show the details related to the submitted report in the output xml?
- How can use an ORACLS EBS xmlreport parameters from a package-body?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)

You are using a data definition (data template) within your report template.
Data definiton should be used to create an XML data file and you have to upload the XML data file in the word template.
Data definition contains at minimum a SQL query and data structure. Data structure is kind of specification to create your XML data file based on SQL query.
With your data definition, you will create many XML data files to test your report template.
Using your XML data file, you will be able to add fields.