Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Text rotation in Birt Designer(Text rotation in Birt Designer)
Text rotation in Birt Designer [message #1834131] Tue, 03 November 2020 13:55 Go to next message
Nikolai Elders is currently offline Nikolai EldersFriend
Messages: 17
Registered: October 2020
Junior Member
Hello!

I'm trying to find out how I can rotate the text in BIRT to be vertically (like the date is shown in the attachment).

From earlier discussions, it seems like I have to download an extension pack, but the discussion is quite a while ago.

Could someone help me with this?

I want the date to be displayed like in the attachment.


Thank you!
  • Attachment: eeeee.PNG
    (Size: 48.85KB, Downloaded 192 times)
Re: Text rotation in Birt Designer [message #1834133 is a reply to message #1834131] Tue, 03 November 2020 14:52 Go to previous messageGo to next message
rbaak Mising name is currently offline rbaak Mising nameFriend
Messages: 31
Registered: July 2009
Member
Try Der Spunk's solution from this post

https://www.eclipse.org/forums/index.php/t/51348/

If you are using a crosstab like in your picture, you just want to use the "value-of" your dimension.


Re: Text rotation in Birt Designer [message #1834135 is a reply to message #1834133] Tue, 03 November 2020 15:24 Go to previous messageGo to next message
rbaak Mising name is currently offline rbaak Mising nameFriend
Messages: 31
Registered: July 2009
Member
If you want to write it bottom up use the code below.

<span style="writing-mode: vertical-rl; transform: rotate(-180deg);"><VALUE-OF>yourcolumn</VALUE-OF></span>


Re: Text rotation in Birt Designer [message #1834167 is a reply to message #1834135] Wed, 04 November 2020 09:18 Go to previous message
Nikolai Elders is currently offline Nikolai EldersFriend
Messages: 17
Registered: October 2020
Junior Member
Thank you, I'll try. I want it to be vertically, not upside down, but I guess I replace the -180 with -90.
Previous Topic:Costing for BIRT Reporting
Next Topic:How to clear the value when press delete and set to blank value from the dropdown list
Goto Forum:
  


Current Time: Thu May 02 06:46:24 GMT 2024

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

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

Back to the top