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...

Similar Messages

  • 2007 Controlling Multiple Pivot Tables with One Filter

    Hello there,
    I'm trying to update two pivot tables using one filter. The different VBA solutions I've tried haven't worked so I'm hoping this community can answer my question.
    I have two pivot tables; they have basically the same information, just two different sets of data; one is orders that are Complete, the other is orders that are Incomplete.
    When I change the filters on the Complete pivot table, I'd like the Incomplete pivot table to filter the same way.
    Any help is appreciate. Thanks!

    The easiest way would be to setup your 2 pivots and turn on the Macro Recorder then go through the steps you want to perform.  The recorder will generate all the code you need.  I just did this exercise and got this . . .
    Sub Macro1()
    ActiveSheet.PivotTables("PivotTable1").PivotFields("PARTY").CurrentPage = _
    "(All)"
    With ActiveSheet.PivotTables("PivotTable1").PivotFields("PARTY")
    .PivotItems("DEMOCRAT").Visible = False
    .PivotItems("REPUBLICAN").Visible = True
    End With
    Range("F1").Select
    ActiveSheet.PivotTables("PivotTable3").PivotFields("PARTY").CurrentPage = _
    "(All)"
    With ActiveSheet.PivotTables("PivotTable3").PivotFields("PARTY")
    .PivotItems("DEMOCRAT").Visible = True
    .PivotItems("REPUBLICAN").Visible = False
    End With
    End Sub
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

  • Need to eliminate Space between two Pivot table view  in OBIEE 11g

    Hi,
    I have a requirement to eliminate space between two pivot table views. In a single report I have two Pivot table with two different column, I placed both of them one after another, but I need to eliminate the space between two pivot table views as if it should show as a single pivot table in OBIEE 11g.
    Could anyone please let me know how I can do this in OBIEE 11g?
    Thanks in Advance
    Anirban Mitra

    If I create narrative view it will be another view. And if I put that in between that two pivot view, it will show the space. I need to remove space between two pivot table within a single report so that it can appear as a single pivot view.
    Thanks

  • How to show two seperate pivot tables with one select column

    Hi All
    My client wishes to have two pivot tables, one showing positive results and the other showing negative results.
    For Example:
    DIMENSION
    BUSINESS A          1000
    BUSINESS B          500
    BUSINESS C          100
    DIMENSION
    BUSINESS A          -1000
    BUSINESS B          -500
    BUSINESS C          -100
    Is it possible to then select the different DIMENSION with one select column for both?
    Thanks

    Not sure I got it right try this
    for Number column pull twice and set col*-1
    use 2 pivot table for each number type
    cool as ~ http://cool-bi.com

  • Average of two pivot table columns in a 3rd pivot column??

    Is there a way to calculate the average (sum of C2/Sum of C1) and have it show in C3 of a pivot table?

    If I create narrative view it will be another view. And if I put that in between that two pivot view, it will show the space. I need to remove space between two pivot table within a single report so that it can appear as a single pivot view.
    Thanks

  • 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.

  • Mutiple fact tables for one report?

    HI
    I have two fact tables like Shipment and Sales. They each have their own star schema but most of the dimension tables are very similar. In one report I have to combine the two fact tables. so my report would have something like date, product Shiptment and Sales.
    What is the best way to set this up as shipment and sales have their own fact tables but the dimension tables that are being used in this report are common?
    Do i do this in the Physical layer of the rpd and how?

    you need to work in BMM layer for this..
    In one of your business models where there is Sales Fact Table... bring the shipment Fact Table from the physical layer onto this buisness model , and do a complex join to the Time dimension (common dim)...
    Now Bring this Shipment Fact Table from that buisness model to the Presentation Layer under the same Subject Area ( ie now a single Subject Area must have both the Fact Tables under it...
    Bounce back ur servers...
    Now you are good to go...

  • 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.

  • Error in displaying two pivot tables side by side

    I am creating two pivot tables. They work fine when one after the other. BI Publisher gives an error if I place them side by side.
    One more issue. If i use this "for-eachCOLUMN0end" I get the following:
    Balances with Central Bank
    Cash and Cash-equivalent Securities
    Inter-bank Deposits
    Cash
    Asset-backed Securities Assets
    I want to just display any one of these, say Cash. How do I achieve that?
    Thanks in advance
    Regards,
    Varun

    The method has to diplay two boxes side-by side, as if they were sitting on the ground next to each other. The first box's character is the number 1. It has a height of 3, a length of 8 and has to sit six spaces from the left side of the page and be completely filled in. The second box sits six paces from the first, it has a height of 8, a length of 5 and the character has to be the number 2. This is filled in as well.
    I understand I would have to build on the method. How would I go about formulating a plan to do this. The program is a textmode device, like a printer prints from left to right.
    Thanks for reply

  • Something about two fact table in one subject

    Hi all,
    when I using two fact table in one subject, it can't make sense as expected.
    The problem is describled as follows:
    1.about the RPD:
    In the presentation layer of Admin Tool, there is a mesure names "A", which is equal to B*C, come from table t1 and table t2 in logical layer respectively.
    2. In biee Answeers, I created an answeer which includes some dimesions and the mesure A, another mesuare m1.
    but in the the result pane, i saw there is no data in the the colume of mesure A, all other performs well.
    3. so, I went for the NQquery for the phisical SQL, and found that,
    in Where clause, table t2 is lost.
    why? and how can I make it?

    This sounds interesting. What would I join there? The dimension keys of the two fact tables?
    Unfortunately this Logical Table Source stuff looks quite different in Admintool 11g. What would I need to create there?
    Thanks,
    Knut

  • JOIN TABLES IN ONE REPORT

    Hi,
    I'm trying to join some tables in one report. I was successful with it, until I added one table which has many records for one primary key in the main table. I used Order by and Limit to select only the latest row, but then I got this error: Query cannot be parsed, please check the syntax of your query. (ORA-00907: missing right parenthesis)
    The sql is here:
    select
    t.TICKET_ID "Ticket Id",
    t.RECEIVED_DATE "Received Date",
    t.QUOTE_NUMBER "Quote Number",
    r.REQUEST_NAME "Request Type",
    s.STATUS_NAME "Status",
    p.PRIORITY_NAME "Priority",
    t.NUMBER_OF_SUBLINES "Number Of Sublines",
    t.QUOTE_VALUE "Quote Value",
    c.CURRENCY_NAME "Currency",
    t.QUOTE_START_DATE "Quote Start Date",
    t.CUSTOMER_NAME "Customer Name",
    t.REQUESTER_EMAIL "Requester",
    st.STRIPE_NAME "Stripe",
    tm.TEAM_NAME "Team",
    a.ANALYST_NAME "Quote Analyst",
    (select g.GATE_COMM from QTMT_GATE_COMM g where g.TICKET_ID=t.TICKET_ID order by g.GATE_COMM_ID desc limit 1)GATE_COMM,
    ac.ANALYST_COMM "Quote Analyst Comment",
    cc.CLOSE_COMM "Closing Comment",
    se.SERVICE_NAME "Type Of Service",
    ro.REOPEN_NAME "Reopen",
    t.ASSIGNED_DATE "Assigned Date",
    t.LAST_UPDATED "Last Updated",
    t.DATE_COMPLETED "Date Completed",
    t.EFFORT "Effort"
    from
    QTMT_TICKETS t,
    QTMT_REQUEST_TYPE r,
    QTMT_STATUS s,
    QTMT_PRIORITY p,
    QTMT_CURRENCY c,
    QTMT_STRIPE st,
    QTMT_TEAM tm,
    QTMT_ANALYST a,
    QTMT_ANALYST_COMM ac,
    QTMT_CLOSE_COMM cc,
    QTMT_SERVICE se,
    QTMT_REOPEN ro
    where
    t.REQUEST_TYPE_ID=r.REQUEST_TYPE_ID and
    t.STATUS_ID=s.STATUS_ID and
    t.PRIORITY_ID=p.PRIORITY_ID and
    t.CURRENCY_ID=c.CURRENCY_ID and
    t.STRIPE_ID=st.STRIPE_ID and
    t.TEAM_ID=tm.TEAM_ID and
    t.ANALYST_ID=a.ANALYST_ID and
    t.ANALYST_COMM_ID=ac.ANALYST_COMM_ID and
    t.CLOSE_COMM_ID=cc.CLOSE_COMM_ID and
    t.SERVICE_ID=se.SERVICE_ID and
    t.REOPEN_ID=ro.REOPEN_ID
    Could you please let me know what do I have wrong?
    Thank you and best regards,
    Vladimir

    It's a problem with me not being able to run the code to test it. Basically the problem is that the subquery is nested too deeply to be able to see the QTMT_TICKETS table. It is not 'missing' as ApexBine suggests but it is unavailable. The most deeply nested subqueries execute first, and that one is executing before the QTMT_TICKETS table is available to it. Off the top of my head, the easiest thing then would be to create a function to get the GATE_COMM value (I'm guessing at the data types):
    FUNCTION gate_comm (p_ticket   NUMBER)
    RETURN VARCHAR2
    AS
      CURSOR c_gc IS
        SELECT g.GATE_COMM
        FROM   QTMT_GATE_COMM g
        WHERE  g.TICKET_ID = p_ticket
        ORDER BY g.GATE_COMM_ID DESC;
    BEGIN
      FOR v_Lp IN c_gc LOOP
        RETURN v_Lp.gate_comm;
      END LOOP;
    END;Then you can replace the failing subquery in the SQL with gate_comm(t.TICKET_ID)

  • Getting two selection screen in one report

    Hello Friends,
    I am Making report, In my report on first screen i have given two pushbutton, like this :
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-001.
    PARAMETERS : p1_but RADIOBUTTON GROUP g1,
                             p2_but RADIOBUTTON GROUP g1.
    SELECTION-SCREEN END OF BLOCK b2.
    now i want when user click on any one pushbutton it shows another selection screen, whose select options are:
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-000.
    SELECT-OPTIONS: so_erdat FOR lf_date,
                    so_vbeln FOR lf_vbeln MATCHCODE OBJECT zvbeln..
    SELECTION-SCREEN END OF  BLOCK b1.
    Please guide me can i use two selection screen in one report?, If yes then how can I use? Please revert back me as soon as possible.........

    Hi,
    you can achieve it only by using two USER_DEFINE_SELECTION SCREEN.
    For detail check the link
    http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dba83d35c111d1829f0000e829fbfe/content.htm
    Regards,
    anirban

  • Merge two differents tables in one new structure

    Hello guys,
    How can I merge two differents tables in one new structure (workarea) dynamically?
    For example, merge MARA and MARC in a new structure that contains all fields from MARA and all fields from MARC.
    In this case, it isn't necessary that identical fields be repeated (MATNR).
    Can you help me?
    Thanks!
    Kleber

    Hi,
    Use include structure like:
    data begin of itab occurs 0.
            include structure MARA.
            include structure MARC.
    data end of itab.

  • Drill down on a Pivot Table in XL Reporter

    Hi,
    I created an xl document (Pivot table) in XL Reporter.  When i double click on a cell to drill down to the detail i get the following error message.
    Multiple Report Workheets is not supported in this version of Excel Reporter.
    The Excel Reporter Version is: 8.0.19
    Any suggestions will be very appreciated.
    Regards,
    Manuel Roman

    Hi Gordon,
    I created the pivot table on XL Reporter Designer.
    Pulled the data from the SAP dataase using the create pivot table from an External data Source.
    Regards,
    Manuel

  • Crystal Reports - Two Tables in one report, grouped by machine.

    I have two tables for machine schedules.  One is a Current Job Table, and the other is a Que Job Table.  I do have tables joined to a definition table for the machine name.
    Cur Job Table - Def table
    Que Job Table - Def table
    I want to report the information from the current job table for each 13 machines in sequence.  Some machines may have more current jobs than qued jobs.
    ...Machine 1 (Machine Name)
    .....Current Jobs (Cur Job Table)
    .....Qued Jobs (Que Job Table)
    ...Machine 2 (Machine Name)
    .....Current Jobs (Cur Job Table)
    .....Qued Jobs (Que Job Table)
    Etc.
    Is there a way to do this easily?  I have tried grouping and sub reports.  Seems like I end up with duplicate records due to the SQL joins.

    Sharon,
    Select distinct will not work here, as select distinct checks all fields in the record, and when joining the two detail tables, it will not clear out "duplicates" on only one side of the join.
    I would also humbly suggest that using Select Distinct to try to "clean up" a query is rather dangerous.  You may end up dropping some data that should appear on the report.  (In fact I recently had to fix a report due to this issue - coded by someone else, of course!  :->)  If you are getting duplicate records and you don't want them, the query should be coded to produce the desired result set WITHOUT the Distinct clause being the reason duplicates are dropped.  (This is not to say that select distinct is not useful, or should never be used.  If you need a distinct list of customers over a date range, using Select Distinct custcode from sales where date between {?start} and {?end} is perfectly OK.)
    HTH,
    Carl

