Can't wrap column header if column is sized smaller

I have been reading through all the threads here and have not found a solution to my particular problem. I have a column with a long title that I want wrapped so the column itself is narrower. I have tried the "display:block;width:150px;overflow:hidden;white-space:normal" approach which works fine with the column data but still leaves the header wrapped. I also tried the "<table><col style="width:100px;"><tr><td>#COL04#</td></tr></table>" approach which had no effect. I'm using Theme 2 and have examined the t2header tags and see that the default tag contains a nowrap directive, but the tags for the other templates such as standard and borderless do not contain a nowrap. I have tried using all of these templates to no avail. Any ideas on how to get my column header to wrap?

Hi,
Following is the jsp code that i am using but not able to wrap the text in column:
<af:table id="logTable"
value="#{abc.listWorkBenchLog}"
var="log"
bandingInterval="1"
banding="row"
rows="5"
inlineStyle="border: 1px solid Silver ;width:700px;height:100px;overflow:scroll;" >
<af:column sortable="true" sortProperty="strDesc" width="700" noWrap="false" >
<f:facet name="header">
<af:outputText value="Description"/>
</f:facet>
<af:outputText value="#{log.strDesc}" />
</af:column>
</af:table>
I tried removing noWrap however it places a horizontal scroll bar (which i dont want and hence implementing this wrap text functionality) in the table.
please help,
Manglesh

