Table View : display:none leaves a empty cell

Hi Experts,
There is a requirement to display a report in a normal table view but print the other view ( sectioned table view).
I have created two views in teh same request and in teh second view i have used the display:none css code in the Data section , Folder Heading and Column Heading of evey column being used in this report.
But i see some grey empty cells and since its a sectioned table view these empty cells are increasing.
Can you please help me on how to hide this empty cells from getting displayed in the Dashboard
Regards
Veena A

Hi,
Refer
OBIEE Changing unchangeable cells
http://obiee101.blogspot.in/2010/02/obiee-changing-unchangeable-cells.html
Award points if this helped to help others with similar issues.
Regards
MuRam

Similar Messages

  • How to make the Pager for table view as non editable?

    Hi,
    I am using an HTMLB pager for my table view .
    It appears as Page '1' of 2 for examle.
    But '1' is dispalyed in an input field.
    How do I make this input field as disabled.
    I just want to use the Vertical and horizontal indicators to traverse through the pages of the table view.
    I do not want the user to enter the page number ..
    Thanks,
    Sachin

    Look at SBSPEXT_XHTMLB sample, pages pager.bsp and pagerX.bsp.
    If you use the external pager, then you can specify a format where a text string will only be displayed without an inputfield for editing.

  • Can you select the row in a table view without highlighting the cell?

    I have an an app with a table view which is presented modally. Cell selections in this table are saved in the parent controller so that they can be reselected if the table is reloaded after being dismissed.
    When the cell is first highlighted, I want to momentarily highlight the cell and have it fade out, which I do by unselecting the cell from the modal view controller's didSelectRowAtIndexPath by calling setSelected:animated on the table view cell.
    However, when I present the table view controller modally again and want to display the previously selected cell as selected, I don't want the cell background to be highlighted, and I'm having trouble doing this.
    In order to make sure the table view knows the cell is selected, I am calling selectRowAtIndexPath. I need to make sure the cell is selected so that I can set/unset the cell's accessoryType. However, this has the sideeffect of highlighting the cell too, which looks weird and confusing to the user.
    I've tried things like temporarily setting the cell's selection style to none, but while that stops the cell background from highlighting? I've tried setting the selectionStyle to UITableViewSelectionStyleNone, but while this prevents the cell background from highlighting, the cell text still changes to white, so it the text is invisible against the white background.
    Is there a easy way of setting a cell to selected in the table view without also changing the highlight and text colour of the actual cell? Immediately setting the cell to be unselected still makes the highlight visible for a split second.

    I tried that, but setting the highlighted property doesn't seem to affect it.
    I figured out how what I was doing wrong though. I was setting selection style UITableViewSelectionStyleNone, selecting the cell, then setting the selection style back to whatever it had previously been. This causes the background not to draw highlighted, but the text and accessory type to still draw highlighted.
    In order to fix this, I moved the code to set the cell selection style to whatever it had previously been to the didDeselectRowAtIndexPath method.

  • Permanently set Repeat cell values on table view obiee11g

    Hi,
    By default Analysis presentation Column comes with "Column Value Suppression" but we need to switch "Column Value Suppression" to "Repeat cell values" from source xml reference file
    Note:don't want to do it via analysis table/column properties(its manual work) ..just looking to change permanently by changing xml
    Thanks
    Deva

    Hi,
    What is that datatypeformats.xml ? couldn't find out. once again will explain my requirement
    Creating new analysis(Table/Pivot table view) and applying format as Repeat Cell by changing Table/Pivot Properties to set Enable alternating row "green bar" styling Repeat cell values on table/pivot view (instead of doing manual way)
    Refer the below image --> i just want to avoid manual enabling below Repeat cell option for entire table/pivot view option
    http://i.imgur.com/122wp.jpg?1
    Thanks
    Deva
    Edited by: Devarasu on Nov 26, 2012 5:06 PM

  • Globally adding content to empty cells in InDesign Tables

    I have a file with 190 tables, all with a number of empty cells. The client has decided that these cells need to contain an m-dash. Is there a way to globally add this m-dash to all empty cells, to avoid having to go cell by cell?

    I think that would have to be scripted.
    Perhaps check out the Scripting forum - but sometimes those clever scripters are lurking here too

  • Table view Event handling

    Hi Experts,
    Im using MVC. I get the data's from MBEW and displays in to one Table view. My table view displays the data's like,
    MATNO      DESCRIPTION      QUANTITY      PRICE
    M-10          PENCIL                       1                10.00
    The Quantity field is in Edit mode. Now user change the Quantity from 1 to 5. So,
    MATNO      DESCRIPTION      QUANTITY      PRICE
    M-10          PENCIL                       5                10.00
    I want to catch these changed Table view data's in to my Internal Table. Please
    Any body give me the idea.
    Thanks,
    Points Assured.

    use this HTMLB Tag
    <htmlb:tableView id              = "ID"
                     table           = "//model/gt_vac"
                     filter          = "SERVER"
                     keyColumn       = "MATNR"
                     sort            = "SERVER"
                     selectionMode   = "SINGLESELECT"
                     visibleRowCount = "20"/>
    Hope this helps.
    donot forget to include extension names on top of the view.
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <%@extension name="phtmlb" prefix="phtmlb" %>
    Amandeep

  • Table view column cell Focusing while editing.

    I have a table view with single column. I have defined custom cell factory for this column. When the table renders, a text value is shown for each cell in that column. When the user start editing the cells , then the contents of the cell changes and it shows 2 buttons, few check boxes and few radio buttons. Once the user selects his choice and clicks on a button inside the cell, the cell's editing is completed and cell's content is replaced with a plain text field.
    Now while editing if the user clicks on any other cell, the current editing cell's cancel method is called and text field is show. However, if the user clicks mouse outside the table, the cell is still in editing state.
    1) how to call the cancel editing method automatically here.
    2) Also, if we try to associate with focus property, how to do it. i.e. on which component should I associate focused property since the cell now is replaced with a bunch of components.
    3) If the user tries to use up or down arrow, then how to stop or start editing on the next cells.
    Thanks.

    Have you assigned an action to the CheckBox.onSelect event? If not, there is no server roundtrip triggered and the visibility is not updated.
    I would create two context attributes "ColumnsVisible" (boolean) and calculated attribute "ColumnsVisibility" (Visibility), assign an empty action to the CheckBox.onSelect event, bind CheckBox.checked to "ColumnsVisible", TableColumn.visible to "ColumnsVisibility" and implement the calc. attribute getter as
    WDVisibility getColumnsVisibility(...)
      return element.getVisible() ? WDVisibility.VISIBLE : WDVisibility.NONE;
    Armin

  • Display of missing values in a table view.

    Hi everyone,
    I have a table view with 7 columns and 10 rows which displays only those values which are missing in the DataBase Table.
    Is it possible to show only the missing values as '-' in a table view, the table view is having 7 different fields.
    Also when the value is inserted at run time the corresponding field should be updated accordingly and the value will no longer be displayed in the table view as '-'
    please advice.
    Regards
    Neo.

    Welcome to SDN.
    do you mean to say that in some rows some column values will be blank and you want to replace the blanks with '-'.
    loop thru the itab which you are passing to tableview and for the blank cells pass '-'.
    <i>Also when the value is inserted at run time</i>
    so you are having editable tableview. to update the value back to the dbtable, you have to read it in oninputprocessing and update it to dbtable .
    search the forum on how to read the user entered value from the table view so that you can update the dbtable.
    Regards
    Raja

  • Default Max rows for pivot and table view that can display

    Hi Experts,
    what was the Maximum number of pivot table records,Maximum number of pivot table populated cells,Maximum number of table view rows by default in OBIEE.
    If i want to see where i can found all these things in OBIEE.
    If i want to change the default range of these rows is there any maximum limit for setting manually also or we can set any number of records.(i.e. if i want to display 100000 records will accept or there will be any range for setting also)
    Thanks,
    Edited by: RAJ.bi on Aug 5, 2012 8:12 AM

    Check the below link for the same
    http://docs.oracle.com/cd/E25178_01/bi.1111/e10541/answersconfigset.htm
    If you are going with 100K records per view, I think there is a limit for downloading into spread sheet.
    Pls mark correct or helpful

  • Retrieve value form Table view when the selection mode is 'NONE'

    Hi,
    I am new to ABAP, Can anyone tell me how to reterieve the records of the tableview, i have the selection mode as 'NONE'. When the button is clicked i need to reterieve all the values from the table and display it in the next screen.
    I am able to diaplay the table values , but i am unable to reterieve the values on Inputprocessing.
    Its very urgent. Please help me
    Regards,
    Jose

    you are able display the table view means, you have the data in internal table.
    you need all the records that are displayed in the table view with out selection. why dont you use that internal table itself, which is displayed as table view.
    vijay

  • How important spacer.gif within table empty cell?

    I've always used a spacer image (or  ) within an empty cell over the years to keep consistency between browsers, and that it was recommended. Has anyone seen any stats on this in recent times? I'm curious which recent versions of browsers still have problems with this and if it's still that important to do so.
    One reason I ask is I'm needing several 1px height black table cells and it'd be nice if I didn't have to keep putting a 1x1 spacer within each empty cell. With my tests, I've check with several most recent browsers and they all render an empty black 1px height cell the same.
    Thanks.

    I don't know what kind of look your going for, but i wonder if you could achieve the same effect by using CSS to put a 1 pixel black border on something.
    I've found that with IE6 something needs to be in a cell for it to be affected by css. For example, if i use css to place a black border around all table cells IE6 won't apply the border to empty cells. Instead of putting a spacer image in the cell i use a non-blanking space ";nbsp".

  • Excluding a column causes non-repeating values in 2nd table view

    I have an analysis (11.1.1.5) that has these columns: Month, Country, State, City, Sales, Country Sales, Share of Country. Country Sales is a level-based measure that returns sales at the Country level. Country, State, and City are a hierarchy as you might expect.
    When I display the initial Table view for this analysis, the Country Sales column shows a value on every row.
    When I create a 2nd Table view and exclude the City column from that view, the Country Sales column now only shows a value for the first State within each Country. In other words, each value of Country Sales is shown only once, and is NOT repeated on each subsequent row for that country.
    Any ideas if this is a bug, or if it was intentionally designed this way for some reason? Is there a way to force the values to repeat? (Green Bar / Repeat doesn't do it.)

    Thank you for the responses, guys. Still no luck.
    I moved the Country Sales column as Deepak suggested, both in the criteria and in the view. That didn't change the results. I also started fresh with a new analysis, and placed the columns in the suggested positions from the start. Still no change.
    New information: I tried excluding State and leaving City in the table view. Got the same goofy results - Country Sales did not repeat.
    More new information: I added a Brand Revenue measure to the Sample Sales subject area. Brand Revenue is defined as '1 - Revenue' at the Product Brand level. Created a similar view, and it worked fine.
    I'll investigate what the differences might be between Sample Sales and my repository. Hard to imagine what it might be. My repository is very simple and straightforward.

  • JSF rich:dataGrid - display empty cells

    Hi,
    I created a rich:dataGrid with 5 columns but when the arraylist has about only 2 rows of data, the data grid displays empty cells.
    How do I get rid of the empty cells? border=0 did not solve the problem.
    Thanks in advance.

    apply simple table CSS dear.
    Here is one sample style css you can modify as per your need
    <style>
    .myDataGrid thead th {     
         background: #ffffff; /*change as per your need*/
         text-align: center;
         font-size: small;
         font-weight: normal;
         padding: 5px;
         border : 1px solid #ffffff; /*change as per your need*/
         border-bottom: 1px solid;
    .myDataGrid tbody td {
         font-size: small;
         padding-right: 10px;
         text-align: left;
         border : 1px solid #ffffff; /*change as per your need*/
         padding-left: 5px;
    .myDataGrid {
         width: 100%;
         border : 1px solid #ffffff; /*change as per your need*/
         border-collapse: collapse;
         margin: 10px;
    .myDataGrid caption {
         text-align: left;
         font-weight: normal;
         padding: 5px;
    </style>and apply it in datagrid
    <rich:dataGrid  columns="3"  value="#{orderBean.orderItems}" var="item"  styleClass="myDataGrid" >
           <h:outputText value=" #{item.description}" />
         <h:outputText value=" #{item.qty}" />
    </rich:dataGrid>

  • [iPhone] large table view (500+ elements), each cell with a UIWebView

    Hello, all ...
    I'm developing an application that has to show a table view with 500 (or more) elements in it. Each element has a UIWebView that has to load an image (50x50 pixels in PNG format) from a web server. What i'm finding is that, when this table view is displayed, most of the images don't show up, though a few of them do. I've verified that all of the images are indeed on the web server, but I think that most of the requests fail (perhaps to too many of them going on at once?). Furthermore, the table sometimes scrolls very rough i.e. when an upcoming cell is loading its' image.
    Other iPhone apps seem to do the UIWebView-in-a-cell thing pretty well i.e. Facebook. In the Facebook iPhone app, the table scrolls smoothly, and the images display as they're loaded. How can I make my app behave similarly?
    Regards,
    John
    Falling You - exploring the beauty of voice and sound
    http://www.fallingyou.com

    Hmm ... something still isn't right. The scroll view still scrolls very jerkily, and the reason seems to be that I don't know which delegate method to override to detect when scrolling has finished. I tried overriding -scrollViewDidScroll, like so:
    - (void)scrollViewDidScroll:(UIScrollView *)scrollViewDidScroll
    AlbumViewCell *firstAlbumShown = (AlbumViewCell *)([[self.tableView visibleCells] objectAtIndex:0]);
    AlbumViewCell *lastAlbumShown = (AlbumViewCell *)([[self.tableView visibleCells] lastObject]);
    NSLog(@"scroll view finished scrolling ... first row is %s:%s and the last is %s:%s",
    [[[firstAlbumShown album] albumname] UTF8String],
    [[[firstAlbumShown album] artist] UTF8String],
    [[[lastAlbumShown album] albumname] UTF8String],
    [[[lastAlbumShown album] artist] UTF8String]);
    for (int count = 0; count < [[self.tableView visibleCells] count]; count ++)
    [[[self.tableView visibleCells] objectAtIndex:count] displayAlbumArt];
    ... but when I make one swipe with my finger to scroll the view, I see this in the console log:
    2008-10-21 15:43:52.051 Magnatune[3160:20b] scroll view finished scrolling ... first row is 14 Days:Plunkett and the last is A Celtic Celebration:Da Camera
    2008-10-21 15:43:52.637 Magnatune[3160:20b] scroll view finished scrolling ... first row is 5 and 6 part Fantasies of William Lawes:Oberlin Consort of Viols and the last is Acoustic Abstracts:Heavy Mellow
    2008-10-21 15:43:53.376 Magnatune[3160:20b] scroll view finished scrolling ... first row is Airs De Cour Francais Du XVIIe Siecle:Trio Dafne and the last is Alpha and Oranges:Atomic Opera
    2008-10-21 15:43:54.247 Magnatune[3160:20b] scroll view finished scrolling ... first row is Ambient Excursions:Stargarden and the last is Apa Ya:The Headroom Project
    2008-10-21 15:43:55.041 Magnatune[3160:20b] scroll view finished scrolling ... first row is Ashek:Tim Rayborn and the last is Back with Bach:Ralph Rousseau Meulenbroeks
    2008-10-21 15:43:56.002 Magnatune[3160:20b] scroll view finished scrolling ... first row is Azadi:Junoon and the last is Balance:Solace
    2008-10-21 15:43:56.581 Magnatune[3160:20b] scroll view finished scrolling ... first row is Azadi:Junoon and the last is Balance:Solace
    i.e. -scrollViewDidScroll was called multiple times, even though I only swiped once. I just want to know when the scrolling has truly and completely stopped, so I can tell the visible cells to draw their album art. Which delegate method do I override?
    Regards,
    John
    Falling You - exploring the beauty of voice and sound
    http://www.fallingyou.com

  • How to display a table view and a pdf view on one page?

    Hi,
    I want to build a portal page, at the top of the page , there will be a table view,
    containing a list of employee, below that is a pdf file showing the profile of the selected employee.
    i have finished the two parts separately, but since the pdf display require to set the response type of the page, so i think it's not possible in integrate the two parts into one page.
    so do i need to use iframe? or is there any other design to solve my problem?
    thanks and best regards.
    jun

    You can create main page & call other two pages which u already created using
    <b><frameset></b>
    <frameset row = "30%, 70">
      <frame src ="tableview.htm" />
      <frame src ="pdf.htm" />
    </frameset>
    Raja T

Maybe you are looking for

  • Index does not exist in database system DB6 sap

    Hi All In development system i have added a field into already existing  index and activated successfully without any errors or warnings and after transported the TR  into Quality system,In Quality system it shows the warning Index does not exist in

  • Bursting Program Ends in Error with nothing in the Log file

    Hi All I have a RDF which calls a bursting program in After report trigger, the problem i'm facing is that the bursting program is completing successfully for a set of parameters and when again the program is run for the same set of parameters the bu

  • BLANKS as Zero in the query designer

    Hi,   I had a restricted KF for which there are no entries in cube (for the restriction) or the KF values are 0 in cube....   When i execute the query...i ma getting the Blank for that KF....how can i convert BLANK into 0 in the report My requirment

  • Not receiving mail at alias

    In trying to straighten out my multiple apple ID's (one set up for icloud, and one that wasn't set up as an email address) something got botched and now my email alias are getting bounced back. Yet when I login to iCloud and check my aliases, it's st

  • JAXB - Java to XML namespaces question

    I want the following XML to be produced: <service xmlns="http://www.example.org/service" xmlns:db="http://www.example.org/db" > <firstElement>    <db:title>Testing</db:title> </firstElement> </service>However, this is proving to be impossible in JAXB