Small doubt(about pivot table)

while creating a report i am getting error in Table view,if i create a same report in pivot view it is working fine in pivot view.
after this i want to add this view to the compound view then i will have to delete the table view from the compound view .but while adding the pivot view to the compound view it is throwing error because by default compound view has only table view and tital view.it is not allowing me to add pivot view to the compound view.
can anyone suggest me is there any other way i can add the pivot view to compoud view i want to view the title view and pivot view only in the compond view.(here the problem is i am unable to add pivot view to the compound view because error in the table view)

Actually i placed couple of column in the excluded. now its working fine. i just want to know how can i add pivot tabler to the compound view at this situation

Similar Messages

  • Doubts about Temporary Table.

    Hi,
    I am using Temporary Table.
    But the insert command takes too much time compare to insert in Normal table.
    One more doubt about Temporary Table is:
    Suppose there are two different users. They connect and first insert rows of their use .Now they go for select.
    Does select of one user goes to check the rows of second user also or the temporary table treats 2 users data as inserted in 2 different tables?
    Help!!!

    Nested structure (not deep - deep means their a string or a table as a component)
    TYPES: BEGIN OF tp_header_type,
             BEGIN OF d,
               empresa TYPE ...
               num_docsap TYPE ...
            END OF d,
            awkey TYPE ...
          END OF tp_header_type.
    matt

  • Doubts about result table in endeca 3.1

    Hi All,
    I created the result table in Endeca 2.4 by using the checkbox for Use EQL query and entered the query but I cannot see the option of entering the eql in endeca 3.1.Has something changed or I have missed something?
    and In order to enable drill down  in endeca 2.4 I added an action column to pick the event ID available on a particular row. Clicked on Add Action Column button under Configuration tab and added teh action but cannot see samething in endeca 3.1.
    Can some one please let me know how can above things be achieved in endeca 3.1
    Thanks in Advance.

    In 3.1 for Results Table, you do not enter EQL. Instead, you set the table type to Analytics table, then add the metrics and dimensions. For simple metrics, you just add the attribute and select the aggregation method. For more complex metrics, you would need to add the metric as a predefined metric in the view. You could then add that metric to the table.
    Here's a link to the section of the Studio User's Guide that talks about configuring a Results Table:
    Configuring a Results Table
    And here's a link to general information about adding data to components in 3.1:
    Selecting and configuring the data displayed on a component

  • Doubt about KONV table

    hi friends,
    i am selecting the sales order details and conditions from konv table but
    when i am checking the va03 my condition amount is 2.000%
    but in konv table it is 20.00 ,why is it so?
    how can i calculate it correctly?
    thanks & regards
    srinivas

    Yes it is you are using non primary key.. try to pass fiscal year and priod too .. you may get it bit faster.
    thanks
    mahesh

  • Doubt about FLASHBACK TABLE

    Dear Members,
    I am doing FLASHBACK TABLE as sys user. I know that FLASHBACK TABLE can not be used for user SYS ,
    still I successfully execute this command with to before drop clouse and
    when i execute this command with to timestamp clouse , I get error.
    Can some one please tell me why this is happening ?
    ORACLE : 11gR2
    OS : FEDORA 14
    $ sqlplus / as sysdba
    SQL> insert into t11 values('k');
    1 row created.
    SQL> !date;
    Wed May 30 15:45:13 IST 2012
    SQL> insert into t11 values('z');
    1 row created.
    SQL> drop table t11;
    Table dropped.
    SQL> select * from dba_recyclebin;
    OWNER               OBJECT_NAME          ORIGINAL_NAME          OPERATION TYPE               TS_NAME               CREATETIME     DROPTIME          DROPSCN PARTITION_NAME          CAN CAN     RELATED BASE_OBJECT PURGE_OBJECT SPACE
    SYS               BIN$wT5v1Gw96zbgQGSsOaoM4g==$0 T11               DROP     TABLE               NISHANT               2012-05-30:14:47:37 2012-05-30:15:45:36 17728226                    YES YES     85115 85115     85115     8
    SQL> flashback table "BIN$wT5v1Gw96zbgQGSsOaoM4g==$0" to timestamp to_time('30/05/2012 15:45:13','dd/mm/yyyy hh24:mi:ss');
    flashback table "BIN$wT5v1Gw96zbgQGSsOaoM4g==$0" to timestamp to_time('30/05/2012 15:45:13','dd/mm/yyyy hh24:mi:ss')
    ERROR at line 1:
    ORA-08185: Flashback not supported for user SYS
    SQL> flashback table "BIN$wT5v1Gw96zbgQGSsOaoM4g==$0" to before drop;
    Flashback complete.

    Hi,
    As far as i know, recyclebin doesn't work for SYS schema. The same i have tested on my 11.2.0.3 test database -
    18:12:22 SQL> select * from dba_recyclebin;
    no rows selected
    18:12:23 SQL> show user
    USER is "SYS"
    18:12:27 SQL>
    18:12:28 SQL> create table a (x number);
    Table created.
    18:12:35 SQL> insert into a values (1);
    1 row created.
    18:12:36 SQL> insert into a values (2);
    1 row created.
    18:12:36 SQL> insert into a values (3);
    1 row created.
    18:12:37 SQL> select * from a;
             X
             1
             2
             3
    18:12:38 SQL> commit;
    Commit complete.
    18:12:39 SQL> drop table a;
    Table dropped.
    18:12:46 SQL> select * from recyclebin;
    no rows selected
    18:12:48 SQL> select * from dba_recyclebin;
    no rows selected
    18:13:00 SQL>Can you please check back again.
    Edited by: Anand.. on May 30, 2012 6:19 PM --> Update --> It was my mistake, didn;t check the ts_name column. The object is created in non-system tablespace.

  • Doubt  about COEP table

    Hi ,
       I was looking at table COEP by objnr_n1 and kstar fields and found that it is taking almost 5 to 10mins to execute.
    Is it the general case with this table or is it only with my sap system.
    thx
    Raghu

    Yes it is you are using non primary key.. try to pass fiscal year and priod too .. you may get it bit faster.
    thanks
    mahesh

  • Doubts about a table.

    Hi guys , i have the follow.code  that a  friend of mine gave me  ,  but i ´ve never seen before code like this gs_hd-d-empresa, it has two hyphens !!! , how should I declare tp_header  ? is not declare in the code  anywhere. Is a special type of table ?
    DATA: gt_doc     TYPE TABLE OF zcmest_prvconf,
            gt_hd      TYPE TABLE OF tp_header,
            gs_hd      TYPE tp_header,
            lv_belnr   TYPE belnr_d,
            lv_gjahr   TYPE gjahr,
            lv_hkont   TYPE hkont,
            lv_bvorg   TYPE bvorg.
      SELECT  bkpf~bukrs     bkpf~belnr    bkpf~gjahr
              bkpf~blart     bkpf~budat    bkpf~cpudt
              bkpf~cputm     bkpf~xblnr    bkpf~bktxt
              bkpf~waers     bkpf~hwaer    bkpf~bvorg
              bkpf~xreversal bkpf~stgrd    bkpf~stblg
              bkpf~awkey
        INTO (gs_hd-d-empresa,   gs_hd-d-num_docsap, gs_hd-d-exercicio,
              gs_hd-d-tip_doc,   gs_hd-d-dt_lanc,    gs_hd-d-dt_dia,
              gs_hd-d-hr_ent,    gs_hd-d-ref_sap,    gs_hd-d-txt_cabdoc,
              gs_hd-d-moeda_doc, gs_hd-d-moeda_emp,  gs_hd-d-num_intemp,
              gs_hd-d-ind_est,   gs_hd-d-cod_est,    gs_hd-d-doc_est,
              gs_hd-awkey)
        FROM  bsis
        JOIN  bkpf
          ON  bkpf~bukrs = bsis~bukrs
         AND  bkpf~belnr = bsis~belnr
         AND  bkpf~gjahr = bsis~gjahr
    Thank you very much.

    Nested structure (not deep - deep means their a string or a table as a component)
    TYPES: BEGIN OF tp_header_type,
             BEGIN OF d,
               empresa TYPE ...
               num_docsap TYPE ...
            END OF d,
            awkey TYPE ...
          END OF tp_header_type.
    matt

  • How do I filter on multiple values / labels within a Pivot Table which points to a Power Pivot Model

    Hi,
    How do I filter on multiple values / labels within a large data set within a Pivot Table which points to a Power Pivot Model. I am current using Excel 2010 64 bit. I intend to empower users to achieve this by simply using the Excel user interface, not by
    using Excel formula or DAX. Please find the attached screen shot as a worked example, also in my real life example not all the values are available in the drop down. You can't use a slicer for the same reason as you can't use a drop down. I guess what I was
    hoping for is for the user to be able to enter AND or OR within the associated dialog box. Is there any way around this?
    Kind Regards,
    Kieran.
    Kieran Patrick Wood http://www.innovativebusinessintelligence.com http://uk.linkedin.com/in/kieranpatrickwood http://kieranwood.wordpress.com/

    Hi
    This is the forum to discuss questions about Microsoft Excel develop (VBA, Automation). For your question is more about pivot table features  for Excel, I will move
    this thread to the TechNet forum for Excel.
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share
    their knowledge or learn from your interaction with us.
    Thank you for your understanding.
    Best Regards
    Lan
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Doubt about proxies implementation

    hi experts i have small doubt about proxies implementation
    1. if we r implementing client proxies, it means sap r/3(proxy)->>xi->>>file
         system.here where we have to execute the SPROXY  transaction. in sap r/3 or
         in the xi server.and the next thing is where we have to write the report program
         to trigger the interface.in sap r/3 or in the xi server.
    2. if we r implementing server proxies, it means File->>xi->>>sap r/3
        (proxy).here where we have to execute the SPROXY  transaction. in sap r/3 or
         in the xi server.
    please clear me
    Regards
    giri

    Sreeram,
    The Integration Server and the client on which you generate the proxies should not be the same. If they are different then yes, you can use another client in your XI box itself to generate proxies and trigger the call to XI.
    If you see this blog by Ravi ( incidentally he is my boss as well ) this is exactly what we have done as well.
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
    When you say XI, you mean the Client on which the Integration Server is running! XI is basically a R3 instance with more functionality and its own Integration Engine.
    Regards
    Bhavesh

  • 2 level header for pivot table

    how can I have 2 level header in a pivot table?
    I know it is possible to get two level header for normal table using 'Display Column & Table Headings' as 'as seperate rows'. What about pivot table?

    Hi ,
    Try this it works
    Creating a pivot table view with different second levels of headers for two

  • Doubt about webDynpro windows

    HI Experts,
    I have small doubt about webdynpro windows.
    1) If i have only one application in webdynpro DC , what is use of using multiple windows.
    2) If i have multiple windows in a DC which has single application, how i can i navigate between windows?
    3)if i have multiple applications with multiple windows, then how will i know which window belongs to which application.
    4)If i have multiple windows and multiple applications, then how can we navigate between windows? It means navigation betn windows and navigation betn applications...?
    Please explain me, i browsed in SDN, i found the threads but they are explaining my doubts exactly
    Thanks in advance.
    Regards,
    Bala

    Hi.
    Simply the Window is part of Web Dynpros public interfaces, and are needed whenever you want to access a graphic component from outside of your web dynpro component.
    Web Dynpro uses the MVC design pattern. Model View Control.
    In order to reuse components, Web Dynpro exposes the View and Controller to the outside world.
    Internally the View and Control in MVC is just that:
    Views
    Component Controller and Custom Controller.
    Externally the View and Control are exposed as
    Interface Controller and Interface Views. The Interface View is the external part of a Window. (When a Window is created, an associated Interface View is created).
    So, to be able to actually see anything from a Web Dynpro application. The browser would access a Interface View that opens the Window with some view in it.
    An other example is that you have two Web Dynpro projects, where the first one have a View with an integrated view from the second Web Dynpro. The integration would be through the Interface View again.
    Internally in your Web Dynpro component, you can use the views directly (i.e. navigate between views).
    Opening an external popup would generate a new browser window. In order for the new browser window to display anything it would need to access an interface view. That's why you need to create a separate Window when you want to use a popup.
    Regards.
    Edited by: Mikael Löwgren on Feb 15, 2008 12:58 PM

  • About  how to export excel pivot tables

    Hello all!
    I am currently working with the "help" of an oracle consultor from Oracle (Consulting) Spain, but she (and no one of her working mates) is not able to give me an answer about my doubt.
    The problem is: I know that Oracle Discoverer plus is able to export oracle Olap crosstabs automatically to excel pivot tables. It must do it in some way, but no one, here in Spain, is able to tell me how.
    I suppose Oracle engineers have developed a Java Api to do it, but , in Spain, it is useless trying to get this information from Oracle (an this is not because this is a "top secret information" , this is just because they do not know their products, just it!).
    The only help that I had from them regarding this issue was a reference to Jexcelapi. I do not want to reinvent the wheel, thus why I am trying to get any help from you. Please, you are my last chance!
    Does any body know how discoverer exports Oracle Olap crosstabs to excel pivot tables?
    Than you very much for your help in advance.
    Best regards,
    Miguel A. Vico.

    Hello again!
    Yes , you are right, but that is not my problem; my problem is that I need to do what Discoverer does, but using Oracle BI beans technology. An this technology gives me no chance to do it .
    BI beans exports to CSV and Excel format , but not to excel pivot tables, and I would need to do it .
    Could you tell me what is the API, Discoverer uses to get this job done?
    Best regards,
    Miguel

  • Question about inputting data to a pivot table

    Hi,
    I have 2 questions about using the ADF pivot table component (I would like it for data input).
    1. Is it possible to paste into multiple cells (i.e. using cut in Excel for example, and then pasting the cells into the pivot table) ?
    2. What is the recommended approach for the case where there is no data values (no rows on the database table)? For example, if I have regions, products, measures and time periods and then want to be able to select some regions and some products to enter new sales figures - and then create the rows on the database with save button, is there a recommended way to do this?
    (Jdeveloper version: 11.1.2.0.0)

    Anybody able to help with this?

  • Question about exporting FBL3N data in Pivot table format

    Dear all
    I have a question about the "exporting file" function of ECC 6.0.
    We started to use ECC 6.0 system, and it appears that we are no longer able to export "FBL3N data" to a local PC in pivot table format.
    Is there a way to do it?
    We used to be able to do so when the system is 4.6.
    I appreciate your support!
    Kind regards

    Dear:
                 You can do that. Execute report FBL3N with desired GL account in it. After when report has been executed right click on it. There will be an option Spread Sheet. Select all available format. In drill down select 08 (Excel in existing XXL format) and press OK. There you will get pivot table option for downloading., Hope this will help you resolve your query.
    Regards

  • Work around for Pivot Tables

    Ok, I think I've found a way to work around pivot tables, although it's no where near as elegant or simple . . . or quick.
    But for small time stuff, the SUMIF and COUNTIF functions are doing what I need. Especially the SUMIF I can run it against a table where I'm just inputting data. Since you can reference a Column instead of a Range, I can just tell it to SUMIF (give it a date range) and then add up costs for certain months. And since you can just drag formulas across cells, I simply put the name of the Month in the left column, tell the formula to search for values that equal that, and then add up values.
    While I would still like Pivot Tables for larger data sets, this workaround seems to be a decent enough implementation.
    On a side note, wouldn't it be nice if Apple made some more in depth tutorials on how to do certain things, such as Pivot Table work arounds?

    Apperently iTunes 11 is not affected (Apple stil makes iTunes11 for the 14 yr old Microsoft XP OS, but not for anything PPCs can run. Go figure)
    "Next door" to Steve was metaphoric, he lived in Los Altos, about 15 miles away, but he cast a big shadow!
    On 9.2.1/10.4.11 differences, some time in the past someone selected 'save file' and checked the box 'don't ask again' on your computers dialog box. That's why you're not given a choice wih the file downloads. I would think that selection should be able to be reversed.
    iTunes 9.2.1/OS10.4.11 puts those downloaded URLs into the Music Libary of iTunes, no matter if it's opened directly, or you click on the file on your desktop. You can create a new playlist, highlight the selection in the Music Libary, and drag it to your new playlist to keep alll the steaming URLs together. NOTE, this only creates an alias, the URL copied by iTunes must remain in the Music Libary. You can then delete the the files on the desktop, if you want. I did multiple stations this way in 9.2.1, they all show in either the new playlist created, or in the Music Libary, and remain after the desktop files are deleted and trash emptied.
    You can switch sations by double clicking them. Another note, all the URLs were all from vtune.
    I hope this helps.
    PS, I forgot how clunky Tiger is compared to Leopard...

Maybe you are looking for

  • Deleting files out of system preferences desktop background.

    Does anyone know how to delete files out of system preferences>desktop & screen saver? Some how when adding one photo to the file for the desktop background it took the entire photo file. So that instead of one photo for the file it has over 200 now.

  • Automation of replenishment delivery in SAP 4.7

    Hi Experts, I have requirement were in need to make the Intracompany STO process automated. The details are as below: 1. PO(UB) will be created manually 2. Replenishment delivery should be created automatically ( since I'm using SAP 4.7 version the o

  • Work with video in Lightroom

    This question was posted in response to the following article: http://help.adobe.com/en_US/lightroom/using/WS2bacbdf8d487e5826cbcbebb12ac414fc6a-8000.htm l

  • ALV Display by function modules

    Hi, I have data in internal table itab, Which having seven columns I want to display all these data in gridlayout by using function modules. Can you please guide me the logic how to do. An also I want to display the headings for each column, then I h

  • FR 10.1.2.0.2 Standalone - EMAgent Error

    I have installed Forms and Reports Standalone 10.1.2.0.2 on Windows 2003 Server. However when I go to the Oracle Enterprise Manager Application Server Control page it says that my reports server is down. I can access it thru the servlet URL fine so I