Change Header Column height

Hi sir,
Iam trying to change the height of header column. The column which contains (Activity ID, name etc.,). In the Edit Column tab we can change the width but not height.
Any idea to change the height.
Thanks,
Imad

Hi Imad,
Your only option to increase the height is by going to the (View menu ->) Time Scale and change it to Timescale Format -> 3 Lines.

Similar Messages

  • Changing specific column heights.

    hi basically on my site i have two columns, a left column of 550px wide and a right column of 250px wide. These columns are made using div tags and contain text and pictures. (i am using an external style sheet) I then have a footer below these two columns. On my pages my left column doesn't have a height so it also expands as i add information to it. As my right column has a background color of grey i have had to set a height to the column so that they grey background travels all of the way down to match up with the left column. This is fine for my home page but as i am using an external style sheet it effects my other pages also. So on my 'about us' page for example which has less text there is empty space in the columns.
    So what im asking is, is there a way to change/remove the column heights on the 'about us' pages without it effecting the home pages columns?
    sorry if this is confusing. any help will be greatly appreciated.

    i cant upload it at the moment but here is the code for the home page
    <!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>K Cox Landscapes | Winterbourne | Landscaping</title>
    <meta name="keywords" content="landscape, gardener, winterbourne, landscaping, design, company" />
    <meta name="description" content="K cox landscapes are a landscaping company based in winterbourne. Gardens from design to completion in areas including bradley stoke and frampton cotterell. K cox landscapes have been designing gardens for over 30 years in the winterbourne area." />
    <style type="text/css">
    body {
        background-color: #CCC;
    </style>
    <link href="css/layout.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="shaddow">
      <div id="wrapper">
        <div id="logo"><a href="index.html"><img src="images/Kcoxlogo.gif" width="450" height="85" /></a></div>
        <div id="navigation"><a href="index.html">Home</a> <a href="aboutus.html">About Us</a> <a href="gallery.html">Gallery</a> <a href="feedback.html">Feedback</a> <a href="contact.html">Contact</a></div>
        <div id="headerImg"></div>
        <div id="bodyArea">
          <div id="left">
          <h1>Garden Landscaping and Design</h1>
            <p>K Cox Landscapes are a garden landscaping company based in Winterbourne Down. We at K Cox Landscapes cover all the Bristol and South Gloucestershire areas. Our work includes designing gardens and building them to our customers needs and desire.</p>
          <img src="images/landscaping.jpg" />
          <p>Whether it's simply a patio, a new lawn, tree and shrub planting or a full garden redesign K Cox Landscapes can accomodate your needs with over 30 years experience behind us.</p>
          <p><a href="aboutus.html">more info</a></p>
          <img src="images/landscaper-winterbourne.jpg" />
          <h2>Customer Feedback</h2>
          <p><a href="feedback.html">Dear Mr.Cox,     
          </a>
          <p><a href="feedback.html">We would like to thank you for the fantastic job you and your team have done on our back garden. You have changed what was previously an unused (and mostly unusuable!) space into a really pleasant area to spend time in - we are so pleased the way it looks and works.     
          </a>
          <p><a href="feedback.html">the work was carried out quickly, professionally and all on time as promised and the team were very friendly and professional.     
          </a>
          <p><a href="feedback.html">we would happily reccommend your services to anyone else.     
          </a>
          <p><a href="feedback.html">thanks again     
          </a>
          <p><a href="feedback.html">Richard and Kate Turton
          </a></div>
          <div id="right">
          <img src="images/patio.jpg" />
          <h3>Services</h3>
          <h4>Landscaping</h4>
          <h4>Garden Redesign</h4>
          <h4>Patios</h4>
          <h4>Planting</h4>
          <h4>Turfing</h4>
          <h4>Decking</h4>
          <h4>Block Paving</h4>
          <h5>Contact:<br />01454 774292 or<br />
          07747 385681      </h5>
          </div>
          <div id="footer">Copyright &copy; K Cox Landscapes. All Rights Reserved</div>
        </div>
      </div>
    </div>
    </body>
    </html>
    and the css file
        margin: 0px;
        padding: 0px;
    #wrapper {
        width: 800px;
        margin-right: auto;
        margin-left: auto;
        background-color: #FFF;
        border-right-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #999;
        border-left-color: #999;
    #wrapper #logo {
        height: 100px;
        background-color: #FFF;
    a img {
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
    #wrapper #navigation {
        height: 35px;
        background-image: url(../images/ronavbarbg.jpg);
        background-repeat: repeat-x;
    #wrapper #headerImg {
        height: 250px;
        background-image: url(../images/flowerHpImg.jpg);
        background-repeat: no-repeat;
    #wrapper #bodyArea #right {
        float: right;
        width: 250px;
    #wrapper #bodyArea #left {
        float: left;
        width: 550px;
        background-color: #FFF;
    #wrapper #bodyArea #footer {
        clear: both;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #666;
        font-weight: normal;
        text-align: center;
        line-height: 30px;
    #wrapper #navigation a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #175206;
        text-decoration: none;
        display: block;
        height: 35px;
        width: 100px;
        float: left;
        text-align: center;
        line-height: 32px;
        background-image: url(../images/ro.jpg);
        background-repeat: no-repeat;
        background-position: left top;
    #wrapper #navigation a:hover {
        background-image: url((URL));
        background-position: bottom;
    #shaddow {
        width: 840px;
        margin-right: auto;
        margin-left: auto;
        background-image: url(../images/dropshaddow.jpg);
        background-repeat: repeat-y;
    #shaddow #wrapper #bodyArea #left img {
        margin-top: 0px;
        margin-right: 20px;
        margin-bottom: 0px;
        margin-left: 20px;
        border: 8px solid #999;
    #shaddow #wrapper #bodyArea #right img {
        border: 8px solid #999;
        margin-top: 20px;
        margin-right: 10px;
        margin-left: 10px;
    p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #666;
        margin: 20px;
    p a {
        text-decoration: none;
    h1 {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        margin: 20px;
        font-weight: bold;
        color: #333;
    h2 {
        margin: 20px;
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
    h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 24px;
        color: #333;
        margin-top: 20px;
        margin-right: 10px;
        margin-bottom: 20px;
        margin-left: 10px;
        text-decoration: underline;
    h4 {
        margin-top: 0px;
        margin-right: 10px;
        margin-bottom: 20px;
        margin-left: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #666;
    h5 {
        color: #999;
        font-size: 16px;
        margin-right: 10px;
        margin-left: 10px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    .imageHolder {
        width: 800px;
        margin-right: auto;
        margin-left: auto;
        background-color: #e7e7e7;
        height: 600px;
    .imageHolder img {
        margin-top: 60px;
        margin-right: 45px;
        margin-left: 45px;
        border: 5px solid #999;
    .imageHolder img:hover {
        margin-top: 60px;
        margin-right: 45px;
        margin-left: 45px;
        border: 5px solid #333;
    thanks

  • How to change heading column in SQ00.

    Hello Gurus,
    When i am generating SQ00 report, i am getting the output correct,but the problem is tat in the heading such as PERSONAL NAME , i am getting PERSONAL NUMBER.In the PERSONAL NUMBER, i am getting the PERSONAL NAME Details.
    Can please any one help me,where to change PERSONAL NUMBER to PERSONAL NAME.
    Regards
    AM

    Hello,
    We are changing the text as desired by you in the node, CMOD.But please let me know how to save the changes.It's not allowing to save the changes.
    Please let me know the steps how to save the changes.
    Regards
    AM.

  • Changing only column header color

    Hello,
    I changed the background color of the tabel to white. But column headers are also appearing as white. How can I change the color of column headers only. I tried several combinations...no luck.
    Thanks,
    Sunita.

    Hi Sunitha,
    You do like below.
    1)In the Table Column delete the dafault Table header.
    2)Insert FixedYTopCell to the above column and insert TextView to FixedYTopCell.
    3)Change the cell Design Property of FixedYTopCell   to grouplevel2
    4)Change the SemanticColor Property of TextView   to negative or accroding to your.
    That will change header column color
    Regards
    -SS

  • How can I change excel column header using Labile.

    Dear Experts,
                          How can i change excel column header using LabVIEW.
    Thanks for any and all help!
    M.S.Sivaraj.
    Sivaraj M.S
    CLD

    As I said in my previous post, column headers in Excel are merely row 1 cells. May be I missing something here, so please be more explicit with your question.
    I guess you are using the Excel Report tools, and you want to modify an existing sheet. From my limited experience with the Excel Report tools, it is not possible to open an existing woorkbook (except as template...), so the answer to your question should be "Forget it"...
    The work around is to use the example I pointed for you before, and either to write the whole new colum headers as a string array, starting in A1, or to write a single string to a given cell in row 1.
    Hope this helps 
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • How to change the column header name dynamically based on sysdate

    Post Author: senthi_gokul
    CA Forum: WebIntelligence Reporting
    Dear All,
            i have designed some reports. i would like to change the column header dynamically based on sysdate. up to 24 months. can u help me, which add month function using the universe. i dont know if-then-else function is having the universe tool or not?

    Post Author: prasingh
    CA Forum: WebIntelligence Reporting
    Are you saying you are not able to create an object by value (select: statement) as sysdate and put it onto the headers of your report? You can use the add_months() function on the object to add the numbers of months you wish.
    Please let me knnow for more.. You can get in touch with me on [email protected] for quick reply. 

  • Changing the Column Header and Hiding the Column dynamically???

    Hi friends..
    I'm new to OBIEE field. I'm working in a OBIEE project that requires to dynamically change the column header, and dynamically hide the column depending on the prompt value.
    I know we can dynamically change the table header using the presentation variable but I couldn't do that same thing with column header.
    I searched some forums that suggest to use java script for this purpose but I'm not able to do the same also. If anyone had same issue before please help.

    toony, I'm not sure it's possible to do all that you want exactly the way you want, but here are some ideas you can pursue.
    To dynamically change column headers without javascript, check this blog out...
    http://oraclebizint.wordpress.com/2008/01/25/oracle-bi-ee-101332-dynamic-column-headers-using-presentation-variables-sets-and-conditional-formatting/
    As far as dynamically hiding a column, I don't think you can do this, but since you don't provide any details on how the PV is supposed to hide a column based on the value, are you talking about hiding a column for one PV value and another (different) column for a different PV value? Or are you talking about hiding one column when a PV has certain values and displaying it when the PV has a different set of values?
    I have managed to create both scenarios via a work-around, but the procedures require some writing so I don't want to put both. Please detail how you want your PV to "hide" a column or columns.
    P.S. I don't think column selectors will do the trick for you. Basically column selectors work like this: Say you have a report using Sales Region ID, Region Name, and Sales. Now let's say you want the user to choose if he/she wants to see annual sales, or quarter sales or weekly sales, etc. The column selector view would allow you to put the various columns (Year Sales, Quarter Sales, Weekly Sales) as an option the user can select. Once selected, the sales figure will change for the time period selected. For an example of how this is done, check out the section in this "Oracle by Example" link.
    Waited too long to publish this... Madan beat me to it, so there is some overlap here...
    http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/saw/saw.html
    Edited by: LC143 on Oct 27, 2008 9:21 AM

  • Change the column header according to the filter value ?

    Hello Experts,
    I have a requirement in which the customer wants to change the column header of the Sales Volume Key Figure to change according to the filter selected for the Calender Year / Month in the Free characteristics.
    I could display the header as 'Sales Volume for OCT 2000' as this is the value restricted intially in the free characteristics for Calender Year / Month.
    Any suggestion is appreciated.
    Thanks,

    Ioan Thanks for the reply.
    Probably my previous explanation of the problem was a little incomplete. Let me give a better description.
    The situation is something like this.
    I have a requirement in which the customer wants the column header to reflect the 'keep filter value' restriction that he does dynamically in the query report.
    i.e:
    -- usually the kf column header shows 'sales volume'
    -- column header with text variable of the Calender year / month variable -- 'sales volume for 2000 oct'
    -- but when the report is run, if the user wants to go and change the filter:   calender year / month > rt clk > keep filer value > select Jan 2003.
      The kf column header still shows 'Sales Volume 2000 Oct'
    How to make the column header change to 'sales volume for Jan  2003' ?
    Any suggestions greatly appreciated.
    Thanks,

  • TO CHANGE THE COLUMN HEADING IN F4 HELP

    hi all,
    can anyone tell me ?
    How can we CHANGE THE COLUMN HEADING IN F4 HELP.
    If the F4 help is available for the custom field then i want to change the heading of the columns displayed in the F4 help.

    Hi,
    Kindly note that using ALL CAPITAL letters in subject line is against the
    Read the [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement].
    Regards
    Karthik D

  • Changing header title of column at runtime

    Hi
    I want to change the column header in an ALV table at runtime. I know how to overwrite a DDIC binding text of the column header with my own static text but I also want to know how to modify this column header text dynamically. I have a separate attribute in my context node to serve as the column header, which I can keep modifying at runtime, but the problem is to bind this attribute  to the header of the column.
    Thanks and regards
    Sukanya

    Hi Sukanya,
    Refer to code given by Thomas in this thread: change ALV column Header
    Also refer these threads: Webdynpro ALV title
    Re: Change Header Text for a ALV table column
    I hope it helps.
    Regards
    Arjun
    Edited by: Arjun Thakur on Mar 26, 2009 4:41 PM

  • Changing header text of column in ALV

    Hello. I'm trying to change header of a column in WD ALV using this code:
      lr_col = lo_value->if_salv_wd_column_settings~get_column( 'DESCRIPTION' ).
      lr_header = lr_col->get_header( ).
      lr_header->set_text( EXPORTING value = 'My perfect text' ).
    But it doesn't work. Where was I wrong?

    Hi..
    Add the following code after set_text
    lr_header->set_prop_ddic_binding_field( ).
    this will clear the binding of dataelement text with the column..
    Ranganathan

  • Why is it so problematic changing the amount of header columns/rows in Numbers?

    When I set up a new spreadsheet I often make many changes to header rows and columns until I get a layout ironout and suitable for my task. Heck I even transpose from column headins to row headins sometimes. Yet everytime I reduce say column headings it always deletes the information in the column I didn't want it to. Even when I have a blank column. Is there any way to select columns then change column headers item in the inspector or something? Well obviously I tried the former and the answer is "no", leaving "something" ;-)
    This is a hopeful question for workarounds/methods/education before I place a feature request to polish this functionality with some no-nosense inetligence.

    Put your feature request in.
    The current state of affairs is:
    You may convert the topmost non-header row to a header row, to a maximum of five. Doing so will not affect the content of the cells in the row (but may change format attributes such as bold and alignment).
    You may add a header row above or below an existing header row, to a maximum of five in total, using the appropriate menu items in the popup menu in the header row's reference tab, or by pressing option-up arrow or or option-down arrow. Cells in the new header row will be empty. Any formulas referencing cells in the original header row will be adjusted as necessary.
    You may add header rows above the first row of the table by choosing a number larger that the (checked) existing number of header rows in the sub menu of the Tables menu item Header Rows. Cells in the added rows will be empty.
    Converting header rows to non-header rows is not supported.
    The top header row(s) may be removed by choosing a number smaller than the (checked) existing number of header rows in the sub menu of the Tables menu item Header Rows.
    Any Header row(s) or regular row(s) may be removed by selecting the row(s) (or a cell in the row(s)) and choosing Delete Row(s) from the Table menu.
    The content of cells in the row(s) is deleted with the rows. Formulas referencing cells above or below the deleted rows will be adjusted, theose referencing cells in the deleted rows will return error message.
    Support for converting, adding and removing Header columns follows the same pattern as above, with left and right respectively replacing above and below.
    Footer rows may be added or removed following the same patterns as above, with below and above respectively replacing above and below.
    Converting to or from Footer rows is not supported in either direction.
    Regards,
    Barry

  • How to create total column and change heading

    I have a region that is display only - financials. I need to add total columns after data is displayed. Does framework support this or will I need to do this in java.
    Secondly I will need to change the column heading to current year - ie '2008'.
    From previous thread I tried the following in processRequest but getting exception
    String tt = "Testing";
    OATableBean table = (OATableBean)webBean.findIndexedChildRecursive("CustFinancialFullVO1");
    table.prepareForRendering(pageContext);
    OAMessageStyledTextBean aa = (OAMessageStyledTextBean)webBean.findIndexedChildRecursive("CurrentYear");
    aa.setPrompt(tt);
    New to oaf and java but just looking for some direction.
    Thanks

    Framework, supports inbuilt support to total feature, check tables section in dev guide.
    --Mukul                                                                                                                                                                                                                                   

  • Field Header / Column Header Dynamic Name change

    Hi,
    I have built a query using SQ02 and SQ01. I have a question, what is the easiest way of changing the Column Header using ABAP Code? I have 3 columns which i have added myself,
    1st colum name should be the current month
    2nd column name should be current month +1
    3rd column name should be current month + 3
    ANy help would be appreciated
    thanks
    Adeel

    Hi Friend,
    For changing column name according to your requirement in ALV:
    take a variable type p (for example ws_month);
    pass month number.
    Go to table T247 and take month text and pass to
      WA_FIELDCAT-SELTEXT_M = 'Month Text'.
    Increment the month number by 1 and follow the same logic.
    You can implement the same logic for report also.
    Regards
    Krishnendu
    Read the question carefully before answering. Irrelevant and misleading answers will lead to your account being locked.
    Edited by: Durairaj Athavan Raja (Moderator)on Jul 12, 2008 12:10 PM

  • Changing generic column heading

    Hi ,
    How to change the column heading for generic types of columns ?
    Means i want to make it all caps but its in the form of Initcap by default also the column heading are disabled for generic types of columns .
    Any idea ?
    Thanks & Regards,
    Rosy...

    See Vikas if u create a report based on generic columns where the report region returns column headings on that occassion u are not seem to get the column headers editable mode rather it is in disabled fashion with Col1,col2,col3 like that but i want to make all the Headings that is going to be returned in CAPITAL rather what the HTMLDB engine returning by default as InitCap .
    Is there any way to make those caps ....
    Hope this pic helps you to understand.
    http://tinypic.com/jutrah.jpg
    Cheers,
    ROSY

Maybe you are looking for