How to freeze column and row headers of a table

How to freeze column and row headers of a table in jsp and javascript. An example is available in
http://www.massless.org/_tests/grid1/ pls help to find a solutionj
Thanks in anticipation
Sreejesh

At least I don't stop you from that. I also don't see any benefits in this topic.
Success.

Similar Messages

  • How to make Column and Row headers bold in Web template?

    Hi Experts,
    I have a web application with a query in it. Now I would like to know how I could make the column and row headers of this webquery in bold font? I havent found any properties in any web item to make this possible. It looks like the only way to do this is CSS, but i dont have any experience with style sheets.
    Are there easier ways to do this?
    Thanks in advance.
    Rgds,
    Richard

    Tried this for fun using JavaScript.  It appears to work, but is pretty much a hack, and I didn't test it thoroughly.
    Place this in a function that is called during onload of the page:
         var eleid='';
         for(var ct=0;ct<1000;ct++) {
              eleid='ANALYSIS_interactive_mc'+ct+'_tv';
              if (document.getElementById(eleid)) {
                   if(document.getElementById(eleid).parentNode.className=='urLayoutPadless') {
                        document.getElementById(eleid).style.fontWeight='bold';

  • Freeze columns and rows easily

    I am new to numbers and although I had some difficulties, I have yet to freeze columns and rows in a simple way as in excel. I need to find a tool to focus titles without merging cells, this is something like "Center Across Selection". There is this tool? How I can actually freeze columns and rows easily?

    Numbers automatically repeats the column headers when you are in "Page View".  To enable page view select the menu item "View > Show Print View".
    There is no center across selection.  You can add a text box which you place in front of your table that is as wide as the group of cells you wish to centered on, with the text formatted so it is centered.
    I left the text box above the table, but you should move on top of like:

  • Numbers-freezing columns and rows

    Can you freeze columns and rows in numbers although they are not designated as headers?

    FYI   I was looking for information in these old posts on the Freeze function in Numbers.  
    After looking through numerous posts and finally talking with an Apple Tech, we found that the freeze function was not in Number 08, but added in Number 09.   We were both surprised that this basic spreadsheet function was missing from 08
    With this function you can lock/freeze the top row and/or column so as you scroll through the spreadsheet, you can see you first rows or columns while looking at the data in the middle of the  spreadsheet.  
    I am not an Apple representative, but the only way to fix this and other flaws in Number 08 is to upgrade to 09 for $19.99.   Hope this helps.

  • FREEZE COLUMNS AND ROWS IN WEB REPORT - PLEASE ADVISE ME

    Hi Experts,
    I have a web template that contains a query. My customer wants to freeze columns and rows in this report like we do in Excel. I know that in BW 3.5 this is not a standard feature of Table item. In forum I have found some messages regarding with this issue. I inserted a JavaScript code that I have found in forum, but this does not help. A codewriter wrote some other JaveScript for example  alert(), that works but some part of taken code from forum such as defined functions do not work.
    Other solutions advised in forum such as fixing row numbers or column numbers do not fix my problem.
    My questions:
    1 -  In new version of BW, BI 7.0 have this issue with WAD in standard been solved?
    2 - Does it really possible at the same time rows and columns to freeze? I want to freeze 2 rows from top, 2 columns from left.
    Could anyone have an idea?
    Best regards,
    Songul

    Hello,
    This will be implemented with SPS13.
    https://websmp204.sap-ag.de/~sapidb/011000358700004483762006E
    And before SPS13, i frame is useful to realize what you want to do. Using 2 "Analysis" web item. and display of 1st analysis web item is restricted only thin the header of the table and the 2nd Analysis web item is used as "table". display of this "analysis" is also restricted to 10 - 30 rows.
    but this consume hardware resource.
    <sample>
               <div style="OVERFLOW: auto; WIDTH: 1000px; HEIGHT: 20px" >
                   <bi:ANALYSIS_ITEM name="ANALYSIS_ITEM_2" designwidth="400" designheight="20" >
                       <bi:DATA_PROVIDER_REF value="DP_1" />
                       <bi:NEW_LINES_COUNT value="0" />
                       <bi:NEW_LINES_POSITION value="TOP" />
                       <bi:DATA_ROW_FROM value="1" />
                       <bi:DATA_ROW_TO value="0" />
                   </bi:ANALYSIS_ITEM>
               </div>
               <div style="OVERFLOW: auto; WIDTH: 1000px; HEIGHT: 200px" >
                   <bi:ANALYSIS_ITEM name="ANALYSIS_ITEM_1" designwidth="400" designheight="200" >
                       <bi:DATA_PROVIDER_REF value="DP_1" />
                       <bi:DATA_COLUMN_FROM value="1" />
                       <bi:DATA_ROW_TO value="0" />
                   </bi:ANALYSIS_ITEM>
               </div>
    Kind regards,
    Masaaki

  • Freezing columns and rows in an Interactive Report

    version 3.2.1
    Hello,
    How can I freeze columns and/or rows in an Interactive Report so they don't scroll off the screen?
    Thanks,
    Joe

    In the header html, enter the following
    freeze(rownum=>1,degree=-100,scale=centigrade);

  • How to enter a data into the specified column and row in a created table

    Hi,
    I want to enter some data to specified column and row in a already created table. Please let me know how to do this.
    Regards
    Shivakumar Singh

    A table is just a 2D array of strings. Keep it in a shift register and use "replace array element" to modify the desired entry programmatically.
    If you want to modify it manually and directly from the front panel, make it into a control and type directly into the desired element. (In this case your program would need to write to it using a local variable).
    Atttached is a simple example in LabVIEW 7.0 that shows both possibilities.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    ChangeTableEntries.vi ‏41 KB

  • Freezing columns and rows in Web reports

    Hi Gurus,
    We are trying to freeze the scrolling of first two columsns and the first row for a web report. Could you please guide me how can we do this for a analysis web item.
    Appreciate your help.
    Thanks
    Raj

    Raj,
    You can lock the headers of the table columns by selecting the table, Select the properties windows and No. of Rows scrolled at each step & No. of rows displayed.
    On most monitors 25 is a good number and this allows the use jump 25 rows up / down the table view.
    Hope this might help,
    Regards
    Gill

  • Freeze columns and rows for scrolling in HTML ouput

    Hi everyone!
    I have an BIP report with a crosstab generating a HTML output and the table tends to get very big in the ouput, both vertical and horizatal wise, and I am looking for a way to freeze the first column when scrolling horizontally and the header row when scrolling vertically.
    Is there a way to accomplish this? It would help me a lot!
    Thanks,
    Magnus

    I saw in another tread (Freeze column headers in a table and enable vertical scroll bar on the rows that this user have seen a demo of what I want to accomplish. Nothing that you are aware of?
    Or, can it be done with Excel output?
    /Magnus

  • Freezing columns and rows

    Hi. I don't use spreadsheets a lot so I have a basic question. I have a spreadsheet and I'd like to "freeze" the first row as well as the first two columns. Can anyone tell me how to do it?
    I think "freeze" is the right term, but I'll explain a little more in case it isn't. I want the top row to stay visible as I scroll down to see rows that are beyond the first screen. Likewise, I'd like my first two columns to stay visible as I scroll to the right.
    Thanks.

    Header rows & column do show at the top of each page if you have print view turned on. Click the small page icon at the bottom left of the document or from the view menu (top item).

  • Filling in values based on the column and row headers

    I have a question that seems simple, but I can't figure out how to do it and I've searched all over the forum to no avail.
    I have one column that is width increasing by 3 in. increments (column A)
    I have one row that is height increasing by 3 in. increments (row B)
    I have one cell that is price (cell A1)
    I have a formula to calculate price per sq. ft.: =CEILING(A3B2/144,1)A1. This gives me the whole sq. ft. number multiplied by the price per sq. ft. to give me a total price at that dimension (A3 is the width, B2 is the height, and A1 is the cell that contains the price per sq. ft.).
    *Here is the problem*: When I try to cut and paste or fill the formula to the other cells, it doesn't calculate the formula as =CEILING(column A * Row B/144,1)*A1. Instead, it moves all of the values relative to the new cell that the formula is being pasted or filled to.
    Is there a way to autofill the cells so that the formula continues to refer to the width column, the height row, and the price cell?

    Aha! Apparently I didn't do enough research before I posted and I have since answered my own question. Here's how you do it. Look for "Distinguishing Absolute and Relative Cell References" and you should be able to find what you need. In my case, here is the formula I needed to have to make the copy and paste function do what I needed it to do: =CEILING($A3*B$2/144,1)*$A$. Hope that helps anyone who may have had the same problem I did.

  • SWAP COLUMNS AND ROW IN AN INTERNAL TABLE to display in ALV

    Hi ,
    I want to swap all the rows in an internal table with the column of the internal table to display it horizontally in ALV grid.
    e.g
    1     2   3  (field names)
    A    P   X
    B    Q   Y
    C    R    Z
    should look like :
    D       A   B     C
    E      P   Q    R
    F       X    Y    Z
    Where D , E, F in first column is already apended in new table.
    Or else is there a way to rotate the ALV grid so that it can display rows as columns & columns as rows.
    regards

    hi,
    i have an internal table which is like
    f1  f2 f3  f4 (column header)
    A  1  2   3
    B  4  5   6
    C  7  8   9
    the values in o/p table should be
    A B C  ( column header)
    1  4 7 
    2  5 8
    3  6 9
    Please help!!

  • How to swap columns and rows?

    Hi!
    I want to create a simple report from a db table. The "challenge": due to the nature of the data I always get twelve rows (yes, one for every month) and four columns. I'd really like to swap rows and columns. Does anybody know a way to do this? Did I miss something obvious?
    J.

    try working the sql like this
    SELECT DOT_FISCAL_YEAR
    ,MAX(DECODE(SEQ, 4, BEG_DATE, NULL)) || '-' ||
         MAX(DECODE(SEQ, 4, END_DATE, NULL)) "April"     
    ,MAX(DECODE(SEQ, 5, BEG_DATE, NULL)) || '-' ||
         MAX(DECODE(SEQ, 5, END_DATE, NULL)) "May"
    ,MAX(DECODE(SEQ, 6, BEG_DATE, NULL)) || '-' ||
         MAX(DECODE(SEQ, 6, END_DATE, NULL)) "June"     
    ,MAX(DECODE(SEQ, 7, BEG_DATE, NULL)) || '-' ||
         MAX(DECODE(SEQ, 7, END_DATE, NULL)) "July"
    ,MAX(DECODE(SEQ, 8, BEG_DATE, NULL)) || '-' ||
         MAX(DECODE(SEQ, 8, END_DATE, NULL)) "August"     
    ,MAX(DECODE(SEQ, 9, BEG_DATE, NULL)) || '-' ||
         MAX(DECODE(SEQ, 9, END_DATE, NULL)) "September"
    ,MAX(DECODE(SEQ, 10, BEG_DATE, NULL)) || '-' ||
         MAX(DECODE(SEQ, 10, END_DATE, NULL)) "October"     
    ,MAX(DECODE(SEQ, 11, BEG_DATE, NULL)) || '-' ||
         MAX(DECODE(SEQ, 11, END_DATE, NULL)) "November"
    ,MAX(DECODE(SEQ, 12, BEG_DATE, NULL)) || '-' ||
         MAX(DECODE(SEQ, 12, END_DATE, NULL)) "December"
    ,MAX(DECODE(SEQ, 1, BEG_DATE, NULL)) || '-' ||
         MAX(DECODE(SEQ, 1, END_DATE, NULL)) "January"
    ,MAX(DECODE(SEQ, 2, BEG_DATE, NULL)) || '-' ||
         MAX(DECODE(SEQ, 2, END_DATE, NULL)) "February"     
    ,MAX(DECODE(SEQ, 3, BEG_DATE, NULL)) || '-' ||
         MAX(DECODE(SEQ, 3, END_DATE, NULL)) "March"
    FROM
    (SELECT DOT_FISCAL_YEAR, to_char(BEG_DATE,'mm/dd/yyyy') BEG_DATE, to_char(END_DATE,'mm/dd/yyyy') END_DATE
    ,TO_NUMBER(TO_CHAR(TO_DATE(FISCAL_MONTH, 'MM'),'MM'))SEQ
    FROM FDS_FISCAL_CAL.FDS_FISCAL_CAL)
    GROUP BY DOT_FISCAL_YEAR
    order by to_date(substr(DOT_FISCAL_YEAR,3),'RRRR')
    in this example...our fiscal starts in april...so i brought april first...and in this example..my data elements to show are just start and end dates (they keep switching them for months according to some calcs they use internally)...in your case it is the value 500, 450 etc.
    also i have grouped by year as we store many years' data...you can ignore this if you need only 1 yr..
    -n

  • Column and row headers not printing

    I have a report with multiple tablix and chart objects in it.  When running the report in Preview mode in Visual Studio, everything displays correctly.  However, for the two tablix objects in the report that are matrixes, the table headers do not
    print.  Here is what I see in Visual Studio:
    This is what I see when rendered as PDF:
    Any ideas where my headers may have gone?
    Derrick

    Hi Derrick,
    In Reporting Services, the PDF document is rendered to match the current state of any items in the report. For example, if the item is displayed when you preview the report, then the item is rendered in PDF.
    To trouble shoot this issue, we can refer to the following suggestions:
    Try to reopen the project, then export the report to PDF.
    Restart Reporting Services server, then deploy the report to report server, export it from report server.
    Create a new report with the same matrix to test the issue again.
    If the issue persists, please send me the RDL file with sample data to sqltnsp AT Microsoft.com (Please replace AT with @) or upload the files to your skydrive.live.com, so that we can make further analysis.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Columns and Rows for Text (invisible table)

    I am trying to create text on 15 rows in 3 columns in an invisable table for a drinks menu with corresponding drink sizes (ml) and prices. I used the option Type > Area Type Options and added a grid. I encountred 2 problems:
    Firstly the grid disappears (or I just cannot view it) , and secondly, i do not want the columns to be of equal size - I am looking to achieve a 60%-20%-20% ratio. I cannot find a way to resize the column widths, Would be grateful for any advice

    Hi Steve, thanks. I get you as far as 'Split into Grid'. I still cant figure out how to increase the size 1 whole column (of 15 rows) in one sweep and to decrease the size 2 other columns (of 15 rows each) as one would do in an xls. chart. To widen each one seems tedious and with transform the cells are widened, but the other 2 do not automatically decrease in size. The The whole idea of the operation is simply to align the drink item to the amount (in liters) and price (horizontally) but keeping the cell content alignment (vertically uniform throughout the columns Drink name = align Left and Drink amount = align Righ as in Example which I created from a xls chart .

Maybe you are looking for

  • E-Mail recevier with Content-Type: multipart/mixed

    Hi All, I am working on proxy to Mail scenario, wherein Pi is receiving data from SAP over proxy, creating a csv of the data and sending it to recipient as the email with the attachment. The User is saying that he wants the email content type as Mult

  • Text Issue in sap-script

    Hi All, I am using writing the text in script using include object and text-id ,but it is not showing up in the form.Can anybody tell me where the text is maintained.where can i check whether this text is maintained or not. Regards Lalit

  • Slow Broadband Connection - Likely IP Profile Issu...

     Hello, For an age I've had a rubbish broadband connection, but the hassle of call centres and engineer visits have put me off sorting it out.  In August I got frustrated enough to try to get it resolved - I have a couple of work/study things that ne

  • Server Administration tools 10.4.11 not installing properly on 10.4.11

    I have a 10.4.11 PPC OS X Server on an XServe, as reported by About this Mac, but the Server Admin tools are not at that version level. I want to upgrade them to the latest version. The Server Admin is at 10.4.7 and the Workgroup Manager is at 10.4.4

  • Stock posting for recurring

    Hi Group, At the screen of Usage decision I selects the "accept" UD code, then jump on to the Stock posting screen where system is not showing any quantity in the field for Sample posting. And not calculating the sample while i press on the Proposal