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

Similar Messages

  • 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

  • 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

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

  • How to display two item groups Side by Side (Horizontal)

    I'm using Designer 9.04 and Hradstart 6.5 updated for designer 9.0.4.
    I have two item groups defined in one of the forms module. I wand to display them side-by-side but the generated form shows the item groups one below the other.
    Any idea how to solve this?
    Thanks
    Vimal

    Is your window wide enough?
    If nothing else helps, you can use the Relative tab stop editor to force generator to place the item groups horizontally. Set the tab stop scope of the item groups to parent and place them on two different tab stops.

  • Display SSAS Pivot Table by user permissions

    Is it possible to display different data from SSAS cube in excel pivot for each user (like having the username in custom data- no kerberoes)? How?
    Thanks
    I meant without having sharepoint/performancepoint
    Namnami

    Hi Namnami,
    Thanks for posting in MSDN forum.
    This forum is for develoeprs discusing developing issue involve Excel application like Excel customization and automation.
    Since the issue is more relative to the Power Pivot, I would like to move it to PowerPivot forum.
    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.
    Thanks for your understanding.
    Regards & Fei
    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.

  • Displaying two box objects, side by side... HELP please!!!

    I have to write a program to test the method below, and I haven't a clue as to where to begin. The object is to have two boxes of varying height and length next to each other. Any clues????
    public class Box
              private static final int MAX_LENGTH = 12;
              private static final int MAX_HEIGHT = 12;
              private static int numberOfBoxesCreated = 0;
              private int length = MAX_LENGTH / 2;
              private int height = MAX_HEIGHT / 4;
              private char symbol;
              private char convertSingleDigitIntToChar(int digit)
                        char digitAsChar = (char) (digit + (int)'0' );
                        return digitAsChar;
              public Box()
                        numberOfBoxesCreated++;
                        int unitsDigit =numberOfBoxesCreated % 10;
                        symbol = convertSingleDigitIntToChar( unitsDigit);
              public Box(int forLength, int forHeight)
                        numberOfBoxesCreated++;
                        int unitsDigit =numberOfBoxesCreated % 10;
                        symbol = convertSingleDigitIntToChar( unitsDigit );
                        if (forLength > 0 && forLength <= MAX_LENGTH)
                                  length = forLength;
                        else
                                  length = MAX_LENGTH;
                        if (forHeight > 0 && forHeight <= MAX_HEIGHT)
                                  height = forHeight;
                        else
                                  height = MAX_HEIGHT;
              public void standOnEnd()
                        int holder = length;
                        length = height;
                        height = holder;
              public void show1()
                        System.out.println();
                        String offset = " ";
                        for (int h = 0; h < height; h++)
                                  System.out.print( offset );
                                  for (int len = 0; len < length; len++)
                                            System.out.print( symbol );
                                  System.out.println();
         }

    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

  • OBIEE 10g dropping pivot table rows in Compound Layout

    I have a report with 8 pivot table views in the compound layout. In one of the pivot table views, two of the rows do not appear when viewing it in the compound layout. It also doesn't show most (but not all) of the metric values in the 4th metric column in the compound layout. However if you edit this view you will see all the rows and all the values. Furthermore, if you remove the second pivot table from the compound layout, the first pivot table displays everything correctly. No other pivot table removal has this effect. There is no obvious reason why two rows should be dropped from the view only in the compound layout. They don't appear to have anything in common but different from all the others. I can also remove the other 6 pivot table views and this all still happens. I've completely rebuilt the report and it still happens.
    This is 10.1.3.4.1.
    Interestingly, in the environment where this is happening, <ReportAggregateEnabled>false</ReportAggregateEnabled> is set in the instanceconfig.ini. If I move the report (copy the XML) to another environment with this set to TRUE, these problems go away, though it's not terribly clear why. Unfortunately it's not as simple as setting this variable to TRUE because the entire production environment is already running with it set to FALSE and switching this will likely cause other problems.
    Any thoughts? Thank you.

    All the additive metrics have an explicit SUM on them in the Criteria section. The metrics in the Criteria section that are of the form metric1/metric2 are set to DEFAULT.
    In pivot table 1 and 2, the aggregation rule on the metrics are all DEFAULT and report-based totals are checked for all (if I uncheck I get a group-by error).
    The two pivot tables are using two different sets of metrics (technically one is using metric1 and the other is using metric1*(-1) to reverse the sign).
    I really suspect there is a weird aggregation bug here that the ReportAggregateEnabled setting seems to resolve. I'm hoping to switch that to TRUE in the env. where this is not working and see if it fixes it.
    Thanks for the suggestion.

  • Use two different table in a single alv

    hi all , i m working on zproggram but in display i have a problem that i have data in two int table which do not have common field,i m using  fm REUSE_ALV_BLOCK_LIST_APPEND  and 'REUSE_ALV_BLOCK_LIST_DISPLAY but it is displaying data in this format
    matnr  demand dispatch_ quant   balance
    721008 2000     1000                   1000.
    pdc mc paint fg
    50  80   80   80
    but i want it should come into single coloum  for eg in this format
    matnr    demand   dispatch_ quant   balance  pdc mc paint fg
    721008   2000       1000                   1000.    50   80   80    80
    can anybody help please.
    points will be rewarded surely
    721008 2000     1000                   1000.

    Hi Sarabjit,
    In normal ALV, i dont think it is possible to display two internal tables side by side.....one way is you can club both the internal tables into one internal table (By introducing common fields).
    If not i think using OOPS ALV, with help of containers you can acheive this functionality..
    Best Regards,
    Ram.

  • Displaying Two groups of data side by side

    We are using XML Publisher 5.6.2. We have a requirement where we need to display two independent groups side by side.
    What we tried was, we had a single table, on which on the same row, we defined the first group ( for-each:group1)<?Col1?><end-each>, in a single cell as part of three different form fields and then in the second column, we started the next group.
    But when we ran the report, the second group does not get dsiplayed. The workaround we have to use is that define the second group in a seperate row than the first group. This displayed the data for both the groups.
    The issue is that, if Group1 has 10 rows, then my second group will be pushed down.
    Has anybody had this issue and if there is a resolution, please let us know.
    Thanks,
    - Vasu K -

    hi this is mohan,
    I would Like to display the data in single table. i have 10 groups when i m trying the columns becoming null. when i m taking it in diff tables its working fine but my client is not satisfied with that is there any solution for this making it in one table.
    Regards&Thanks
    Mohan.katepalli
    Path Infotech Limited

  • 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

  • Displaying Pivot tables sections horizontally (in 11g)

    I have a need to display my pivot table sections horizontally.
    I've done some searching and found that some gurus named Joe Betram & John Minkjan came up with a way to do this in OBIEE 10g.
    Here is where they explain it (and it's what I am trying to do now):
    http://obiee101.blogspot.com/2010/01/obiee-horizontal-pivot-sections-part-2.html
    I cannot get this to work in OBIEE 11g though. Does anyone know of a way to do this in OBIEE 11g?
    (I am on OBIEE 11.1.1.5)
    Any help on this would be greatly appreciated.

    You might need to change the class names as in 11g ex: PTSectsTable this is more about 10g.
    Let me look into this. Just in case if you are done with this share the code

  • Pivot table by formula?

    Hi,
    I have a strange client requirement, which I want to achieve without using a pivot table, if possible, as; -
    1. Pivot tables may not be scaleable to the volume of data which I will ultimately have in the solution
    2. I need to create two measures, which I can create separately in two pivot tables, but cannot find a way of presenting them together as one in a pivot table's chart.
    The measures are based on; -
    Company Name; Volume of Sales expressed as a percentage of total (for a data set which has numerous filters on various dimensions at runtime, so level based measures do not help as the entire total data set at runtime is dynamically determined)
    Product Type; Company Name, Volume of Sales expressed as a percent of row parent
    It is the two percentage values which I want to see alongside each other, with the Company Name based measure NOT being broken up by Product Type.
    So, to illustrate;
    Company Name   Volume  
    Company A           30
    Company B           15
    Company C           5
    Gives;
    Company Name   Measure 1  
    Company A           60%
    Company B           30%
    Company C           10%
    (And no - my data is not that well behaved, if only!)
    Product Type   Company Name   Volume
    Problem Child    Company A         20
                          Company B         10 
                          Company C          0
    Cash Cow         Company A         10 
                          Company B           5
                          Company C           5
    Result
    Product Type   Company Name   Measure 2
    Problem Child    Company A         66.67%
                          Company B         33.33%
                          Company C          0
    Cash Cow         Company A         50% 
                          Company B         25%
                          Company C         25%
    My desired output is; -
    Product Type   Company Name   Measure 2   Measure 1
    Problem Child    Company A         66.67%       60%
                          Company B         33.33%        30%
                          Company C          0                10%
    Cash Cow         Company A         50%            60%
                          Company B         25%            30%
                          Company C         25%            10%Any takers, or even suggestions as to how I can go about this without hard coding??
    thanks,
    Robert.

    Robert Angel wrote:
    Hi,
    I have a strange client requirement, which I want to achieve without using a pivot table, if possible, as; -
    1. Pivot tables may not be scaleable to the volume of data which I will ultimately have in the solution
    2. I need to create two measures, which I can create separately in two pivot tables, but cannot find a way of presenting them together as one in a pivot table's chart.
    The measures are based on; -
    Company Name; Volume of Sales expressed as a percentage of total (for a data set which has numerous filters on various dimensions at runtime, so level based measures do not help as the entire total data set at runtime is dynamically determined)
    Product Type; Company Name, Volume of Sales expressed as a percent of row parent
    It is the two percentage values which I want to see alongside each other, with the Company Name based measure NOT being broken up by Product Type.
    So, to illustrate;
    Company Name   Volume  
    Company A           30
    Company B           15
    Company C           5
    Gives;
    Company Name   Measure 1  
    Company A           60%
    Company B           30%
    Company C           10%
    (And no - my data is not that well behaved, if only!)
    Product Type   Company Name   Volume
    Problem Child    Company A         20
    Company B         10 
    Company C          0
    Cash Cow         Company A         10 
    Company B           5
    Company C           5
    Result
    Product Type   Company Name   Measure 2
    Problem Child    Company A         66.67%
    Company B         33.33%
    Company C          0
    Cash Cow         Company A         50% 
    Company B         25%
    Company C         25%
    My desired output is; -
    Product Type   Company Name   Measure 2   Measure 1
    Problem Child    Company A         66.67%       60%
    Company B         33.33%        30%
    Company C          0                10%
    Cash Cow         Company A         50%            60%
    Company B         25%            30%
    Company C         25%            10%Any takers, or even suggestions as to how I can go about this without hard coding??
    thanks,
    Robert.OK, here's my stab at it:
    1) For measure 2, your formula would be:
    Sum(table.sales BY table.product_type, table.company)/(SUM(table.sales BY table.product_type)*100.00
    2) For measure 1, your formula would be:
    Sum(table.sales BY table.company)/(SUM(table.sales)*100.00

  • Calculated item in pivot table - OBIEE 11g

    Hi,
    I need to display only the calculated items in my pivot table and I want to hide the other members. I am using OBIEE 11.1.1.5.0.
    Is it possible to have different selection steps for different views.
    Please help.
    Thanks,
    Prabhu S.

    Hi Dhar,
    Thanks for your answer. I want to use section wise display in pivot table and need to show only the calculated members in the sections.
    I need to hide other values of the particular section column.
    Thanks,
    Prabhu S.

  • Passing ClientAttributes in Pivot table

    Hi,
    Working on Build JDEVADF_11.1.1.6.0_GENERIC_111205.1733.6192.1
    We have attached client listener for pivot table for "click" event. My requirement is basically to pass client attributes which could be used for processing. (Ex: We display multiple pivot tables in IO & we enable or disable some options in UI based on pivot table selected).
    #1 But i do not see "setClientAttributes" API for UI Pivot table (as we do for other rich components). Could you please let me know approach to pass client attributes.
    #2: Can i determine if a cell/header is selected in pivot table on client without using pivot table getSelection() on server ?
    Thanks
    Navin

    Hi ZaidN,
    We do not have any direct option to do this.
    But as a workaround, we can achieve this using the following approach.
    Add a column to the criteria. Use the following in the column formula.
    '<table width="100%" align="center" bordercolor="#C9CBD3"
    frame="void" rules="cols" cellpadding="0" cellspacing="0">
    <tr>
    <td align="center" width = "200">
    <font color = "black">'|| 'This Month' ||'</font>
    </td>
    <td align="center" width = "200">
    <font color = "black">'|| 'Accumulated YTD' ||'</font></td>
    </tr>
    </table>'Where This Month & Accumulated YTD are the table headings.
    Do not forget to change the Data Format to 'HTML'
    Place this column on top of measures labels in Columns Section.
    But, you need to fix the width of all the measure columns and adjust the <td> width accordingly.
    Hope it helps. :)
    Award points if this post helped you..
    Regards,
    Raghu

