Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Inset line break in dynamic, grouped, data?
Inset line break in dynamic, grouped, data? [message #1803317] Tue, 26 February 2019 17:09
Omar Raza is currently offline Omar RazaFriend
Messages: 1
Registered: February 2019
Junior Member
I'm using Eclipse 4.3.1 and have created my first BIRT report. I have everything working as I want it, yet one additional thing I'd like to add is a line break based on some data grouping (I see that BIRT offers a page break but no line break option).

The grouped data column from SQL looks like:
id = [1, 1, 2, 3, 3] (id is a string and the values are dynamic) and I would like to have it display in the following way:

ID
1
1

2

3
3

What I can't quite figure out how to do is insert the line break. If I click on the [id] data element on the layout I can add an expression but I haven't been successful in pushing all the dataSetRow["id"] values to an array, iterating over it and comparing a holder variable to the current value of "id" and inserting a line break if !==

Any ideas / tips? Thanks in advance.
Previous Topic:New Font Family installed but not all sub fonts are shown when creating PDF from Report
Next Topic:Pivot table: Concatenate two Measures (Sums) into a string with separator
Goto Forum:
  


Current Time: Tue Mar 19 09:23:05 GMT 2024

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

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

Back to the top