Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » HTML in cross tab?
HTML in cross tab? [message #1211058] Tue, 26 November 2013 08:30 Go to next message
Colin Sutton is currently offline Colin SuttonFriend
Messages: 121
Registered: July 2009
Senior Member
One dimension of my crosstab has HTML text for a column heading, stored in
the data cube. How do I set dimension[group1][heading] to interpret the
HTML in the crosstab?

--
Colin
Re: HTML in cross tab? [message #1211233 is a reply to message #1211058] Tue, 26 November 2013 10:27 Go to previous messageGo to next message
donino donino is currently offline donino doninoFriend
Messages: 183
Registered: July 2011
Senior Member
You have to remove the data element from the column heading, and replace it with a text element. In the text editor, set the format to HTML and then use this expression:

<VALUE-OF format="HTML">dimension[group1][heading]</VALUE-OF>


I hope this helps

Re: HTML in cross tab? [message #1213343 is a reply to message #1211233] Wed, 27 November 2013 07:41 Go to previous message
Colin Sutton is currently offline Colin SuttonFriend
Messages: 121
Registered: July 2009
Senior Member
donino donino <forums-noreply@xxxxxxxx> wrote:
> You have to remove the data element from the column heading, and replace
> it with a text element. In the text editor, set the format to HTML and
> then use this expression:
>
> <VALUE-OF format="HTML">dimension[group1][heading]</VALUE-OF>
>
> I hope this helps

Thanks, that was it.
--
Colin Sutton
Previous Topic:Defining a variable for use in aggregation filters
Next Topic:making birtviewer 3.7.1 compatible for IE9
Goto Forum:
  


Current Time: Tue Mar 19 11:51:24 GMT 2024

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

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

Back to the top