How to fix column / row as "header" in WAD (Web item Analysis) ?

Hi,
is there a possibility to fix a column or row as "header" in web item analysis? (like freeze panes in excel)
When scrolling down, the header should always be displayed.
Thank you very much in advance, best regards
Frank

We did a custom proof of concept on this back in 3.5 using CSS and/or javascript. At that time there was no BW solution for this.
Don't know if 2004s has this ability or not. Here's a link to an example that shows how it can be done using CSS:
http://home.tampabay.rr.com/bmerkey/examples/locked-column-csv.html

Similar Messages

  • How to Fix the row in sap script, its urgent......

    Hi Experts,
    first i explain my sap script, i have print void check in my script client give readymade format means box are there, lines are there. i have to fix in box and line data form database table. everthing is working fine. i got all data. i have total 6 window in my script .but i have one issue  In my sap script in header window total five rows... like below
    Check voucher no:8888
    check No: 1234
    Date:1/28/2007
    Bank:xyz
    Batch no: 5678
    now sometime check voucher is balnk....
    Check voucher no: BLANK/NULL
    check No: 1234
    Date:1/28/2007
    Bank:xyz
    Batch no: 5678
    because of that all rows are move up side and all window also move up side and so script not fix to the box and line all data are seen not perfectly... so guru`s how to fix the row and window in script....
    its urgent...
    Waiting for ur reply
    Thanks & regards
    Jigar

    Hi,
    Follow the below steps . Definately your issue will bve resolved.
    Let us suppose you are printing following fields
    PH &v_text&
    PH &v_text1&
    PH &v_text2&
    you will get the output as you expected.
    and if you have any conditions  for these fileds
    /: if v_text is not initial.
    PH &v_text&
    /: endif
    PH &v_text1&
    PH &v_text2&
    if you have data in each field then you will get output as expected .
    But when v_text is initial.
    the data will be moved up wnhich is happening in your case.
    so what you need to do is?
    /: if v_text is not initial.
    PH &v_text&
    /: else
    PH  (Here you need to mention empty line with same paragraph format
    /: endif.
    PH &v_text1&
    PH &v_text2&
    Reward points if useful
    Regards,
    Nageswar

  • How to Hide some Rows in a List view Web Part using JavaScript ?

    How to Hide some Rows in a List view Web Part using JavaScript ?

     Here is the code that worked for me:
    var Elements = document.querySelectorAll('div[id=WebPartWPQ3] table[class=ms-listviewtable]>tbody tr .ms-vb-lastCell.ms-cellstyle.ms-vb2')
    for(var i=0, n = Elements.length; i < n; i++)
     if(Elements[i].innerHTML=="India")
    Elements[i].parentNode.setAttribute("style","display:none")
    WebPartWPQ3 -> ID of webpart Div
    ms-listviewtable -> class name of table in Div
    ms-vb-lastCell.ms-cellstyle.ms-vb2 -> classname of td to get text

  • Web Item Analysis Moodule in BI7 - How to Activate

    Samples provided by SAP for Web Item Analysis Modification are
    4) Negative Number module (com.sap.ip.bi.rig.NegativeNumber)
    Depicts negative numbers in a column or entire table in red.
    Hi SDN Community,
    I have recently been exposed to Web Interface in BI7, (having previously worked in BW35 on Table Interface Class)
    How do we ensure that the modules are activated as per the SAP documentaiton.
    Are there transactions/documentation available?
    Finally, once I get past this point, i found a document on the web that explains how to use one of these Exception modules,
    In the case of the negative number module, do you know if the numbers are displayed in red font when negative, (and in the same column)
    Thank you.
    Simon

    It seems that you simply use the RIG module in the web template, and save.
    This essentially activates it.

  • How to avoid column/row nesting in crosstab

    Hi,
    I am using Cross Tab to get out put in following format. But every time i insert new column/row in cross tab it gets nested. I am trying to get following format. Could you please help or any pointer
                               Total          Col1+Col2 Col1          Col2          Col3+Col4     Col3          Col4     
    Group          Total                  0.00          0.00          0.00          0.00          0.00          0.00          0.00     
              Sub Group1          0.00          0.00          0.00          0.00          0.00          0.00          0.00     
              Sub Group 2          0.00          0.00          0.00          0.00          0.00          0.00          0.00     
    Regards,
    Kuldeep
    Edited by: Kuldeep Chitrakar on Apr 9, 2009 7:24 AM
    Edited by: Kuldeep Chitrakar on Apr 9, 2009 7:31 AM

    Hi Kuldeep,
    Condition 1:
    If you try to take one Dimension and one measure like Year and sales revenue using e-fashion demo universe then new column inserted will be nested when using cross tab where the measure values will be spread across multiple columns.
    In this case you have to use condition to refer individual column names like
    =[Sales revenue] Where([Year]="2001" )+ [Sales revenue] Where([Year]="2002")
    and calculate the sum.
    Select the measure column in the cross tab then click  the u201CInsert Sumu201D button it will display the sum in the last column of the cross tab then you can modify the formula generated to specify the condition which columnu2019s sum you want o display in that column.
    Ex:  Use e-Fashion universe and take Year and sales Revenue turn it to cross tab and follow the process I mentioned.
    Condition 2:
    However if you use one dimension and multiple measure like the one you are using where you are trying to calculate sum of col1+col2 and so on. In this case you can directly insert the column and calculate the sum of column referring their names.
    Ex: Use e-Fashion universe and take objects Year, Sales revenue. Quantity sold, Discount, margin here you can directly sum individual column values like sales revenue, quantity sold and discount +margin by inserting the column in between the columns using u201Cinsert Columnu201D
    I  Hope this helpsu2026
    Thanksu2026
    Pratik

  • How to suppress Result rows in a Query in Web Application Designer

    Hi
                 I am trying to post a query in Web Application Designer. I am able to run the query in WAD but the Results rows appear. I choose Suppress Result Rows always in All Characteristics option in the query in BEx Explorer but still i see result rows in the WAD. Can anyone please let me know how to suppress Result rows so that they dont appear in Web Application Designer.
    Thanks,
    Padma

    To get the enhanced menu-
    1. Open the template in WAD.
    2. Go to Web Item properties.
    3. Go to Entries in Context Menu.
    4. Find the "Enhanced Menu" property. Set it to "display" if you want it to be visible in template result.
    5. Next time when you execute your template you will be able to access it by right clicking.
    or
    If you just want to supress results without adding enhanced menu in the context menu, simply set "Calculate result as" to "No Display".

  • Reset Row Selection from Web Item Analysis in WAD 7.0

    Hi All,
    I have a Web Item Type Analysis and I use the Row Selection (SELECT_ROWS) value multiple.
    Is there a way to reset the selection via a function?
    The user select some rows and start a planning function via a button. If they would like to start the function for an other selection they first have to remove the old ones and have to mark the other lines.
    A function to remove all selection from the item is needed!
    PS: It is getting funny if there is paging and the selection is not even visible because it is on an other page.
    Thanks for help.

    Hello All.
    I have exaclty the same problem now.
    Is there any way to do this?
    Thanks a lot and best regards,
    Alfonso.

  • How to pass parameter values to a customer exit web item (WAD)

    Hi gurus,
    I have a wad with a data provider and a filter panel filtering that dp by using a variable. There is also a customer exit which saves the values of that variable into a z table.
    How can I pass the values of the filter panel to the customer exit web item?
    Thanks in advance,
    Rob

    Can you clarify your scenario? Which is the case you're talking about?
    1) You want to pass a parameter from OmniPortlet to a PL/SQL procedure.
    2) You want to pass a parameter from a PL/SQL procedure to OmniPortlet.
    In both cases the most obvious way of doing it is through request (URL) parameters.
    Render a link in your portlet (either in OmniPortlet or using PL/SQL) that invokes a portal page, containing the other portlet.
    Both OmniPortlet and PL/SQL allow you to wire and access page parameters.
    Take a look at the Using Parameter and Events section of the Portal User's Guide and the Parameters and Events section of the Portal Developer's Guide.
    Hope this helps,
    Peter

  • How to fix few rows in ALV after filtering on a column in Web Dynpro ABAP

    Hi,
    I have the following requirement:
    In an ALV, when i filter based on a column, then this filter should not be applied to 2 of its rows.
    These rows relate to totals. The totals are manually calculated as they require other component information too.
    Along with the filter result, these total rows have to be displayed.
    Let me know in case ALV in Web Dynpro ABAP supports this functionality.
    Regards,
    Rekha

    Hi,
    ALV table does not support this functionality.
    You can display the total in an another table instead.
    I had the same requirement with total and had to display the totals separately.
    Thanks,
    Feroz

  • How to fix column width in a report

    Hi all,
    i have to set the width of a column of a report of mine fixed and to have text wrapping inside of it.
    i would prefer to avoid to modify the theme (that might involve other item) and i wanna work just on that report.
    i've tried to create a new template (Report Region Wrap) and i guess i'm supposed to set something like:
    SPAN STYLE="white-space:nowrap"
    but i don't know where...
    This is the "definition" of my template:
    <table cellpadding="0" cellspacing="0" border="0" summary="" class="t9GCCReportsStyle1" id="#REGION_ID#">
    <tr>
    <td valign="top">
    <table width="100%" cellpadding="0" cellspacing="0" border="0" summary="">
    <tr>
    <td class="t9RegionHeader">#TITLE#</td>
    <td class="t9ButtonHolder">#CLOSE#   #PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##HELP#</td>
    </tr>
    </table></td>
    </tr>
    <tr>
    <td class="t9Body">#BODY#</td>
    </tr>
    <tr>
    <td class="t9RegionFooter"></td></tr>
    </table>
    i've already tried putting it in <td class="t9Body" ... > but with no results.
    thankx a lot,
    matte

    I had the same problem and searched the forum I came up with the following conclusions.
    </div>
    </div>
    The ability to use the CSS is determined in the template.
    The template must allow wrapping for this to work.
    </div>
    </div>
    I got my columns (columns of varchar2(500) the wrap and split words at white space.
    </div>
    </div>
    I added</div>
    </div>
    <style>
    </div></div>
    .t12data{white-space:normal !important;}</div></div>
    .t12dataalt{white-space:normal !important;}</div></div>
    </style></div></div>
    to the Page / HTML header
    </div>
    </div>
    and added
    </div>
    (removed < for formatting)div style="width:100px; white-</div>space:normal">#column_name#</div(removed > for formatting)
    </div>to column_formatting / html_expression
    </div>where 100 is the pixel with
    </div>and column_name is name of the souce item
    </div>I am using theme12 (blue) / report Standard, Alternating Row Colors
    </div>and didn't want to change the template as it is being used in other apps.
    Message was edited by:
    rbackmann1
    null

  • A way how to fix the Zen Micro head phone jack prob

    Hi! I am one of the many people that purchased a Zen Micro MP3 player, I loved it until around 6 months of use, an audio shorting problem with the head phone jack, started to repeat it's self every time, that I would plug my head phone's into the Zen Micro head phone jack. After awhile, I was tired of this problem, so I just decided to never use it again, unless I could find out if the maker of the Zen Micro had a repair service. I noticed that some people had their Micro's replaced a few times under the warranty that is included with the player. I also noticed that some one created a way to fix this problem, but I wanted to see if I could find an easier way to fix the problem. Well I did end up finding an easier way to fix the problem, this is what I did.
    Absolutely in all means I can't be held responsible / reliable for any unforseen thing / things, that you may or could, do to the Zen Micro, by following the instructions, which I provided. By trying what I did by following the instructions, which I provided you; you accept all responsibility to any thing / things, that may or could happen to the Zen Micro.
    The Instructions:
    I took a stapler pressed it down to get a used staple then I carefully inserted it in the outer part of the plastic head phone jack ring. Then I pressed the rest of the staple flat against the Zen micro. And Now I get great sound, it is at least better than, the way it was before I inserted the staple. I would suggest to always remove the staple. When you connect the Zen Micro to a computer, charging device, or any other device other than a pair of head phones. You understand that if you leave the staple inserted in the Zen Micro and don't remove it. While you have it connected to a computer, charging device, or any other device, or devices, even a pair of head phones, and some thing happens, you can't hold me responsible.
    If you would like to see a photo of how it looks please reply to this message and just include your email address please. I will send it to you as soon as possible. The photo has 4 photos sized down to perfectly fit on one photo, so you can get a good idea of what it should look like.
    Message Edited by theZenDude07 on 02-28-200707:45 PM

    Thank you for the information, can I please have the photos so I dont destroy it entirely !. Take care,?Simon?(Dublin, Ireland)

  • How to fix column headers in Portal

    Hi Guru's,
    do you know is there a way to fix the report headlines like in Excel.
    E.g. I have a report with about 2000 rows and when the user scrolls down the headlines are out of the screen and he doesn't know what is in which column.
    So, we know about the possibility to restrict the rows per page to 20 rows or whatever, but then the jumping from side to side takes too much time.
    So, is there a possibility to "fix the cells" like in Excel, so the User scrolls down and always sees the column headers?
    Thanks in advance!
    Sandra

    In 7.0 Analyzer, open the workbook and go into Designer Mode.  Double-click on the analysis grid to bring up the properties screen.  Under the range field, replace the 2nd row number to the row where you want to limit the table.  Then go to the tab called Clipping, select "Scroll and Keep Lead" under Vertical.
    Dunno about 3.5.
    Edited by: Andrew Zhou on Jul 17, 2008 9:25 AM
    Oops you wanted to do this on web, not the other way around.  In WAD 7.0, open the web template (if you're using standard template, it's 0ANALYSIS_PATTERN).  Select the analysis grid and go into it's properties, change the "Number of Data Rows Displayed at Once" to your liking.

  • How to add columns (fields) to header section of an alert e-mail?

    Hi all,
    In a standard out of the box alert template, I want to add custom fields (e.g. Notes, Value p.a.) to the body of an alert e-mail, see photo:
    These cannot be any list/library built-in columns like 'Created', 'Created By' etc.
    The class responsible for those column in 'Alerttemplate.xml' is:
    <![CDATA[ </tr> </table> </td></tr></table> </td> </tr> <tr> <td class="vh" colspan="2">$Resources:Alerts_event_title;</td> <td class="vh">$Resources:Alerts_event_modified;</td> <td class="vh">$Resources:Alerts_event_modifiedby;</td> <td class="vh">&nbsp;</td> </tr> <tr> <td colspan="5" class="rulerow">&nbsp;</td> </tr> ]]>
    How can I add additional fields to that?

    Since there was no input from anyone on the forum, I have come up with a following workaround:
    I could not add any more columns to the alert e-mail body for edited items so I used a 'Title' column to combine all the columns a wanted to display in the e-mail alert.
    These were the 'Prefix' - 'Suffix' 'Product' columns. On 'Edit' and 'New' forms, there is a piece of jquery to combine those 3 columns and store the value in a 'Title' column which is appropriately hidden from the views and forms. There is no 'Quick Edit'
    switched on in the list so jquery will always run setting a 'Title' column correctly.
    Users can see the relevant information right in their inbox so they won't have to log in to SP remotely to look up this information. 

  • HOW TO FIX COLUMN IN BEX REPORT

    Hello Gurus,
    I have created BEX report in which user want 1st two column (Material and its describtion) to be fixed as if he want to check all relavent result related to Material the first 2 column should not be move it should be fixed and rest other results and other column should move,

    Hi Wajid,
    The VBA code i gave earlier will do this automatically for your users. Please use it. It freezest columns A and B so that columns A and B dont move even if your users scroll to the right. It just stays there.
    In your workbook after you have inserted your query, go to Tools->Macro->Visual Basic Editor. Then go to Insert Menu->Module. Double click the module that have been created (probable name is Module1) and then on the code editor paste this code:
    Public Sub SAPBEXonRefresh(queryID As String, resultArea As Range)
       Range("C1").Select
       ActiveWindow.FreezePanes = True
    End Sub
    Everytime the users refresh your query it will freeze the first to columns. So at least you are sure that the columns A and B are frozen.

  • How to fix the row-height in excel using ole2

    hi
    I want to fix row height in excel using ole2.
    i wrote the below code but no effect. please help me.
    Arg := ole2.create_arglist;
         ole2.add_arg(Arg,1);
         rrow := ole2.get_obj_property(WorkSheet,'Rows',Arg);
         ole2.destroy_arglist(arg);
         ole2.set_property(rrow,'Height',50);
    kanish

    It's solved
         ole2.set_property(rrow,'RowHeight',30);
    kanish

Maybe you are looking for