Similar Messages

  • How can I see the heading of a column, whilst at the bottom of a document?

    I'm doing a long list of expenses, and the headings are at the top of columns. Now I've filled in many rows, I have to go up and down the page to see the heading make sure that I fill the correct column in. Is there a way of splitting a document across the middle (or something like this) so that I can always see the heading at the top of the column even though i am way down the page?
    thanks so much - Nigel

    Hello
    There is a really simple workaround
    Duplicate your table and, in the copy, remove every rows minus row 1 thru 7.
    You will be able to leave the new table (name it "header7" for instance) at the top of your screen
    and put the main one just under it.
    Doing that, you will be able to scroll in the main table.
    If the contents of the seven top rows may be modified.
    Replace the contents of the cells in header7 by a formula looking like that:
    A1 =mainTable :: A1
    So the changes in row 1 thru 7 in mainTable will be reported in header7.
    Yvan KOENIG (from FRANCE lundi 7 janvier 2008 18:31:14)

  • How can a 2 column text frame be split into 2 separate text frames?

    Hi InDesigners,
    I have a 12 spread (22 page) document that was originally created with a single column primary text frame in CS6. It contains text and anchored images throughout the doc. (images are anchored to the text frame).
    My client now wants each page split into 2 columns, but the columns need to have different widths - the left column needs to be narrower than the right. Although I can create 2 columns in a single frame, it's not possible to adjust the column widths separately, so I need to get them into 2 separate frames.
    Is there a way to convert a 2 column text frame into 2 separate text frames, so I can resize the column widths invididually?
    kind regards,
    -c

    hi, Thanks for the replies,
    The doc size is 8.5"x11", with 1/2 " margins. I never mentioned anything about it being a book. (It's just a paper my client wrote and woud like a PDF of it). The reason for the uneven columns is he wants the images to be 4" wide. For some reason, he wasn't keen on just a single column with text wrapped around the pix. I proposed making a 3" left column threaded into a 4" right col with a .5" gutter between them and he wants it that way.
    Thank you both for your respones. I'll try the script
    -c

  • Wrapped column "bleeds" onto next page of report

    Does anyone know how to stop a wrapped column from printing on two different pages in sqlplus? I have this sqlplus report that has a certain page size. Whenever it hits the end of a page it doesn't care if it splits a wrapped column in half. See below in the example, where it splits the last name "jones-macdonald" across two pages.
    LAST NAME FIRST NAME ADDRESS page 1
    smith john some address
    smith james some address
    jones-macdo loretta some address
    LAST NAME FIRST NAME ADDRESS page 2
    nald
    johnson lucy some address
    Thanks to anyone who can assist.
    --Susan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Yes, I did set a format and told it to WRAP. Unfortunately, my report contains a number of columns that must wrap or the line is too long. However, some people complain about the way it splits the data across two pages.
    I can't find anything in the sqlplus documentation on how to fix this. Maybe there is a trick someone knows.
    --Susan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Can we update column in view with some operation

    can we maipulate column of a view containing any arthimetic operation
    if yes, pls explain me some example
    asp

    SQL> create or replace view emp_view as select e.*, (sal + nvl(comm, 0)) total from scott.emp e ;
    View created.
    SQL> desc emp_view
    Name                                      Null?    Type
    EMPNO                                     NOT NULL NUMBER(4)
    ENAME                                              VARCHAR2(10)
    JOB                                                VARCHAR2(9)
    MGR                                                NUMBER(4)
    HIREDATE                                           DATE
    SAL                                                NUMBER(7,2)
    COMM                                               NUMBER(7,2)
    DEPTNO                                             NUMBER(2)
    TOTAL                                              NUMBER
    SQL> update emp_view set hiredate = hiredate + (1/24) ;
    14 rows updated.
    SQL> update emp_view set total = total * 1.5 ;
    update emp_view set total = total * 1.5
    ERROR at line 1:
    ORA-01733: virtual column not allowed here
    SQL>

  • How can i suppress columns in ALV ?? Will reward points.

    Hello Gurus, how can i suppress column in ALV when i`m using the transparent table:
    CALL METHOD grid->set_table_for_first_display
          EXPORTING
            i_structure_name = 'ZIANEXE'
            is_layout        = wa_layout
            is_variant       = wa_variant
            i_save           = 'U'
            IT_TOOLBAR_EXCLUDING = LT_EXCLUDE
          CHANGING
            it_outtab        = itab[]
            it_fieldcatalog  = fieldcat.
    Please help.

    in the fieldcatalog you are providing there is a field NO_OUT use this.
    Loop over internal table and check fieldname. If fieldname = column you want to hide, NO_OUT = 'X'.
    Edited by: Micky Oestreich on May 8, 2008 12:06 PM

  • Can we use Column Names in Parameter Cursor

    Hi
    can we use Column Names in Parameter Cursor??
    DECLARE
    CURSOR Emp_Cur (P_Deptno NUMBER)
    IS
    SELECT Empno, Ename
    FROM Emp
    WHERE Deptno = P_Deptno;
    BEGIN
    FOR Emp IN Emp_Cur(10)
    LOOP
    DBMS_OUTPUT.PUT_LINE('The Employee Number is: '||emp.Empno);
    DBMS_OUTPUT.PUT_LINE('The Employee Name is: '||emp.Ename);
    END LOOP;
    FOR Emp IN Emp_Cur(20)
    LOOP
    DBMS_OUTPUT.PUT_LINE('The Employee Number is: '||emp.Empno);
    DBMS_OUTPUT.PUT_LINE('The Employee Name is: '||emp.Ename);
    END LOOP;
    END;
    In the above Program, I send Deptnumber. If i send Column names like Empno, Ename. What can i do??
    If Declare Samething Through Parameter Cursor, it doesn't accept VARCHAR2(Size)

    For parameters you don't use size, just the type (DATE, NUMBER, VARCHAR2, CLOB, ...)
    DECLARE
      CURSOR Emp_Cur (P_Ename VARCHAR2)
      IS
        SELECT Empno, Ename
        FROM Emp
        WHERE Ename = P_Ename;
    BEGIN
      FOR Emp IN Emp_Cur('SCOTT')
      LOOP
        DBMS_OUTPUT.PUT_LINE('The Employee Number is: '||emp.Empno);
        DBMS_OUTPUT.PUT_LINE('The Employee Name is: '||emp.Ename);
      END LOOP;
    END;

  • How we can replace the column in Core Table plz see this msg

    Hi,
    How we can replace the column in Core Table plz see this msg
    Req:
    when i push the Insert button the data inserted into the Table
    like
    Cols Values
    FOCD      CUFZ14
    PRDCD FU6
    Month 082008
    AgencyCD AG02
    PLAN 123
    This is FO_Plan Table....
    Requirement:
    i need at table show to replace the Prd_CD to Prd_Desc while inserting the above Row....
    There is no Prd_Desc in FO Plan Table....
    Prd_desc comes from Product Table.
    did u get my point...
    how to solve.
    Thanks
    Ram
    Edited by: Ram Vungarala on Sep 24, 2008 9:09 AM
    Edited by: Ram Vungarala on Sep 24, 2008 9:15 AM

    Hi,
    I'm not sure if I understood what are you trying to do. But you can modify your table in a backing bean code. JSF page code for a table:
    <af:table id="product_search_results_tbl" binding="#{backingBean.boundTable}" ... />
    And a backing bean code:
    import oracle.adf.view.faces.component.core.data.CoreTable;
    public class YourBackingBean {
        private CoreTable boundTable;
        public void setBoundTable(CoreTable boundTable) {
            this.boundTable = boundTable;
        public CoreTable getBoundTable() {
            return boundTable;
       public String insertButtonAction() {
          // Bind your button action to this method and modify here your bound table
         return null;
    {code}
    Look for column modification methods in a CoreTable class documentation.
    Marius                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to write a case statement for the totals column of two different years (2013 and 2014) of the same month so that I can get a +/- column

    Please Help!!!
    How to write a case statement for the totals column of two different years (2013 and 2014) of the same month so that I can get a +/- column.
                                      January 2014         January
    2013                            +/-
                    Region   Entry   Exit  Total    Entry   Exit   Total   (Total of Jan2014-Total of Jan2013)
                    A               2         3      
    40        5       7        30                    40-30= 10

    What is a table structure? Sorry cannot test it right now..
    SELECT <columns>,(SELECT Total FROM tbl WHERE Y=2014)-(SELECT Total FROM tbl WHERE Y=2013)
    FROM tbl
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Can we hide column in a query depending upon the variable selected

    Hi all,
    let us say my report have 10 column.
    now i am giving user option to select the values (let us say 'a' or 'b')
    columns must be displayed depending upon the value selected by user ..
    for example if user has selected 'a' then first five columns should be displayed..and if user has selected 'b' last five column should be displayed..(it will be OK even if we can hide the columns depending upon the selection )
    Is it possible in BEx...please let me know

    I did it sometime back. A bit complicated process.
    Create an infoobject, manually enter the values "keyfig1" and "keyfig2".
    Include this infoobject in the filters and restrict it using a "ready for input" variable.
    Now create two formula variables.
    Write a customer exit such that when you select "keyfig1", first formula variable's value should be set to 1 and other one's to 0.
    Then in the query create two calculated key figures, multiply both with the formula variable. Also supress column (all active value == 0).
    Then it will show the key figure which you have selected.
    Pravender

  • How can I move columns in Numbers without distorting the formula in other cells?  In Excel I can cut and paste entire columns and the formula in other cells adjusts accordingly.  When I do it in Numbers, the formula messes up.  How can I do this?

    How can I move columns in Numbers without distorting the formula in other cells?  In Excel I can cut and paste entire columns and the formula in other cells adjusts accordingly.  When I do it in Numbers, the formula messes up.  How can I do this?
    For example: I have formulas in columns D and F that relate to columns C to CU
    If I want to move one column from one position to another (say S to T), the formula loses the colums that was moved, i.e. it doesn't recognize it has moved, rather sees it as deleted...  How can I do this without distorting the formula?

    Thanks for the feedback.
    If I often urge askers to look at the available resources, it's because  a large range of questions asked in the forums are already answered in these documents.
    As they are PDFs, they are easy to search in.
    CAUTION
    Download them while they are available.
    Given what is delivered with iBooks Author, I'm afraid that we will not get such easy to use documents.
    Searching infos in the  iBooks Author documentation available on line is awfully cumbersome and a lot of embedded links are wrongly flagged this way. In the Help files they aren't links but underlined strings.
    It seems that the tool used to generate the web pages was wrongly configured.
    Yvan KOENIG (VALLAURIS, France) dimanche 22 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k
    My iDisk is : http://public.me.com/koenigyvan

  • How can I select columns from a table EMP, using Select statement?.

    Hi Friends,
    How can I select columns from a table EMP?.
    I want to select columns of EMP table, using select statement.
    Please reply me urgently.
    Shahzad

    Something like this:
    scott@DBA> select empno,ename,job from emp;
         EMPNO ENAME      JOB
          7369 SMITH      CLERK
          7499 ALLEN      SALESMAN
          7521 WARD       SALESMAN
          7566 JONES      MANAGER
          7654 MARTIN     SALESMAN
          7698 BLAKE      MANAGER
          7782 CLARK      MANAGER
          7788 SCOTT      ANALYST
          7839 KING       PRESIDENT
          7844 TURNER     SALESMAN
          7876 ADAMS      CLERK
          7900 JAMES      CLERK
          7902 FORD       ANALYST
          7934 MILLER     CLERK
    14 rows selected.Check the documentation:
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_10002.htm#sthref9697
    Message was edited by:
    Delfino Nunez

  • How can i register column with in the query

    hi all
    how can i register column with in the query?

    Thanks.
    In my business one, the column width was registed.
    But I don't know how can I do it.
    So I try to save the query again after change column width.
    Then the query was opend with changed column width.
    Is it right function?
    Is there any way to register the column width?
    It's very troublesome to change column width every time.
    seiichi

  • HFM: Where can I specify column type as type in HFM? And also being able to get text value in smartview

    Dear all,
    I'm new to HFM (11.1.2.1), and I have a question regarding where I can specify a column type as "Text" not number in web form of HFM. Right now I set "Cell Text" field to "[Default]", but was unable to get the text (HsGetText) in smartview with corresponding POV. The reason I thought was that I didn't successfully store the text in the POV. But how to correctly indicate a column type as "Text"?  Does anyone know the answer?

    Hi there,
    I am not sure if I understand what you want to achieve. However, I would suggest to set the Cell Text field to "1" (instead of "[Default]") in order to be able to input/export cell text in a web. form.
    Regards,
    Thanos
    < spam signature link removed by moderator >

  • Can't resize column to fit text

    Can't resize column to fit text in numbers.  option is "grayed-out" no matter what I do

    It is either a glitch or a rather unfun new thing. No one knows for sure. You do have a bit more control if you go into your photos app, find your photo and tap on the little box with the arrow poking out of it. That allows you to send it to be wallpaper. You can do some scaling, although not as much as you used to.
    Finding work arounds is about all you can do until it's fixed.

Maybe you are looking for

  • ITunes stops responding when iPod is connected to the computer

    This weekend I switched from Windows Vista to Windows 7 with a custom installation of Windows 7 to completely replace Vista (I did not do the upgrade that lays 7 on top of the Vista installation, and I did completely remove the windows.old folder tha

  • After 8 years...

    Like he title says... I've been a Verizon customer for 8 years. I've never once had any payment problems that caused our account to be suspend. I think we've made partial payments after the due date 2 times in the whole 8 years. I have always had goo

  • Bill of material change & Cost collector

    Dear All, In case of our client scenario,they are using REM with standard cost collector. But the frequency of changing the bill of material is more , So is It necessary to change all the time product cost collector. Please suggest. Thanks In advance

  • Corrupted render .. only when using stills in FCP.. strange ?

    Built my sequence which consisted of 720p footage (from a 7D). It also contained still images from the same camera. In FCP plays back fine. I then send to color and perform various effects.. mainly a primary in and also some color corrections. When I

  • My ipad doesnt want to charge

    PLEASE HELP!... I newly upgraded my ipad and installed games on it.but then now it doesn't wanna charge and an error message always says this " this charger is not supported on this device" ... can anyone tell me what to do, Please?..