Maybe you are looking for

  • Setting up iChat for Yahoo

    Okay I must be missing something because I don't think I'm setting this up right. I registered with Jabber and have an account. Now what are the steps for setting up yahoo and using yahoo buddies? Please can someone explain it in simple terms because

  • Can't access my windows dashboard

    Hello, Since few days i can't access my windows store dashboard but can access windows phone dashboard. Is anyone facing such problem? Any solution? -Janak

  • WD DC  usage - problem

    Hello, I followed the following thread: WebDynpro DC and Usage I have 2 WD DC's DCA and DCB, I want to use the model and the DC of DCA in DCB. "3. At "Used Models" of the component which shall reference the exposed model of DCA, select "Add" and the

  • Having trouble putting movie on new Zen MX

    *having trouble putting movie on new Zen MX? just recieved it in the mail. i am able to load mp3's without any problems. i want to put Incredible Hulk on to it for a road trip. Creative Centrale has no problem seeing the movie, i can use the rip func

  • How to uninstall/reinstall Photoshop elements 10 and Premier Elements 10

    I have purchased a copy of Photoshop Elements 10 and Premier Elements 10 (bundled together 5 discs).  I've installed on my Windows 7 laptop beginning with disc 1 and then it hung up and I couldn't eject.  I was not prompted for any further discs.  I