Categories
- All Categories
- Oracle Analytics Learning Hub
- 18 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 228 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 85 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Xml Output issue

Summary
Xml Output issue
Content
Hi Everybody,
I have developed a report in xml using the RDF file, but when I run the report at the end the output is always in xml, anyone can tell me or the problem arises.
Regards
Ghany.
Answers
-
Hi Rajesh123,
The output of select still give the 0 rows when executed.
For DOC ID: 1194497.1 it's not the right version for me, i have the 12.0.6 for application.
Thanks
Ghany.
0 -
can u please check this?
select unique r.application_short_name, b.bug_number,
to_char(b.creation_date,'DD-MON-RR HH24:MI:SS'),
r.success_flag
from ad_bugs b, ad_patch_run_bugs r
where b.bug_id=r.bug_id
and bug_number in ('9888158','9817770','17376158','19572453') ;
you please check in DOC ID: 1194497.1
0 -
or Try to add Landscape or portrait style and run the program.
0 -
you mean the Preview icon is not enabled in templates ,even though attached XML data file in Preview Data in Data Definitions ?
Please try change your Style A4 to PDF Publisher
0 -
It doesn't work, i get the same output in xml
Thanks
Ghany
0 -
Hi Rajesh123,
When i try to do PDF Publisher i get this error
Regards
Ghany.
0 -
Hi Rajesh123,
No results for the select.
Regards
Ghany.
0 -
Hi Rajesh123,
And thanks for your response,
Application version 12.0.6
What screenshot would you like to see, I will publish for you?
Regards
Ghany.
0 -
975184 wrote:Hi Rajesh123, And thanks for your response,Application version 12.0.6What screenshot would you like to see, I will publish for you?RegardsGhany.
I need this "The icon doesn't want to be enabled even though I have associated the xml data in the data definitions." screen shot.
0 -
can u please check these?
select unique r.application_short_name, b.bug_number,
to_char(b.creation_date,'DD-MON-RR HH24:MI:SS'),
r.success_flag
from ad_bugs b, ad_patch_run_bugs r
where b.bug_id=r.bug_id
and bug_number in ('9888158','9817770','17376158','19572453') ;
you please check in DOC ID: 1194497.1
0