Categories
- All Categories
- Oracle Analytics Learning Hub
- 30 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 238 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Excel Template in XML Publisher
Summary
Excel Template in XML Publisher
Content
I am using patch/integrated version of XML Publisher i.e. not an Enterprise/Standalone edition.
Designed an Excel Template.
Its working fine when i preview it after loading the data in template for testing purpose.
However, when i attach the same template in Templates tab of Oracle apps and export the excel output, i have observed one strange behavior.
Say, i have written XDO_?<field_name>? rule on 10th row of excel template. First 9 row contains header details.
A10 has XDO_?ASSET_NUMBER?
B10 has XDO_?DESCRIPTION?
And group function XDO_?<group_name>? on 10th row record.
After i run and do the data export and try to write the vlookup on 10th record of excel file which is the starting position of records, i find this issue.
Instead of showing =vlookup(A10,.....)
It shows =vlookup(XDO_?ASSET_NUMBER?,....)
Can anybody help me out is this a known issue or a bug or is there a way to rectify it.
Thanks.