Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Logical Data Ordering..(Logical Data Ordering..)
Logical Data Ordering.. [message #1761385] Wed, 10 May 2017 12:37
Linganna Patil is currently offline Linganna PatilFriend
Messages: 3
Registered: May 2017
Junior Member
Hi,

I am designing BIRT report to generate PDF output.

I tried "sorting and grouping data" but its specific to that table-section only (on which record_type filters are specified) due to which each section is grouping within itself..

Example :

• Table Section1 Filter1  RECORD_TYPE = 'OPS_DETAIL'
• Table Section2 Filter2  RECORD_TYPE = 'OPS_SUB_PLATF'
• Table Section3 Filter3  RECORD_TYPE = 'OPS_SUB_CONTR'
• Table Section4 Filter4  RECORD_TYPE = 'OPS_TOTAL'

Currently after applying "sorting/group data" at each table section level,the records are displaying as below 

• OPS_DETAIL1
• OPS_DETAIL2
• OPS_SUB_PLATF1
• OPS_SUB_PLATF2
• OPS_SUB_CONTR1
• OPS_SUB_CONTR2
• OPS_TOTAL1
• OPS_TOTAL2

************
But, the expected output is 

• OPS_DETAIL1
• OPS_SUB_PLATF1
• OPS_SUB_CONTR1
• OPS_TOTAL1

• OPS_DETAIL2
• OPS_SUB_PLATF2
• OPS_SUB_CONTR2
• OPS_TOTAL2

************

Thanks & Regards,
Linganna

Previous Topic:Logical Data Ordering
Next Topic:BIRT XSS attacks in XLS format
Goto Forum:
  


Current Time: Thu Apr 25 17:09:52 GMT 2024

Powered by FUDForum. Page generated in 0.02890 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top