Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Syntax for Adding Both Text and Parameter to Report Title(Parameters)
Syntax for Adding Both Text and Parameter to Report Title [message #1827132] Thu, 07 May 2020 19:56 Go to next message
MIke Thomas is currently offline MIke ThomasFriend
Messages: 5
Registered: April 2020
Junior Member
I am new to Birt, and am trying to add a parameter to a report title which is a text element.

The title should appear as -- BRANCH - US , where BRANCH - is hard coded text and US is the parameter value.

params["pBranch"].value entered into the text element will correctly display 'US'. However, what is the syntax to concatenate the hard coded text and the parameter.

Thanks
Mike Thomas
Re: Syntax for Adding Both Text and Parameter to Report Title [message #1827149 is a reply to message #1827132] Fri, 08 May 2020 09:31 Go to previous messageGo to next message
Colin Sutton is currently offline Colin SuttonFriend
Messages: 121
Registered: July 2009
Senior Member
"BRANCH -- "+ params["pBranch"].value
Re: Syntax for Adding Both Text and Parameter to Report Title [message #1827161 is a reply to message #1827149] Fri, 08 May 2020 16:53 Go to previous message
MIke Thomas is currently offline MIke ThomasFriend
Messages: 5
Registered: April 2020
Junior Member
Thanks very much Colin, that worked and showed me how to take this farther.

Mike Thomas
Previous Topic:BIRT report - Create different footers for different pages in a group list
Next Topic:Highlight duplicate rows in the report
Goto Forum:
  


Current Time: Fri Apr 26 16:42:03 GMT 2024

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

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

Back to the top