Vertical text in table heading

Hi,
I would like to save some space in some reports and I would like to change orientation of text in table heading.
Is it posible to have vertical text in table heading?
What I want is showed on this picture: [Vertical text|¨http://img179.imageshack.us/img179/234/obiverticaltext.jpg]
Thank you for some tips.

Hi,
Go through this...will help you solve your requirement....http://blog.trivadis.com/blogs/andreasnobbmann/archive/2009/07/17/vertical-text-in-obiee.aspx
Use the same code Writing-mode: tb-rl; filter: flipv fliph; in custom css style of column heading.(column properties->column format->edit format icon beside column heading->css style)
Regards,
Srikanth

Similar Messages

  • Itallic Text in Table header

    Hello All,
    We are using the TableView Control in one of our aplications to display search results.When we built this particular application we were on EP6 SP2 PL 29.
    Some how in that version teh header text in the tabledataview control was displaying italic text.
    We used the following piece of code do this.
    bean.setSearchHeader("Search Result(s) For: <i>"+ bean.getSearchString()+ " </i>("+ mySearch.getTrueResults()+ ")");"
    This would display the keyword we searched for in Italic.
    Now we have migrated from EP6 SP2 to EP6 SP16.
    The correct portal version is:
    J2EE Engine 6.40 PatchLevel 102141.313
    Portal 6.0.16.0.0
    KnowledgeManagementCollaboration 6.0.16.3.0 (NW04 SPS16 Patch3)
    Now in this particular version when we search for any keywords.
    The results are displayed but the header data does not show the keyword in Italics, however it displayes the "<i>" tag.
    Let me know whether we can display italic text in table Header.
    Thanks and Regards
    Manoj Kumar
    Message was edited by: Manoj Kumar

    Hi,
    to customize the header of the TableView change the header renderer.
    1. implement IHeaderRenderer interface:
    public class HeaderRenderer implements IHeaderRenderer {
    public void renderHeader(TableView tableView, IPageContext pcontext) {
      TextView tv = new TextView();
      tv.setEncode(false);
      tv.setText("<i>italic header text</i>");
      tv.render(pcontext);
    public boolean willRenderHeader(TableView tableView, IPageContext pcontext) {
      //allways render
      return true;
    2. set the header renderer class to your TableView object:
    tableView.setHeaderRenderer(new HeaderRenderer());
    this should show the text in the table header in italics.
    Romano

  • Vertical text in ALV header (WD4A)

    HI,
    Can anybody tell me how I can display ALV header text in WD4A as vertical text ?
    Cheers, John

    Hi,
    DATA:
    lr_alv_header  TYPE REF TO cl_salv_wd_column_header.
    Get the column reference of the ALV column.
           CALL METHOD lr_column->set_width
              EXPORTING
                value = '70'.
            lr_alv_header = lr_column->get_header( ).
            lr_alv_header->set_text( 'Header' ).
            lr_column->set_resizable( abap_true ).
            lr_alv_header->set_header_text_wrapping( abap_true ).

  • Vertical Text in Tables

    I wonder how I can flip text in a single cell of a table to vertical orientation? Thanks for any support.

    Question asked and answered quite once a week !
    Feature unavailable !
    Using the forum's Search feature you would get described workarounds.
    Yvan KOENIG (VALLAURIS, France) lundi 22 août 2011 15:37:33
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please :
    Search for questions similar to your own
    before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • How to achive table column header style (vertical text)?

    Hi,
    Can we show adf table column headers with vertical text, and with rotation. For eg. "Dept Id" lable should show up as similar to what the below HTML does:
    <html>
    <div style="float: left;
    position: relative;
    -moz-transform: rotate(1000deg); /* FF3.5+ */
    -o-transform: rotate(290deg); /* Opera 10.5 */
    -webkit-transform: rotate(290deg); /* Saf3.1+, Chrome */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE8 */">Dept Id</div></html>
    Edited by: pramod gujjeti on Sep 18, 2011 8:51 PM
    Edited by: pramod gujjeti on Sep 18, 2011 8:51 PM

    Hi,
    I've used the below style classes in CSS, but still not getting the accurate Column Header Vertical Text. Also, in IE browser column header text is shrinked vertically when headerClass styles are applied!
    Any help appreciated!
    .sch af|column::column-header-cell {
    vertical-align: bottom;
    padding-bottom: 10px;
    height: 80px;
    .schc af|column::column-header-cell-content {
    -moz-transform: rotate(270deg);
    /* FF3.5+ */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    /*IE6,IE7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    /*IE8*/
    -o-transform: rotate(270deg);
    /*Opera 10.5*/
    -webkit-transform: rotate(270deg);
    /*Saf3.1+, Chrome*/
    position: relative;
    vertical-align: bottom;
    Edited by: pramod gujjeti on Sep 27, 2011 9:09 AM

  • Table header wrap text?

    Hi,
    Is it possible to wrap the text of a table heading? I have found this question in many places always with a negative answer. Althought they are old posts and in main thread of this forum [POLL: Web Dynpro UI elements - enhancement proposals; in the first response Armin says that header text wrapping is now supported. Anyone knows how? I am working with NW7.0
    Thanks,
    Gabriel.

    Hi Gabriel,
    The header text wrapping is now supported in the SAP CE 7.1 and SAP NW 7.0 EHP 1.
    This a table column property.
    For documentation on NW 7.0 EHP 1 please refer the following link:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/c4/219041d3c72e7be10000000a1550b0/frameset.htm
    Regards,
    Kartikaye

  • In SSRS , after exporting report in excel,wrap text property for cell and freeze column for SSRS table header not working in Excel

    I am working no one SSRS my table headers are freeze cangrow property is false and my report is working perfect while rendering data on RDL and i want same report after exporting in Excel also , i want my table header to be freeze and wrap text property
    to work after exporting in my report in excel but its not working ,is there any solution ? any patch ? any other XML code for different rendering ? 

    Hi Amol,
    According to your description, you find the wrap text property and fix column is not working after exporting into Excel. Right?
    In Reporting Services, when exporting to excel file, it has limitation for textbox.
    Text boxes are rendered within one Excel cell. Font size, font face, decoration, and font style are the only formatting that is supported on individual text within an Excel cell.
    Excel adds a default padding of approximately 3.75 points to the left and right sides of cells. If a text box’s padding settings are less than 3.75 points and is just barely wide enough to accommodate the text, the text may wrap in Excel.
    In this scenario, it supposed to be wrap text unless you merge cells. If cells are merged, word-wrap does not work correctly. If any merged cells exist on a row where a text box is rendered with the
    AutoSize property, autosize will not work. For the Fix Data Property, it can't be working in Excel. These are features when exporting to Excel. We can't change it because it's by design.
    Reference:
    Exporting to Microsoft Excel (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Weird problem with vertical text in a table

    Hello,
    I am new on this forum, usually I don't post because I always find the answer to my question, but this is something quite weird...
    I have a table with vertical text in it (it has to be vertical because the cells are narrow). And I want it to be centered in the cell, both vertically and horizontally. When the cell is high enough, no problem. But as it becomes shorter, the text moves to the left. It is exactly as if there was a right margin within the cell, which is not the case.
    See the example below : I had the text right-aligned (this is to say, bottom-aligned, as it is 270° rotated) to make it more visible.
    Can someone help me there ? I already spent hours on that problem..!
    Thank you very much !

    Only, my table contents both vertical and horizontal text, so I can't. But thanks for the suggestion.
    Thank you kindly for all your answers. Anyway, re-writing the text in separate frames won't be so difficult (anyway it'll always take less time than what that problem already did..).
    So I have a solution, thanks to Phorna
    But remains the frustration of not finding the reason of this ! I will live along with it
    Thanks to all

  • How do I make text vertical in a table

    How do I make text vertical within a table using pages '09?

    You need to type the text in a Textbox, turn off text wrap, rotate that 90° using the Metric Inspector then position it over the cells you want the text vertical.
    Peter

  • Vertical text direction / orientation in tables. (RoboHelp 7 and/or 8)

    Hello all,
    I need to squeeze a fairly full table (lots of columns) into a printable page width.
    In order to do this, I need to put text into some of the cells so that they read vertically. I can do this in MS Word tables (menu > Format > Text Direction) and need an equivalent in RH. Preferably RH7, (but can import into RH8 if I must ).
    Any ideas anyone?

    Hi Philip
    My guess is that you can probably fudge it using CSS. But it won't be something RoboHelp will assist with in any way.
    Check the link below for one hit I found. Use Google searching for vertical text in HTML to find others.
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcererStone Blog
    RoboHelp eBooks

  • Anyone know how to make vertical text in a table in keynote?

    anyone know how to make vertical text in a table in keynote?

    Just to add a bit more about this question. I have seen in other related questions that this feature (vertical text) is not available in (apparently) the whole iWork09. someone even said that it should be asked to the developers, so they include this feature in iWork10. I find this issue a bit sad. This feature has been present in msOffice since a while, and at least for me, this is quite important for my work. It is also apparently not possible to have different page orientation in the same document, meaning portrait and landscape, so one can have wide tables in a whole page, for example. If this is true, it is again sad, and I just cannot understand why such a basic feature is not available in an already 09 version. I am using only the trial version of iWork, but already in the first day I have discovered that I actually cannot do what I was used to. Again sadly I (and many others I guess) will have to stick to Office until the mac software is fully developed.

  • I18n: text label of Table Header of Data Table Component

    hi all
    JSC Hangs when i try to change text label of Table Header (Column) of Data Table Component to my favorite language for example Arabic or Persian Language.
    is this bug!!!

    Hi,
    Please take a look at the tutorial Internationalization at
    http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/index.jsp
    may help you
    regards

  • Center text in table

    I'm still not getting the text to center within the table.
    table            {
        width:500px;
        margin:20px auto;
        border:1px #666 dotted;
        text-align: center;
    thead, tfoot    { background-color:#Eff7db; text-align:center;  }
    th, td            { padding:8px;  }
    th                { font-weight:bold; }
    tbody tr        { border-bottom:1px #ccc dotted; }
    tbody tr:hover    { background-color:#EFF7DB; }
    <thead>
            <tr>
                <th colspan="2" scope="col"><h2>Mount Rose Elementary Staff</h2></th>
                </tr>
            <tr>
                <th width="266" scope="col"><h2>Teachers</h2></th>
                <th width="222" scope="col"><h2>Staff</h2></th>
              </tr>
            </thead>
            <tfoot>
            <tr>
                <td colspan="2"> </td>
                </tr>
            </tfoot>
            <tbody>
            <tr>
                <td>Ms. Chire - TWI/Pre K</td>
                <td>Krissy Brown - Principal</td>
              </tr>
            <tr>
              <td>Mrs. Castillo - K</td>
              <td>Mrs. Fackelmann - Office</td>
              </tr>
            <tr>
                <td>Mrs. Hanifen - K</td>
                <td>Mrs. Boldi - Office</td>
              </tr>
            <tr>
                <td>Mrs. Barajas - 1st</td>
                <td>Mrs. Mier y Teran - Clinic</td>
              </tr>
            <tr>
              <td>Miss Mentgen - 1st</td>
              <td>Mrs. Johnson - Counselor</td>
              </tr>
            <tr>
              <td>Mrs. Folchi-Oddieo - 2nd</td>
              <td>Mr. Wayne - Custodial Office</td>
              </tr>
            <tr>
              <td>Mrs. Ispisua - 2nd</td>
              <td>Mrs. Ault - Speech</td>
              </tr>
            <tr>
              <td>Mrs. Biggs - 3rd</td>
              <td>Mrs. Lean - OYO Intervention</td>
              </tr>
            <tr>
              <td>Ms. Henning - 3rd</td>
              <td>Ms. Turnier - OYO Intervention</td>
              </tr>
            <tr>
              <td>Mrs. Briggs - 4th</td>
              <td>Ms. Stout - Music</td>
              </tr>
            <tr>
              <td>Mrs. Carlson - 5th</td>
              <td>Ms. Johal - Cafeteria</td>
              </tr>
            <tr>
              <td>Mrs. Utley - 6th</td>
              <td> </td>
              </tr>
            <tr>
              <td>Ms. Dean - 4th, 5th, 6th</td>
              <td> </td>
              </tr>
            <tr>
              <td>Ms. Diaz / Ms. Tossava - EOC</td>
              <td> </td>
              </tr>
            <tr>
              <td>Mrs. Truce - ESL</td>
              <td> </td>
              </tr>
            <tr>
              <td>Ms. Thomas - GATE</td>
              <td> </td>
              </tr>
            <tr>
              <td>Ms. Severs - GATE</td>
              <td> </td>
              </tr>
            <tr>
                <td>Ms. Allstadt - GATE</td>
                <td> </td>
              </tr>
            <tr>
              <td>Mrs. Fleetwood - Resource</td>
              <td> </td>
              </tr>
            </tbody>
        </table>
    </div>

    wranglergirl wrote:
    I'm still not getting the text to center within the table.
    When you say center what exactly do you mean, horizontally or vertically centered?
    If I test your code in IE6, IE7, IE8 and  Firefox the text appears horizontally centered??????
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    table            {
    width:500px;
    margin:20px auto;
    border:1px #666 dotted;text-align: center;
    thead, tfoot    { background-color:#Eff7db; text-align:center;  }
    th, td            { padding:8px;  }
    th                { font-weight:bold; }
    tbody tr        { border-bottom:1px #ccc dotted; }
    tbody tr:hover    { background-color:#EFF7DB; }
    </style>
    </head>
    <body>
    <table>
    <thead>
            <tr>
                <th colspan="2" scope="col"><h2>Mount Rose Elementary Staff</h2></th>
                </tr>
            <tr>
                <th width="266" scope="col"><h2>Teachers</h2></th>
                <th width="222" scope="col"><h2>Staff</h2></th>
              </tr>
            </thead>
            <tfoot>
            <tr>
                <td colspan="2"> </td>
                </tr>
            </tfoot>
            <tbody>
            <tr>
                <td>Ms. Chire - TWI/Pre K</td>
                <td>Krissy Brown - Principal</td>
              </tr>
            <tr>
              <td>Mrs. Castillo - K</td>
              <td>Mrs. Fackelmann - Office</td>
              </tr>
            <tr>
                <td>Mrs. Hanifen - K</td>
                <td>Mrs. Boldi - Office</td>
              </tr>
            <tr>
                <td>Mrs. Barajas - 1st</td>
                <td>Mrs. Mier y Teran - Clinic</td>
              </tr>
            <tr>
              <td>Miss Mentgen - 1st</td>
              <td>Mrs. Johnson - Counselor</td>
              </tr>
            <tr>
              <td>Mrs. Folchi-Oddieo - 2nd</td>
              <td>Mr. Wayne - Custodial Office</td>
              </tr>
            <tr>
              <td>Mrs. Ispisua - 2nd</td>
              <td>Mrs. Ault - Speech</td>
              </tr>
            <tr>
              <td>Mrs. Biggs - 3rd</td>
              <td>Mrs. Lean - OYO Intervention</td>
              </tr>
            <tr>
              <td>Ms. Henning - 3rd</td>
              <td>Ms. Turnier - OYO Intervention</td>
              </tr>
            <tr>
              <td>Mrs. Briggs - 4th</td>
              <td>Ms. Stout - Music</td>
              </tr>
            <tr>
              <td>Mrs. Carlson - 5th</td>
              <td>Ms. Johal - Cafeteria</td>
              </tr>
            <tr>
              <td>Mrs. Utley - 6th</td>
              <td> </td>
              </tr>
            <tr>
              <td>Ms. Dean - 4th, 5th, 6th</td>
              <td> </td>
              </tr>
            <tr>
              <td>Ms. Diaz / Ms. Tossava - EOC</td>
              <td> </td>
              </tr>
            <tr>
              <td>Mrs. Truce - ESL</td>
              <td> </td>
              </tr>
            <tr>
              <td>Ms. Thomas - GATE</td>
              <td> </td>
              </tr>
            <tr>
              <td>Ms. Severs - GATE</td>
              <td> </td>
              </tr>
            <tr>
                <td>Ms. Allstadt - GATE</td>
                <td> </td>
              </tr>
            <tr>
              <td>Mrs. Fleetwood - Resource</td>
              <td> </td>
              </tr>
            </tbody>
        </table>
    </body>
    </html>

  • Vertical Text in PDF using CFDOCUMENT

    I am using font tag in a CSS file to layout a table header
    using vertical text. In HTML, the vertical text looks fine.
    However, when I convert the table to a pdf using
    <cfdocument>, the vertical text is displayed as horizintal
    text and does not follow the css specified font family, color or
    size.
    Here is the line in the CCS I am referencing:
    .header_vertical {FONT-WEIGHT: bold; FONT-SIZE: 8pt;
    FONT-STYLE: normal; writing-mode:tb-rl; FONT-FAMILY: helvetica,
    arial, verdana, sans-serif; TEXT-DECORATION: none; COLOR: #0f437c}
    This is CFMX7 on a Windows Server 2003 OS running IIS.
    Any ideas???
    Thanks.

    Hi there, did you find a solution to this?
    I had the same issue and no matter what i tried it didn't
    work. I found out that CFDOCUMENT doesn't support CSS2.
    Eventually I came up with a clunky solution, but had no other
    choice. I bought some imaging software called Alagad (
    http://www.alagad.com) which
    produces the vertical text as images on the fly. Its not ideal, but
    there was no ther way I could disply the text.
    Hope this helps you.
    Ally

  • Vertical text in columnheader

    Hi!
    Im trying to get the column header text to render vertical to save space. Can i do this in any way? I have search the forum and help without finding anything. Any ideas? The rest of the table data should be horizontal
    I would like it to be something like this...
    C     C     C
    o     o     o
    l     l     l
    u     u     u
    m     m     m
    n     n     n
    1     2     3
    td1 td2 td3
    td1 td2 td3
    I use the following example uix code that is only an example with horizontal column header text.
    <table tableData="data" alternateText="No data">
    <tableFormat tableBanding="rowBanding"/>
    <contents>
    <column>
    <columnHeader>Column1</columnHeader>
    <contents>
    <textInput text="${uix.current.rowvalue}" readOnly="true"/>
    </contents>
    </column>
    <column>
    <columnHeader>Column2</columnHeader>
    <contents>
    <textInput text="${uix.current.rowvalue}" readOnly="true"/>
    </contents>
    </column>
    <column>
    <columnHeader>Column3</columnHeader>
    <contents>
    <textInput text="${uix.current.rowvalue}" readOnly="true"/>
    </contents>
    </column>
    </contents>
    </table>
    Any help is appreciated!!!

    Question asked and answered quite once a week !
    Feature unavailable !
    Using the forum's Search feature you would get described workarounds.
    Yvan KOENIG (VALLAURIS, France) lundi 22 août 2011 15:37:33
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please :
    Search for questions similar to your own
    before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

Maybe you are looking for

  • Can I upgrade my MacBook Pro from Snow Leopard straight to Mountain Lion, or would it be wise to get Lion as well?

    I am currently in the process of upgrading the operating system on my girlfriend's MacBook Pro (Model Identifier: MacBookPro5,1). I have purchased and installed Snow Leopard successfully, however I would like to upgrade to the latest operating system

  • How do I update a licensed local copy of Lightroom 5.7?

    I shoot with a Leica, and Leica owners receive licensed local copies of Lightroom with the purchase of our camera bodies (lucky us? I'm sure the price is built in!) I gave the Photography Creative Cloud a try, but I don't have use for Photoshop and t

  • Error in a correlated query

    I have the following two tables: create table t1 (c1 number, c2 number); create table t2 (c1 number, c2 number); I would like to run the following query: explain plan for select a.c1, b.c1 from t1 a, t2 b where b.rowid in (select * from (select b2.ro

  • Bluetooth option has disapeared

    Hi, am running ios7.0.4 on iphone 4 suddenly my bluetooth option has disapeared from my settings. there is a bluetooth button in the quick access (finger swipe up) page but when i press it nothing happens..am confused as to reason for sudden lack of

  • CF 7.0.2 ODBC Server crashed unexpectedly

    hi We moved from an older Dual PIII box under Win2k to a Dual Xeon under Win2k3. First step was to move Sybase ASA 9.0.2.33xx dbs from the old box to the new, leaving ColdFusion 6.1 MX on the old box connecting through ODBC. This workd flawlessly for