Scroll Bar for Pivot table in OBIEE reporting Tool

Hi,
Please let me know how to add scroll bar for a pivot table in OBIEE reporting Tool
Thanks,
Usha.
Edited by: Usha.Cholangi on Aug 10, 2011 10:17 PM

Hi Usha,
Not sure about directly implementing scroll bars in a pivot table in OBIEE.
But you can try using an IFrame which would display this report (pivot table) inside it. If the report increases in size (defined size of IFrame), it would automatically add scrollbars to the view.
Let me know if you need more info on these lines.
Thanks

Similar Messages

  • Want a scroll bar for a table view

    Hi Experts,
    I am developing in NWDS 2004S.
    I have 2 groups in RootUIElement,
    in one group i have few labels & input box with a button,
    in other group I have a table.
    On click of button according to values in inputbox an RFC is called & Table is populated.
    Now my requirement is like, my table has around 33 columns
    But i don't want the scroll buttons in footer of table view
    I want normal scroll bar for that table.
    Kindly help me.
    Will award points !!!
    Thanks

    hi
              thanks for the reply  ,
            using scroll container is working fine  ,
               but  this functionality should be achieved for the
               table  ,  not  table to be put int he scroll container
               as the problem is  , i have  2000 entries in the
                 table  and for this again i need to drill down using
                     arrow  or drill for certain entries  using arrows
                instead need  scroll bar for the table
                     if this can achieved  it would be helpful ?

  • Vertical scroll bar for the table

    Hi,
    I have a table which will contain more than 100 rows. First Visible rows will be 10.
    i want a vertical scroll bar for the table, so that i can see all the rows using vertical scroll bar. While scrolling down, the header row, which contain names of the column should be static (ie visible even scroll down) and the footer of the table should be visible even goes up.
    If I use Scroll container, it will take whole table and the header row, row with name of column will move up invisible when i scroll down. So it is not useful if i use scroll contatiner.
    I need a fnctionality were table has a vertical scroll bar to it.
    Thanks
    Maha

    Hi,
    Your requirement is one of the default properties of the Table UI element in NWDS CE version.
    Regards,
    Alka.

  • How to get the Horizontal Scroll Bar for a Table?

    Hi All,
    As per my requirement, I am displaying several records in a Screen in a Tabular Format. But here I have to show 21 Columns in that table which is too high. I am able to display it but due to it I am getting a Horizontal scroll bar for the whole screen since all the columns are not getting displayed in the normal window screen space. But its looking too odd since once I am scrolling it to right the columns are getting displayed but the above Header Bar and Global buttons are not displaying, they are bound to the normal screen space.
    Is there a way to have a Horizontal scroll bar only for that table instead of the entire screen so that on scrolling that bar only the table rows will beshifted ant got displayed?
    With Thanks
    Kumar Gautam

    try this approach.
    include a raw text item before and table item.
    include the appropriate HTML tags in raw text item to enable horizontal scroll
    --Prasanna                                                                                                                                                                                                                                                                                                                                   

  • Scroll bar  for the table

    hi
          i  have  a scenatio  where  the table need
            scroll bar  ,  so ihave  used  scroll container 
            for the table   and  i am able to view   both 
          horizontal  and  vertical scroll var  , but  i need 
           only  verticle  scroll var  .
              how can this be achieved ?

    hi
      thanks  for the quick response ,
           but  its not helping me  .
                i have  set the width of the table less than
             scroll container  . 
                  i need just  vertical  scroll  bar  to be visible
                   no  horizontal scroll bars  
                      iam able to view both .

  • Applying table scroll bar for only table rows with table columns fixed.

    hi oa gurus,
    i had implemented table scroll bars using oarawtextbean , there is no problem in vertical and horizontal scroll bar working its working fine. but the requirement is i need to scroll only the table rows with table columns fixed. so , how to achieve the table scroll for only table datas neglecting table headers.
    the code for vertical and horizontal bars scroll is like this,
    OARawTextBean ors = (OARawTextBean)webBean.findChildRecursive("raw1");
    ors.setText(div id=tabledivid style=height:500px;width:100%; overflow:auto>);
    OARawTextBean ore = (OARawTextBean)webBean.findChildRecursive("raw2");
    ore.setText("</div>");
    where raw1 and raw2 are rawtextbean created above and below of the table . but i dont know hoow to apply this only for table rows neglecting table columns , can anybody give any ideas.
    pelase this is very urgent , can u help me in this regards
    thanks
    Edited by: user630121 on Sep 29, 2008 5:17 AM
    Edited by: user630121 on Sep 29, 2008 5:18 AM

    hi,
    I have a similar task to do... Only to apply scrollbar at the table level.
    I tried using the above mentioned but I am facing Null Pointer Exception..
    Please explain about raw1 and raw2
    Rahul

  • How to add scroll bar in webi table

    Hi Experts,
    Currently i am working on webi report it consist lot of tables and charts. As per my requirement the webi table should contain scroll bar instead of showing all data in single shot. And user will scroll down  if he/she required.  Is it possible in webi?
    Regards,
    PRK.

    Hi Praveen,
    Adding scroll ball in Webi table is not possible currently.
    Requests has been raised by some people in SAP Idea place, see the link below for more details.
    You can vote in SAP Idea place for getting this feature
    Add scroll bars for Webi tables : View Idea

  • Horizontal scroll bar for the adf page

    Hi,
    We have around 7 tables in single jsff page. Here , we have a requirement like :
    We need to show horizontal scroll bar for the entire page instead of each table. Is there any way to get this.
    As of now, we have horizontal scroll bar for each table, but our customer is not accepting this, that want the scroll bar for the entire page.
    Please suggest the approach.
    Thanks

    I have grouped all the tables in panelgrouplayout.So, what is the problem (because it is not quite clear what you need)?
    If your PanelGroupLayout is with layout="horizontal", then the tables will be rendered next to each other horizontally but there will be no horizontal scrollbar on the page.
    If your PanelGroupLayout is with layout="scroll", then the tables will be next to each other vertically and there will be a horizontal and a vertical scrollbar on the page (if necessary).
    If you need your tables to be relocated next to each other horizontally and to have a horizontal scrollbar on the page, then use a PanelGroupLayouts(horizontal) inside a PanelGroupLayout(scroll):
    <af:panelGroupLayout layout="scroll">
      <af:panelGroupLayout layout="horizontal">
        <af:table> ... </af:table>
        <af:table> ... </af:table>
        <af:table> ... </af:table>
      </af:panelGroupLayout>
    </af:panelGroupLayout>If your problem is that you still have horizontal scrollbars inside the tables, then you should set appropriate widths to the corresponding tables (e.g. to <af:table> tags) such that they are large enough to fit the sum of corresponding column widths.
    ya, I know that its not god design, but its customer requirement, so we need to do that.If you expect some table(s) to be stretched automatically according to the size of browser's window, then you should re-think your UI design because PanelGroupLayouts do not stretch their children. A possible solution is to use a combination of PanelSplitters or other layout containers that stretch their children.
    Dimitar

  • Urgent!!!!Add a Horizontal Scroll Bar for Table Control

    Hi Experts,
    I want to have a Horizontal Scroll Bar on my Table control.
    I tried with few properties for the Table UI Element but not able to solve it.
    If any one who had already done this please help me out.
    Thanks in advance..
    Regards, Kishore K

    HI Koen,
    Thanks for early Reply.
    When I use this I get
    Page Down ( ->!!, Arrown with lines pointing Down)
    Page UP
    Page Top    ( ->, Arrown with lines pointing Top)
    Page Down ( ->, Arrown with lines pointing Down)
    But I need only Page top and Page down for this Table UI .
    I think my question is clear enough.
    Please let me know this also.
    Thanks & Regards,
    Kishore K

  • Two pivot tables in one report - obiee 11.1.1.5

    Hi experts!
    Is possible to do a two pivot table (EACH with DIFFERENT CALCULATED ITEMS)??
    For example:
    Pivot table:
    Calc1
    Calc2
    Calc3
    (Hide all other members dimension, only show 3 Calc items)
    Pivot table2:
    Calc5
    Calc6
    Calc7
    (Hide all other members dimension, only show 3 Calc items)
    Now...If I change one calc, it changes for all pivot tables in my report... :(
    Thanks!!!
    Edited by: Alex1 on 22-sep-2011 9:44

    Hi!
    I can't create my calcs in column criteria.
    When I create calc items in first pivot table and create a second pivot table, I have this calcs...and I want another calcs in second pivot table...

  • Scroll bar for advancedTable or Table region

    All,
    In PG.xml can we add scroll bar for advancedTable or Table regions ????
    Thanks,

    user575383,
    There is no scroll bars options for tables through framework. If table requires more width, the scrolling will get applied to the page rather than the table.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                           

  • Missing "Select Multiple Items" in Report Filter for Pivot Table in Excel Services

    I have a Pivot Table with a Report Filter in Excel 2013.
    When I click the Report Filter in Excel , I get the check-box option to "Select Multiple Items".
    But , when the same Report.xls is published to SharePoint 2013 Excel Services,
    the check-box-option is missing ! and the default is "Multi-select", and there is no way to disable or toggle Multi-select
    is there any fix ?
    thanks

    Thank you Naveen, I have already read this , and checked ,
    But, it does not fix my issue :(
    All my desktops are set at 100%.
    All my List Items show as Check-boxes, ok.
    The problem is: that check-box option "Select Multiple Items" , just above the OK button, is missing when I run the report in Excel Services.
    So I have no way to toggle Select Single Items only.
    But when I Open this same report in Excel, everything works well.
    Is there any Fix for Excel Service /Sharepoint 2013.
    Paul

  • Formatting error on pivot table in migrate report

    Hi to everyone.
    I've this problem:
    I'm migrate a report from OBIEE publisher created on test environment to production environment.
    The version of OBIEE publisher is the same on test and production (11.1.1.6), i' don't know which patch is installed in the 2 environment.
    My problem is on a pivot table in a report, the Header measure column ha 75px Height, in test environment  the full Height have the back color i've choose (Gray) while in production environment the same report with the same specs have the Header Measure column is half in GRAY (my back color choose) and half in blue (standard color of background).
    If i create a new Pivot table with the same style in production ambient and in test i've the same problem.
    Can someone help me for this problem?
    Regards,
    Fabio.

    Timo,
    This the total code for Pivot table and to export that to Excel i think something in the below code is not supported in 11.1.1.6 and later versions. Can i use <dvt:exportPivotTableData> in commandButton ? because when i comment this code it is working fine.
    <af:commandButton text="EXPORT TO EXCEL" immediate="true"
                                binding="#{backingBeanScope.backing_LUM_EMPLOYEE_DOCUMENTS_REPORT.export_btn}"
                                id="export_btn" visible="false"
                                inlineStyle="font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: small;">
            <dvt:exportPivotTableData type="excelHTML" exportedId="employeeDocuments_pt"
               filename="Department_TrainingDocuments_Report.xls" title="PivotTable export"/>
                                </af:commandButton>
    <dvt:pivotTable id="employeeDocuments_pt"
                            value="#{bindings.lum_EmployeeDocumentsReportView1.pivotTableModel}"
                            binding="#{backingBeanScope.backing_LUM_EMPLOYEE_DOCUMENTS_REPORT.employeeDocuments_pt}"
                            var="cellData" varStatus="cellStatus" sizing="auto" summary="Enrollments"
                            inlineStyle="width:1400px; height:900.0px;"
                            rowFetchSize="-1" columnFetchSize="75">
                <dvt:dataCell dataAttribute="DocumentFlag">
                <af:selectBooleanCheckbox id="idselectbooleancheckbox" label="SELECT" value="#{cellData.dataValue}"
                  readOnly="true"/>
                </dvt:dataCell>              
                </dvt:pivotTable>
    Thanks,
    Harika.

  • Adding a pivot table while creating report in BI publisher

    Hi all,
    I have been working on OBIEE and i need to create a multipage report. I have created a report in BI Dashboard using pivot table and i like to create the same pivot table (as pdf report) by using BI publisher.
    But i am unable to add pivot table in the rtf file that is used as template.
    When i am creating a template in rtf format, it has only three option either you can add table or form or Cross tab. I have tried to add the pivot table but i didn't find any way to add that.
    Pls suggest me to solve this.
    Thanks
    Ashok

    Please look at the hyperlinks description in the rtf template section of the report designer guide. It should get you started.

  • REG:: Horizontal scroll bar for pdf

    Dear All,
    I am displaying data in a table in Portal and this table has 13 columns in it. I am writing all this data from the table to a PDF and I am able to generate a PDF. 
    This generated PDF clips the data on the right side, i.e. it shows few columns only.
    I need to have the horizontal scroll bar for the generated pdf output file.
    Can anyone guide me how to achieve this.
    Regards,
    JayPal.

    hi pal,
    refer this help
    http://help.sap.com/saphelp_webas630/helpdata/en/3f/c0ae3dacbff972e10000000a114084/content.htm
    bvr

Maybe you are looking for

  • Can't see .cfm files in Design view

    Can't see .cfm files in Design view in Dreamweaver CC.

  • Beginners Guide "Create an initial ramdisk environment" hooks needed

    In the guide at this location: https://wiki.archlinux.org/index.php/Be - nvironment it addresses when the mkinitcpio.conf hooks line needs changes. Is it really the case that installing to a external USB spinning drive with root there,  requires a ch

  • ITunes error Claiming I "Do not have write access privileges"

    The other day without any upgrades (that I am aware of), iTunes stopped allowing me to import cds into iTunes. It claims that I do not have the proper "write" privileges for my music folder. I have no idea how to fix this, if this is even the real pr

  • Alignment problem in Panel

    I am not able to align all components of the respective panels to the center when I add the composite panel to center of a BorderLayout frame. Pl suggest improvements in code below: public class CenterPanel extends JPanel { BoxLayout oBoxLayoutCenter

  • N73 How do I change ICONS on DESKTOP

    Hi All, Can someone please tell me how to get rid of the 6 "quick icons" on the start screen and the "calender entries" please? All i want is a blank screen...... There seem to be no welcome screen options anywhere. Thanks. JC...