Retaining Column width after screen refresh in Web Excel

Hi,
We have allowed the users to control the width of the cells in Web Excel, while still retaining the lock on the sheet.  I was wondering if anyone has created something that retains the width of the cells after the user has pressed refresh or save?
Cheers,
Kevin

Hi Venky,
Thanks for the response, but I don't 100% understand.  I'm not sure where I should be when looking for this OLAP cell properties parameter...
Can you give a little more guidance.  It would be verry appreciated.
Cheers,
Kevin

Similar Messages

  • Column width vs. screen resolution

    Hi
    I see at metalink's main page when I have login the first report's resize when resize my browser windows.
    I have try to fix some of my reports in my application for a 1024 x 768 screen resolution with:
    <table><col style="width:500px;"><tr><td>#COLUMN_NAME#</td></tr></table>
    Would I have to change the 500px to % value instead? or can I use a other method?
    Best Regeards
    Jesper Vels

    I seem to now have to choose between size and resolution!
    That was always true — it isn't new in Lion. When you use the fixed number of pixels in your MBP's screen, which I presume is 1680 x 1050, to simulate a smaller number of pixels in the same screen area, the simulated pixels are larger, and so is everything displayed on the screen that is linked to the size of a pixel — like the menu bar and the font in it, tool palettes in many applications, dialog boxes and the text in them, etc., etc. Setting your screen to a lower resolution always makes these things bigger, and a higher resolution always makes them smaller. Always has, in every Mac OS version.

  • How to retain value in LoV item in Tabular Form, after Page Refresh

    Hi,
    I have a tabular form, which contains 2 items(columns), of type "Select List - named LoV".
    Now, 2nd item(column) in tabular form, that LoV should get populated based on user's selection value in first item LoV.
    1. So how do I refer to the value, that user selected in first item's LoV? I will have to use this value as reference in LoV query of my 2nd item ( on this tabular form)
    2. Everytime I select value in first item LoV, page gets refreshed, as my requirement is to calculate 2nd item's LoV based on selected value in first item. So after this page refresh, first item LoV loses its value that was selected before the page refresh happened. So how do i retain this value in first item LoV? I have an unconditional process, that on every submit(refresh) of page, I set all my items with their corresponding values. But problem is what do i mention there to refer to this first item ( of type LoV) of tabular form?
    I looked in view source of my page, this item is referred as f03.
    So i used "apex_application.g_f03", to set this item to its value, in my uncoditional submit process. But it did not work. I tried to refer this item as "f03" in this unconditional submit process. But still it did not help, the selected item loses its value after page refresh(submit).
    Please help.
    Thanks and Regards,
    Ravi.

    Hi Rave,
    You will have to use Javascript and Ajax to change the values as ApEx submissions will lose your results unless they are saved into the database.
    Remember, that as you are using a tabular form there will be lots of items called f01, fo2, fo3 etc on the page (one per row).
    Regards
    Michael
    Edited by: MKii on Jun 4, 2009 10:13 AM

  • I want to control width on column in report screen - new user

    the file is "CHANGEMANAGEMENT"
    The field is "REQUEST_DESCRIPTION" - It is 2000 characters
    I can't find a combination of settings that will allow me to set the width on a column for a screen so that the screen doesn't have to scroll away to the right. If I change the type to text area, I can set the width but it opens it up so that it doesn't look like a report. (It looks like the screen that I'm typing this into.) Plus it holds all the spaces so that the report is much larger than it needs to be.
    The report screen is from a PL/SQL query - similar to
    select * from "CHANGEMANAGEMENT" - with a join to another table with another large field.

    Hi CheekyFellow,
    I hope the following will make it a bit clearer:
    When a report is being generated, a table is created (in HTML, this is a &lt;TABLE&gt;&lt;/TABLE&gt; tag) to hold the data. Within this, each record is added as a new row (a &lt;TR&gt;&lt;/TR&gt; tag) and within this each field is inserted as cell (a &lt;TD&gt;&lt;/TD&gt; tag) - the data itself is inserted between the &lt;TD&gt; tag and the corresponding &lt;/TD&gt; closing tag.
    When you apply styling using the CSS Style setting, it can not update the &lt;TD&gt; tag as this has already been created, so it wraps the column's value within a &lt;SPAN&gt;&lt;/SPAN&gt; tag applying your style setting to the SPAN tag (eg, &lt;SPAN style="color:blue"&gt;xxxxx&lt;/SPAN&gt; will turn the text blue). SPAN tags are normally used to apply font and colour styling to portions of text. Whilst you can add things such as width settings, SPAN tags are not "block" elements in HTML (ie, they are not rectangles on the page) but are "inline" elements (ie, they flow with the text they surround), so setting dimensions will not necessarily produce the result you expect. As an example, a TABLE is a block element because it has dimensions that you can define and is rectangular in shape but a &lt;B&gt;xxx&lt;/B&gt; tag (to switch bold on/off) is an inline element because it affects the text display not its layout.
    Within a table, a column is made up of a collection of &lt;TD&gt; cells. The maximum width of these cells determines the width of the column. You can override this by adding in a &lt;COL&gt; tag definition immediately after the &lt;TABLE&gt; definition. In our reports, we don't get this opportunity because the table, tr and td tags have already been created. As we can not add in a COL tag in the report table itself, the only way to fix the width of a column is to fix the width of the &lt;TD&gt; cells within that column and the only way to do this is to add in an HTML element that you can fix the width for. With the additional requirement of needing word-wrapping in the contents of the cell, you can only really use a &lt;TD&gt; cell and, therefore, you need to construct an entire table (albeit one that has only one row and one column) - hence my suggestion shown above.
    Regards
    Andy

  • How to increase size of individual column width in the filter screen of WAD

    Hello all ,
    Have a web application built in WAD. I have ran it  in portal and want to put the filter on material.When the filter screen displayed , I selected the filter value on material and added it to selections.  I am not able to see the full description of the material due to the width of the column is less which is hided to drag. Do we have any option to increase the individual column width in filter screen?
    Request you to respond .
    Regards,
    Lakshmi.

    Hi Vijay,
    Iam doing fine .Thank you.
    We tried different options in WAD . still it is not working . once the filter screen displayed in your report result (Portal) ,it will show you two tabs screen , will select and transfer the selections from left had side to right hand side.iam able to drag the left tab but not the right one due to iam not able to see the full description of info object.By dragging we can increase the full screen size but not the individual tab size.
    Regards,
    Lakshmi.

  • Web Application Designer: Column width on analysis_item with BW 7.0

    Hi,
    I'm new to SAP world and I have found a problem I'm not able to solve. I'm working with the Web Application Designer and I want to modify the cell properties (such as cell width) for aligning different queries. In fact, my question are:
    <b>
    1. Is it possible to hard-code/specify column widths of the analysis_item?
    2. The property width of the analysis_item doesn't work, does it?
    </b>
    Thanks for your time and efforts.
    Message was edited by:
            Daniel Rubio

    Hi,
    I have just discovered the capability of modifying columns widths with css properties.
    So if I add to the head section of the html:
    div.prueba2 .urSTTDBdr1
    div.prueba2 .urSTTDBdr
    div.prueba2 .urSTTDBdr2
    And later I put the AnalysisItem between a div class="prueba2" and /div, the columns widths are changed.
    Do you know where can I find all the style properties (such as urSTTDBdr1) and its functions?
    Thanks

  • After using my iPod classic in my infinity G35 a few weeks ago, I took it out of the car and it no longer works.  Just a white screen with the web address for Apple iPod support.  Worked fine when hooked up to iPod jack in car.  But wont work anywhere now

    After using my iPod classic in my infinity G35 a for the last few weeks, I took it out of the car and it no longer works.  Just a white screen with the web address for Apple iPod support.  Worked fine when hooked up to iPod jack in car.  But won't work anywhere now.  I tried re-setting but has not worked.  Any ideas would be appreciated.

    I finally resolved my problem after spending way too much time on it. I simply handed my 160GB iPod to my husband to put his fav Stones & Beatles songs on and I went back to my 80GB Microsoft Zune which has never disappointed me.
    After spending so much time trying to figure this out I did finally take it back to Apple Store who performed a diagnostic and found there was a problem with the device. They replaced it with a refurbished one which has similar issues. All I wanted to do was listen to my music. Was that too much to ask? So I am happy to be free of this problematic device. No more Apple for me!!

  • Changing the column position & width using Screen Variant..

    Hi Experts,
        Iam trying to change the column position and width for the standard transaction (eg. FB60 or VA02) using the transaction code SHD0 (Transaction and Screen Variant).
        Iam able to create and save the transaction and screen variant and i could see the check box options for table control like
        a. Auto Column Position
        b. Auto Column Width
         I tried checking and unchecking both the check boxes but iam unable to modify / maintain the column position and width.
         Please guide me in changing the column position and width.
       Thanks in Advance.

    Hi Mudit,
    Kindly go through this link below:
    http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/dbac0b35c111d1829f0000e829fbfe/content.htm
    Hope it helps you
    Regrds
    Mansi

  • FDM column width in Import and Validate Screens data table

    Hi all,
    is it somehow possible to influence the width of the columns in the Import and Validate/Export Screen in any way?
    I have the problem, that the column width is always a little bit to wide and so I have to scroll to the amount column everytime.
    Thanks for your help in advance
    Markus

    You would need to modify several XMLs. We strongly recommend against this as it voids the application being available for support from Oracle.

  • Column-width in SALV with web-dynpro ABAP

    Hi there,
    can anyone help me? I want to set the column width to a fix value e.g. 50px.
    How can i do this in SAP List Viewer for ABAP Web Dynpro? At the moment i use this code:
      lo_value->if_salv_wd_table_settings~set_scrollable_col_count( 6 ).
      lo_value->if_salv_wd_table_settings~set_width( '100%' ).
      lo_value->if_salv_wd_table_settings~set_fixed_table_layout( 'X' ).
    The effect is that there are 6 columns all the same width. Is it possible to fix width for one specific column??
    best regards...
    David Wallner

    Hi David,
    You need to change Table setting Layout. Please check this code:
    * create an instance of ALV component
    DATA: LR_IF_CONTROLLER TYPE REF TO IWCI_SALV_WD_TABLE,
    LR_CMP_USAGE TYPE REF TO IF_WD_COMPONENT_USAGE,
    LR_CMDL TYPE REF TO CL_SALV_WD_CONFIG_TABLE,
    LR_TABLE_SETTING TYPE REF TO IF_SALV_WD_TABLE_SETTINGS.
    LR_CMP_USAGE = WD_THIS->WD_CPUSE_ALV( ).
    IF LR_CMP_USAGE->HAS_ACTIVE_COMPONENT( ) IS INITIAL.
      LR_CMP_USAGE->CREATE_COMPONENT( ).
    ENDIF.
    ** get reference to the ALV model
    LR_IF_CONTROLLER = WD_THIS->WD_CPIFC_ALV( ).
    LR_CMDL = LR_IF_CONTROLLER->GET_MODEL( ).
    LR_TABLE_SETTING ?= LR_CMDL.
    ** Set column width
    DATA LR_COL TYPE REF TO CL_SALV_WD_COLUMN.
    LR_COL = LR_CMDL->IF_SALV_WD_COLUMN_SETTINGS~GET_COLUMN( 'PERNR' ).
    LR_COL->SET_WIDTH( '70' ) .
    LR_COL = LR_CMDL->IF_SALV_WD_COLUMN_SETTINGS~GET_COLUMN( 'ENAME' ).
    LR_COL->SET_WIDTH( '100' ) .
    LR_TABLE_SETTING->SET_FIXED_TABLE_LAYOUT( ABAP_TRUE ).
    This is the important thing:
    LR_TABLE_SETTING->SET_FIXED_TABLE_LAYOUT( ABAP_TRUE ).
    Regards,
    Uday

  • Screen refresh for participants very slow on beehive web conference

    When I am sharing my desktop with participant on Beehive web conference, the screen refresh is very slow for the participants. It almost takes 1 minute for the screen to refresh on the participants screen. I am on Windows 7.
    Appreciate your help.
    Thanks in advance.

    Hi,
    Given we have very little control over the network bandwidth of the end user it is difficult to determine what the problem could be - normally the refresh is reasonably fast but if there are a lot of users or a restricted bandwidth it can show down a bit.
    One trick to aid the display is to not move the mouse around the screen - pointing to the entities on the page will increase the amount of information being sent. If you can click one and wait for the screen to be rendered at the other end before continuing it may be a bit quicker.
    Phil

  • Data Grid - issues resizing width of columns and with data refresh and sort

    SQLDeveloper 1215 on Windows XP professional
    Database : various 9.2
    In the table data tab there are a few minor issues our developers have highlighted.
    1) There seems to be a minimum column width in the data display. This restricts flexibility in reviewing the data, esp. where the data length is less than the minimum column width.
    2) If a column is resized or the column order is changed and a refresh or a new filter is applied then the columns are restored to their original position and size making it frustrating to run more than one query via the GUI.
    3) There is no quick sort option by clicking on the column heading which would be useful.

    I am still seeing this minimum column width in SQL Developer production (v1467) and I haven't seen any other posts relating to this. I have seen this all of the grids that I have looked at, including all of the grid based sub-tabs for the Object tabs (ie Columns, Data, Indexes, Constraints, etc) and the SQL Worksheet results tab.
    It is very obvious with the Column Name and Data Type columns of the Table Columns tab - the Column Name column can be shrunk to truncate values but the Data Type column can only be shrunk to about the twice the width of the widest value.
    Can anyone in development provide any comments about why we have this minimum width and how the minimum width is actually calculated?

  • I can't open personal accounts on the internet. After entering ID and Password then the enter key, it's as if the screen refreshes itself and wants me to start over. Help Please.

    I can't open personal accounts on the internet. After entering ID and Password then the enter key, it's as if the screen refreshes itself and wants me to start over. Help Please.

    Click here and follow the instructions.
    (72059)

  • Smartview 11.1.2.102 - Hidden columns shown after refresh

    I've been working with an older version of Smartview for about one year. Last week we upgraded to version 11.1.2.102.
    Issue:*
    Whenever I refresh a table, Excel formattings like hidden rows or columns are shown again. This is extremely annoying, as I am responsible for the monthly reporting in our group and all my standard reports are destroyed.
    Colours and number formats, however, remain the same.
    Has anyone a solution to this problem?

    I am with you does anyone know how to hide the grouping from refreshing in smartview. Everytime I refresh the grouping is then expanded. I want it collapsed.

  • Screen refresh after the "Java for Mac OS X 10.6 Update 16"

    Hi, can anyone help.. aside from going back to backup pre update 16, on tuesday installed updated the "Java for Mac OS X 10.6 Update 16" (from 15) and now Vassal (from vassal.org), using the newly installed JAVA SE 1.6.0_51, has some kind of bug stopping screen refresh and some GUI elements not being displayed in the app.
    Is anyone else experiencing this problem ? Do we know if this is a known issue ? And if so, do we have any news about a fix ? and if so, from who ?
    many thanks, Ricky

    Some searching found this:
    http://stackoverflow.com/questions/17204465/how-does-java-for-os-x-2013-004-affe ct-break-swing-applications
    i.e. looks like other folks are seeing the same problem in java Swing apps. I still wonder where a fix will come from.. the app developers, or a java patch ....(?).

