Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Duplicating Row in BIRT Report(BIRT)
Duplicating Row in BIRT Report [message #1732702] Thu, 19 May 2016 09:58
vignesh thandapani is currently offline vignesh thandapaniFriend
Messages: 3
Registered: August 2014
Junior Member
Hi

I have Requirement in BIRT report.

I have 2 datasets. Dataset 1 contains department Id and department name [select departmentId, depName from department]
I am sending departmentId to another dataset (Dataset 2) [select empname from employee where depid=<<input employee Id from dataset1>>]

I have generated XLSX report, I got a report in below

|DepartId| DepartName |Employee Name|
----------------------------------------------------------------
| 1 | CS | ABC |
|<Space>|<Space> | XYZ |
-----------------------------------------------------------------

But I want to show the report in below format

|DepartId| DepartName |Employee Name|
---------------------------------------------------------------
| 1 | CS | ABC |
---------------------------------------------------------------
| 1 | CS | XYZ |
-----------------------------------------------------------------


In BIRT layout, I have created table for Dataset 1.Employee name alone comes from different dataset(Dataset 2)

so i have inserted a seperate table in layout in the same row.

How can i do this duplication of rows in particular column.


Thanks in advance

[Updated on: Thu, 19 May 2016 03:04]

Report message to a moderator

Previous Topic:detail : org.eclipse.birt.report.engine.api.EngineException: Can not load the report query: 186. Err
Next Topic:setPersistentGlobalVariable null on PDF Summary
Goto Forum:
  


Current Time: Thu Apr 18 11:26:22 GMT 2024

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

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

Back to the top