Charts get overlaped with Table view

I have a report which has 4 different views in the following order
TITLE ( Report Title)
STATIC TEXT ( Report Notes and Observations)
GRAPH (Line Chart)
TABLE ( Table Report showing 35~40 rows)
I have these views arranged into a compound layout. The report looks good on the dashboard/ answers etc.. once I download this the entire compound layout into excel or schedule it to be delivered in excel format The layout gets messed up , The chart essentially overlaps the data ( table view) . Is there a work around for this .
We are using 11.1.5
Thanks

Thanks Dpka. The requirement is limited to excel downloads only and i have verified it doesn't work in .mht as well.
My colleague came up with an alternate solution by adding a static text box(embedded with line breaks-- Enable HTML) . we placed this box in parallel with the chart view. Now when we download the report it works

Similar Messages

  • Working with Table views

    Hi Experts,
      I have created a view with table view. I have created the context node and mentioned the internal table to read the data from DB tables. I am filling my internal table and unable to bind the internal table data to table view. Please help me
    Regards,
    Anand

    Hi Ashish,
      Thanks for the reply. The issue is
      1. I have created a new view with table view
      2. Created the controller class for the view
      3. Created the context node and iterator
      4. In the Create context node method, I am reading the DB tables and filling my internal table.
      5. Here we need to Bind the internal table data to Contextnode/Table. Please help me in this.
      6. After Data binding, then I have to call typed_context->contextnode->build_table().
    the view code is
       <crmic:tableView id="tv1"
                         navigationMode   ="BYPAGE"
                         table            ="//LnkObjIBaseList/Table"
                         onRowSelection   ="select"
                         selectedRowIndex ="<%=LnkObjIBaseList->SELECTED_INDEX%>"
                         selectedRowIndexTable="<%=LnkObjIBaseList->SELECTION_TAB%>"
                         selectionMode    ="SINGLESELECT"
                         visibleRowCount  ="6"
                         fillUpEmptyRows  = "TRUE"
                         width            ="100%"
                         iterator = "<%= LnkObjIBaseList->iterator %>">
    Some where I am missing to bind the internal table data to the wrapper class
    Regards,
    Anand

  • Have a problem with table views

    Hello there.
    I try to explain the problem.
    We have a viewset and some table views in it.
    Screeenshot:
    We scroll down to necessary table view.
    Screenshot:
    If we change a page on any table view or reveal list on this.
    It may take little time, but after, the page scroll up automatically.
    No idea, why it happens.
    Best regards,
    Vladislav Neberikutya.

    Oh, sorry, can't edit the first message.
    I have partner overview:
    And when I push to next page. The page scroll up to the top.

  • Can't see Manage Link to work with tables views and links

    I have an Azure account linked to Office365, and a Pay as you go subscription;  and have been working with SQL for a few months without any problem.    I wanted to move one of my databases to my own Azure account (not tied to our O365)
    so I get a free trial, and then converted that to paid with my credit card.   I had someone help me move the database, but now when I look at it in the new account there is no "Manage" link at the bottom to open and see the tables, fields,
    views, etc.     I don't understand why that isn't there.  I can copy, delete, all sorts of things.   But I can't "manage".    any ideas would be greatly appreciated.

    I checked with a college and he pointed me to another post on the same topic:
    Clicking the ‘Manage’ button in Azure Management portal launches the SQL Azure Management (SilverLight) Portal in a new tab in the browser. At this time, we do not plan to support this SilverLight-based SQL Azure Management Portal with V12 databases and
    servers.
    We are working hard on an HTML-based T-SQL editor experience that will deeply integrate with the preview Azure Management Portal. Until then, we encourage customers to use Visual Studio Community 2013 which is a full-featured free version of Visual Studio
    2013 to connect to Azure SQL databases for tasks such as running T-SQL, designing schema and for offline and online database development.
    You can click the the ‘Open in Visual Studio’ in the database page in the Azure Management portal to launch VS2013 on your computer and easily connect to your SQL Database.
    In addition, you can also use SQL Server Management Studio 2014 with CU6 to connect to Azure SQL Database. More details are on this blog post.
    This posting is provided "AS IS" with no warranties, and confers no rights
    I hope that helps,
    Jan

  • Is it possible to use Checkboxes with Table Views?

    Hi,
    I need help with adding checkbox. Here is the detail of what I have.
    In my application page, I have the Region Definition:
    Type - SQL Query (PL/SQL Function body Returning SQL Query)
    Region Source -
    DECLARE
    l_sql VARCHAR2(50);
    BEGIN
    Call Function_One(arg1, arg2 ..) ;
    IF ( :P11_REQ = Value1 ) THEN
    l_sql := ' SELECT Col1, Col2, Col3 FROM View1 ' ;
    ELSE
    l_sql := ' SELECT Col1, Col2, Col3 FROM View2 ' ;
    END IF;
    RETURN l_sql;
    END;
    Please note:
    1. ' View1 ' and ' View2 ' are views on two tables.
    2. The checkboxes are needed to select rows from these views to be inserted into another table for further processing.
    Questions:
    1. Can Checkboxes be added to views also, or, to tables only?
    2. If checkboxes can be added to views, How can I do that to each of the rows that will be returned?
    3. Is there a way to use ' Select * FROM View1 ', and be able to add the checkbox to each of the rows ?
    Would appreciate your help.
    Vasan

    Vasan,
    I usually call a plsql function to generate the HTML when I need a custom component like that. ie: create a procedure in a package. this should give you the idea. I usually create a dynamic plsql region to call the below procedure like this
    begin
    printTableWithCheckboxes();
    endl;
    procedure printTableWithCheckboxes is
    begin
    htp.p('<table>');
    for rec in (select id, name from test) loop
    htp.p('<tr>');
    htp.p('<td><input type="checkbox" name="' || rec.name || '" value="' || rec.id || '" /> </td>');
    htp.p('</tr>');
    end loop;
    end printTableWithCheckBoxes;

  • Problem with table view

    Hi Guys,
    help me pls/
    In my report i am having above 40 columns...
    when i placed the report in dashboard or when i viewing the report only 1 column is displaying..remaining all are null
    can any one help me

    HI,
    Please get the query from Manage session then execute the query in Database.
    Whether are you getting data or not.
    Manage Session-->View Log--> Here you can get obiee query.
    Hope this help's
    Thanks
    Satya
    Edited by: Satya Ranki Reddy on Sep 27, 2012 5:34 PM
    Edited by: Satya Ranki Reddy on Sep 27, 2012 5:35 PM

  • FormsGraph PJC getting overlapped with other windows

    Hello,
    We have an application which has a window with 3 graphs (FormsGraph PJCs). If we open any other window on top of the graphs window, the graphs take control of the active window and bleed overtop of the active window. This happens only when the currently opened window is smaller than the graphs windows and if the mouse pointer moves to the partly visible graphs window.
    Can anyone help in resolving this?
    Thanks,
    Ashok

    Nope, 10.6.7 didn't solve the problem.  It still happens.
    It is, however, related in some way to either Juniper Networks VPN sopftware (Network Connect) or Microsoft Remote Desktop Connection.
    This morning when it happened those were the only two things I had open - Safari connected fired off Network Connect and then opened MS Remote Desktop to connect to a remote windows box.
    When I closed both, Safari got stuck in the "background only" mode.
    I will experiment more...

  • Need help using GO URL to display table view (with sorting, pagination)

    I'm trying to use the GO URL to get to a table view with the sorting and pagination functionality intact, but I don't want all the other links and input fields of a dashboard.
    Is this possible?
    I'm trying to consume table view report in an IFRAME within my web application using the GO URL, but without any luck.
    For proof of concept, I'm trying to extend Sample Lite\KPI\Sample PKI which I can display as a dashboard in my IFRAME, but I would like the table view with the column sorting and pagination functionality intact without the dashboard links and fields up at the top.
    I'm new to Oracle BI, specific explanation and step by step examples would help me tremendously.
    I am on Oracle 11g v11.1.7.0 on RH linux.
    The GO URL I am using:
    http://myserver:port/analytics/saw.dll?Go&NQUser=username&NQPassword=password&Path=/shared/Sample%20Lite/KPIs/Sample%20KPI&ViewName=Table
    Thanks.
    Brian

    TABLES: bkpf.
    TYPES: BEGIN OF ty_bkpf ,
           belnr LIKE bkpf-belnr,
           bukrs LIKE bkpf-bukrs,
           gjahr LIKE bkpf-gjahr,
           bldat LIKE bkpf-bldat,
           waers LIKE bkpf-waers,
           END OF ty_bkpf.
    TYPES: BEGIN OF ty_bseg ,
           buzei LIKE bseg-buzei,
           shkzg LIKE bseg-shkzg,
           END OF ty_bseg.
    DATA: it_bkpf TYPE STANDARD TABLE OF ty_bkpf ,
          it_bseg TYPE STANDARD TABLE OF ty_bseg .
    DATA: ibinding TYPE salv_t_hierseq_binding.
    DATA: xbinding TYPE salv_s_hierseq_binding.
    DATA: gr_table TYPE REF TO cl_salv_hierseq_table.
    SELECT-OPTIONS:
      ndoc FOR bkpf-belnr,
      empr FOR bkpf-bukrs,
      anod FOR bkpf-gjahr.
    START-OF-SELECTION.
      PERFORM get_data.
      PERFORM relat_tables.
      PERFORM display_alv.
    *&      Form  get_data
    FORM get_data .
      SELECT belnr bukrs gjahr bldat waers
             INTO TABLE it_bkpf
             FROM bkpf
             WHERE belnr IN  ndoc AND
                   bukrs IN empr AND
                   gjahr IN anod.
      IF sy-subrc = 0.
        SELECT buzei shkzg
               FROM bseg
               INTO TABLE it_bseg
               FOR ALL ENTRIES IN it_bkpf
               WHERE belnr = it_bkpf-belnr AND
                     bukrs = it_bkpf-bukrs AND
                     gjahr = it_bkpf-gjahr.
      ENDIF.
    ENDFORM." get_data
    *&      Form  relat_tables
    FORM relat_tables .
      xbinding-master = 'BUKRS'.
      xbinding-slave  = 'BUKRS'.
      APPEND xbinding TO ibinding.
    ENDFORM. " relat_tables
    *&      Form  display_alv
    FORM display_alv .
      cl_salv_hierseq_table=>factory(
      EXPORTING
      t_binding_level1_level2 = ibinding
      IMPORTING
      r_hierseq = gr_table
      CHANGING
      t_table_level1 = it_bkpf
      t_table_level2 = it_bseg
      gr_table->display( ).
    ENDFORM. " display_alv

  • Table view in EHP1 CRM 7.0

    How to create a table view in ehp1 CRM.
    Is it the same way by creating a view and adding value node /model node then selecting view as table view with congigurable mode?

    Hi Anita,
    As per your requirement, AET table enhancement will be best suited to it.
    Use the help.sap.com link i gave in earlier reply to know more about  AET table enhancements.
    Now to get on to this task ,
    1) Use transaction AXTSYS and create an entry for Z component, give a name say ZAET_TBLEXT.
    and Save. The AET Table extension, then will use this component by default( if you select the radio button there) to create the views. Remember, just give any name you desire for the component. You dont need to create this componenet. AET extension wizard will create the component automatically.
    2) Open the overview page on which you would like to have the tableview as an assignment block. Since its a compititor info, i assume you want to place it on a BP/Account/Prospect. Competitor Overview Page or Opportunity Overview Page. Now chose the config button and once the Assignment blocks are highlighted, select the Header View( Compititor header or Opportunity header view depending on the overview page you are in) and config tool will open. Use the Display Enhancement button or create enhancement button and another popup will open which display the enhancements if any,
    3) On this Pop up you will see the AET table extensions assignment block. Use the Add table button. Follow the wizard and create the table, mention fields, translations etc. Also mention it as 1:n relation and so the table view. Chose the Standard buttons so you get all action buttons as well as inser, editlist, delete buttons etc.
    Once done, save and generate. This creates the view and also adds the component usage on overviewpage.
    Now all you need to do is just configure the overviewpag to pull the new tableview assignment block from Available to Displayed blocks.
    Note :
    1) this creates a Ztable , name same as mentioned/defaulted while AET table enahncement
    2) this create Z BOL entity with 1:n relation with Access Entity of OverviewPage , for example, BuilHeader if account overview page or BTAdminH if Opportunity overview page.
    3) creates BOL strucutre, handler class etc on its own.
    4) You do not need to do any coding,
    Thus in half an hour, you are done with Table view enhancement with Z table based entities.
    Before EhP1, we had to extend the BT/BP model with ZBOL and had to do a lot of thigs on our own. Almost 2 days job for an advance developer which is reduced to 15-20 minutes with zero coding required.
    If you have a sandbox or IDES system, i would recommand you to try it there frst, get confident and then do development on your development system.
    Remember ->
    1) AET Enhancement tool has to be started from WEB UI - which is generally runs on Customizing client, but creating AET table and enhancements is Workbench task. So if your customizing client is locked for workbench developments, then You must run the WEBUI on your workbench client ( use transaction wui ). It does not make any difference as far as development is concerned because your development its pure Workbench activity. later, you configure the Overview Page to pull the AET table view on your customizing client.
    2) Be confident and have well determined about the table design & about your table view design like the fields you need etc. because once you add the fields and mention the field type like Numeric, indicator,text etc, you can not change it later once the Tableview is generated. You can add more fields later and you can delete fields too but you can not change their type later.
    All the best.
    Thanks & Regards
    Suchiita
    Edited by: Suchita Phulkar on Jul 30, 2011 12:16 AM

  • JavaFX table view headers bug?

    Hi,
    I created simple application with table view and I have problem with the way that table view headers are displaying.
    When table view is not focused headers are improper width but when table get focus then headers width is changing and everything is working as expected.
    Before table view get focus:
    http://imageshack.us/a/img841/6853/j9u9.png
    After table view get focus:
    http://imageshack.us/a/img43/922/169f.png
    Best regards,
    Lukas

    You should run this app without problems becouse it is embeded SQLLite databse. Look into SqlLiteDB class. You can even delete database.db file becouse sqllite driver will automatically create database.
    I check your example and is perfect becouse is showing my issue You should only make small change that you skipped: ( table.setColumnResizePolicy(TableView.CONSTRAINED_RESIZE_POLICY); )
    import javafx.application.Application;
    import javafx.collections.FXCollections;
    import javafx.collections.ObservableList;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.geometry.Insets;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.control.TableColumn;
    import javafx.scene.control.TableView;
    import javafx.scene.control.TextField;
    import javafx.scene.control.cell.MapValueFactory;
    import javafx.scene.layout.AnchorPane;
    import javafx.scene.layout.HBox;
    import javafx.stage.Stage;
    import java.util.*;
    public class Main extends Application {
        @Override
        public void start(Stage primaryStage) {
            final AnchorPane root = new AnchorPane();
            root.setPadding(new Insets(10));
            final HBox controls = new HBox(5);
            final Button getDataButton = new Button("load data");
            final TextField textField = new TextField();
            final TableView<Map> table = new TableView<>();
            table.setColumnResizePolicy(TableView.CONSTRAINED_RESIZE_POLICY);
            getDataButton.setOnAction(new EventHandler<ActionEvent>() {
                @Override
                public void handle(ActionEvent event) {
                    DataSource dataSource = new DataSource();
                    table.getColumns().clear();
                    table.getColumns().addAll(dataSource.getTableColumns());
                    table.setItems(dataSource.getQueryResult());
            controls.getChildren().addAll(getDataButton, textField);
            AnchorPane.setTopAnchor(controls, 10.0);
            AnchorPane.setLeftAnchor(controls, 10.0);
            AnchorPane.setRightAnchor(controls, 10.0);
            AnchorPane.setTopAnchor(table, 45.0);
            AnchorPane.setRightAnchor(table, 10.0);
            AnchorPane.setLeftAnchor(table, 10.0);
            AnchorPane.setBottomAnchor(table, 10.0);
            root.getChildren().addAll(controls, table);
            primaryStage.setScene(new Scene(root, 1000, 1000));
            primaryStage.show();
        public static class DataSource {
            public List<TableColumn<Map, Object>> getTableColumns() {
                TableColumn<Map, Object> idColumn = new TableColumn<>("ID");
                idColumn.setCellValueFactory(new MapValueFactory<Object>("ID"));
                TableColumn<Map, Object> nameColumn = new TableColumn<>("NAME");
                nameColumn.setCellValueFactory(new MapValueFactory<Object>("NAME"));
                return Arrays.asList(idColumn, nameColumn);
            public ObservableList<Map> getQueryResult() {
                List<Map> result = new ArrayList<>();
                for (int i = 0; i < 200; i++) {
                    Map<String, Object> row = new HashMap<>();
                    row.put("ID", i);
                    row.put("NAME", "Name " + i);
                    result.add(row);
                return FXCollections.observableArrayList(result);
        public static void main(String[] args) {
            launch(args);

  • Can we get data from business views  in CR 2008/XI?

    Hi All,
    Can we get data from business views  in CR 2008/XI?
    If its possible, pls let us know how to get connect with Business View in both of these versions and what is the tool that we have to use to create Business Views.
    Thank you,
    Krishna Pingali

    Hi Krishna,
    Crystal Reports/BusinessObjects Enterprise ( BOE ) Business Views can only be created using the BV build which comes with BOE and installed using the Work Station installer for BOE. for both XI and 2008.
    You cannot mix these two versions on the same PC not can one talk to the other, the BV designer must match the same version as BOE. XI ( version 11.0 ) is no longer available but if you mean XI R2 ( version 11.5 ) then it still is.
    It's not completely clear which Business View you are referring to? BOE has a Business View Designer so not sure if this is just a naming problem or not? If you are referring to the BOE Business View Designer then the above is true. If your reference is about some other BV designer or data source then you need to clarify.
    Contact our Sales department for pricing and availability.
    Thank you
    Don

  • Not getting required format with pivot table view

    Hi,
    I need to create in the bellow format...
    POD     Data     01-JAN-08     01-FEB-08     01-MAR-08     01-APR-08     01-MAY-08     01-JUN-08     01-JUL-08     01-AUG-08     01-SEP-08
    AFA     Minutes/Month     44640     41760     44640     43200     44640     43200     44640     44640     43200
         P1 Login Downtime (Min)     9     0     0     0     114     99     30     42     0
         Actual Maint Time taken (Min) 1902     2350     439     409     136     1390     51     189     400
         Availability %     99.98% 100.00%     100.00%     100.00%     99.74%     99.76%     99.93%     99.91%     100.00%
    AHA     Minutes/Month     44640     41760     44640     43200     44640     43200     44640     44640     43200
         P1 Login Downtime (Min)     9     786     99     40     64     0     0     97     134
         Actual Maint Time taken (Min)     199     2412     388     290     136     500     261     156     2688
         Availability %     99.98%     98.00%     99.78%     99.91%     99.86%     100.00%     100.00%     99.78%     99.67%
    AJA     Minutes/Month     44640     41760     44640     43200     44640     43200     44640     44640     43200
         P1 Login Downtime (Min)     39     0     0     0     30     0     30     42     2
         Actual Maint Time taken (Min)     10868     2913     426     468     1187     564     391     268     1959
         Availability %     99.88%     100.00%     100.00%     100.00%     99.93%     100.00%     99.93%     99.91%     100.00%
    ANA     Minutes/Month     44640     41760     44640     43200     44640     43200     44640     44640     43200
         P1 Login Downtime (Min)     148     52     0     13     12     0     83     92     0
         Actual Maint Time taken (Min)     1104     2155     158     2701     383     681     533     1190     765
         Availability %     99.66%     99.87%     100.00%     99.97%     99.97%     100.00%     99.81%     99.79%     100.00%
    I am able to get data in the compound table view....
    POD     Month Year     Minutes/Month     P1 Login Downtime(Min)     Actual Maint Time taken (Min)     Availability %
    AFA     1-Jan-07     44,640     0     0     100
         1-Feb-07     40,320     0     0 100
    AHA     1-Jan-07     44,640     0     0     100
         1-Feb-07     40,320     0      0     100
    But I am unable to get required formate in the pivot table view. How can I get required format in PIVOT TABLE VIEW.
    I tried in somany ways, but i am unable to adjust
    like
    AFA     Minutes/Month     44640     41760     44640     43200     44640     43200     44640     44640     43200
         P1 Login Downtime (Min)     9     0     0     0     114     99     30     42     0
         Actual Maint Time taken (Min) 1902     2350     439     409     136     1390     51     189     400
         Availability %
    Please help me on this? Is there any manuall, which can help me on this?
    Thanks alot in advance.
    Thanks
    Pathan

    Pathan,
    This can be achieved by dragging the "Measure Labels" object to the rows. Put POD and Measuers object in to the rows and months in columns.
    that will work.
    thanks
    Madan Thota

  • Project Pro 2013 Crashing - has something to do with Global Views and or Tables?

    I have 800 or so active project files in my 2013 PWA instance. I am just starting to get my head around this potential bug. I have not reproduced it yet but I have seen it a number of times. MS Project Pro randomly
    freezes after one of the following actions
    1) Attempting to change Gantt Chart Task text format
    2) Attempting to changing from one view to another
    3) Attempting to save the file
    In each case this behavior is corrected by going to the Organizer and removing any and all local Views and Tables that have the same name as the a View or Table in the Global.
    The fix is easy but users are pretty upset when they lost work from a multi-hour meeting.
    I imagine this is a conflict with the view or table name? ?
    Has anyone heard of this before? Clues?

    John,
    I have not seen this issue myself, nor have I found a reference to it in the fixes in the CU. Having said that, I am a little confused as to how users would have local views with the same name as the enterprise ones?
    May be one thing to try is to rename the enterprise views with the word 'Enterprise' at the beginning and see if it fixes the issue?
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • How to get the value from the Input field of the Table view.

    Hi Experts,
    I have created a table view with 10 rows and each rows contains input fields in it.Can you please help me getting the values that are entered in all 10 rows.
    Currently I am using the below code,but using the below I am able to get only the first row details of the table.
      lo_el_table->get_static_attributes(
        IMPORTING
          static_attributes = ls_table).
    Please let me know you suggestions on this.Thanks in advance.
    Regards,
    Arun

    Hi Arun,
    You should use this method:
    lo_nd_table->get_static_attributes_table(
    IMPORTING
    table = lt_table).
    Cheers,
    Roelof
    http://www.nl4b.com

  • Displaying of charts as a separate column in table view view in obiee 11g

    Hi all,
    we have a requiremnet where i need to display charts in a separate column in a table view in OBIEE 11g. can any body help in achieving this requirement?
    Thanks in advance.
    Regards

    HI All,
    Can any body let me know how to achieve this requirement!
    charts also should be dsplayed in a column in table. I had gone through below Sparkline graph link but didn't move forward with Jquery. can any body help me in understanding this?
    http://srisnotes.com/tag/obiee-11g/.

Maybe you are looking for

  • Flash based photo galleries won't play

    Photos on my website have stopped working, The website was built using NetObjects Fusion XII on Windows 7 (64 bit) and the photo galleries use shockwaveflash. I have checked the addons and plugins and everything is up to date. I have re-installed fla

  • &ITEM. syntax not working correctly in logout_url

    Hello all, I have made my own logout procedure (which is part of a package) and am calling it from logout url as follow: web_tool_authentication.logout?p_username=&APP_USER.&p_this_flow=&APP_ID.&p_next_flow_page_sess=&APP_ID.:1:&SESSION. When I run t

  • Connect a Professional Monitor to iMac

    I am color correcting a movie I made and I need to connect a Professional CRT Monitor to my iMac. How do I do this? Most CRT Monitors connect via BNC cables. Is there a way to connect to my Mac with a converter? If not what other connections do I nee

  • Screen saver - Can't load bundle

    I'm trying to use some pictures for the screen saver on my recently upgraded MM (10.5.1). Whether I choose the default pics or my own I get a message... Can't load screen saver Screen saver "Forest" did not load properly. Please select another screen

  • RME 4.0.6 Inventory change filtering

    Hello My question is about the Inventory change filtering in RME 4.0.6 under LMS 2.6 I get hundreds of records like : Port Identity: PortID = 1024 Attribute Type of Change Time Change Detected Previous Value Current Value Port Serial Number New 2010-