Maybe you are looking for

  • Blue screen after installing labview 8

    I recently installed Labview 8 Professional Dev. Suite on to a Win. XP SP2 system.  The image before installation was stable.  After the installation and reboot, the system blue screens (I have been unable to read the exact message on the blue screen

  • ADF Faces: Range Navigation in af:table

    I shortly migrated my application to ADF Faces EA13. Now when I use range navigation in a <af:table> there appeares an option in the dropdown list, that was not there in EA11: "Show All <number of rows in the table>". Is there a possibility to disabl

  • Doubt   regarding   Oracle Database 10g Release 2 (10.2.0.1.0) installation

    hello my pc has following configurtion 256mb ram 60gb hdd p4 2.4 ghz win xp pro sp2 I want to know if my pc will be able to run " Oracle Database 10g Release 2 (10.2.0.1.0) " standard edition on it. <<http://www.oracle.com/technology/software/product

  • Bookmarks in iPad2

    How can I manage the Bookmarks in Safari on iPad 2? Once placed on the Bar or in the folder, I'm not able to either modify or delete them. Thanks!

  • Layers independent of each others

    Hello I got some troubles with layers, here is my problem. I'd like to create a document which will have the option to be in French or English, so to do that I have two layers (two different buttons control  layer visibility). In the same time I have