简体   繁体   中英

Create complex Oracle report

I have a sale table with the following columns:

name, city, area, target, date, sale

I want to show 8 different area data on a page. Please guide me what I need write 8 queries or we have any other solution. To create a report in Oracle like I show in image please help me how I do this. Thanks waiting your kind response..

在此处输入图片说明

You'll need to organize your result set into groups. Groups indicate result set records that have something in common (such as all areas of New York).

In general, this structure will suit for your needs:

Group 1: City, Name -> Group 2: Area, Target -> Group 3: Date, Sale

For all groups declared, a repeating frame is created. You'll need to use a grid layout for the repeating frame of Group 2, in order to get the desired output.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM