Link to home
Start Free TrialLog in
Avatar of samerdlikan
samerdlikan

asked on

Building Custom Report

Hello all,
I want to build custom report using oracle report 6i by using XML
how can do this and is there any manuals or documents or reference about the
instruction of XML for example i found in the demo this code :

AddaLine(' <data>', custom_summary);
AddaLine(' <dataSource name="Q_1">', custom_summary);
AddaLine(' <select>', custom_summary);
AddaLine(' SELECT ALL VIDEO_CATEGORY_BY_QTR.QUARTER quarter1,
VIDEO_CATEGORY_BY_QTR.CITY city1, ',custom_summary);
AddaLine(' VIDEO_CATEGORY_BY_QTR.PRODUCT_CATEGORY
product_category1, VIDEO_CATEGORY_BY_QTR.TOTAL_PROFIT
total_profit1,',custom_summary);
AddaLine(' VIDEO_CATEGORY_BY_QTR.TOTAL_SALES total_sales1,
VIDEO_CATEGORY_BY_QTR.TOTAL_COST total_cost1',custom_summary);
AddaLine(' FROM VIDEO_CATEGORY_BY_QTR',custom_summary);
AddaLine(' WHERE
VIDEO_CATEGORY_BY_QTR.SALES_REGION=''West''',custom_summary);
AddaLine(' </select> ',custom_summary);
AddaLine(' </dataSource>',custom_summary);

i need your help and thanks

samer
ASKER CERTIFIED SOLUTION
Avatar of schwertner
schwertner
Flag of Antarctica image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mindphaser
Mindphaser

Please update and finalize this old, open question. Please:

1) Award points ... if you need Moderator assistance to split points, comment here with details please or advise us in Community Support with a zero point question and this question link.
2) Ask us to delete it if it has no value to you or others
3) Ask for a refund so that we can move it to our PAQ at zero points if it did not help you but may help others.

EXPERT INPUT WITH CLOSING RECOMMENDATIONS IS APPRECIATED IF ASKER DOES NOT RESPOND.

Thanks,

** Mindphaser - Community Support Moderator **
Recommended disposition:

    Accept schwertner's comment(s) as an answer.

DanRollins -- EE database cleanup volunteer
Thanks for your help, Dan.
Finalized by Moondancer - EE Moderator