Maybe you are looking for

  • How many users/ schemas can we create in an oracle database?

    How many users can we create in an oracle database? Or how many users can oracle handle? Problem- I have to store information of ontologies (I will use countries instead) in db. I have to store information regarding countries. I have 13 tables in all

  • How to delete multiple versions of the same song file?

    I recently moved my iTunes music file to an external hard drive, and for some reason, it took iTunes a few tries before it recognized the new location of my music (I had to change the location in the preferences a few times because it kept changing i

  • XML document conversion to Plain document in XI using JMS Adapter?

    Hi, We are trying to send an soap based XML document from ECC to MQSeries 6.0 using PI 7.0. I created receiver communicaiton channel to MQ with the below modules 1. AF_Modules/MessageTransformBean - Module Key XML2Plain 2. SAP XI JMS Adapter/ConvertM

  • How can use my Wireless Location Appliance to work with RF ID's?

    How can use my Wireless Location Appliance to work with RF ID's for Asset Tagging. It seems Smartcard used for ID cards have a small RF ID, can I use this for Asset Tagging? Thanks in Advance

  • ACH File addenda record for IAT transactions

    Hello Experts, While generatin the DME file for IAT payment method my addenda records are coming as 0000 while they should be either of 7,8 or 9. Not sure the cause of this. In this regard I seek your suggestion whether there are certain configuratio