Request in Pivot Table - HELP

Hi,
I have created a request in Pivot Table. Rows section Include Product Domain column and Columns Section Includes Month ;
measures section contains columns gross, profit, loss and YTD %. I want YTD% column to appear after Dec month and it is should come only once.
In my request it is getting repeated for every month.
It should look like following way,
-------------------------------|-------Jan-----|------Feb------|-------Mar------|-------Apr------|--------YTD %
=========|======|========|========|=========|=========|-------------------
-------------------|-Gross
Prod Dom 1-----|-Profit
-------------------|-Loss

you can include month to measures and other column row level and apply aggregation
Edited by: Chack on 20 May, 2010 12:06 PM

Similar Messages

  • Pivot table HELP in OBIEE Answers!!!

    Hello,
    I am having some problems in a “pivot table”, “Sections” and “Calculated Items” I have a section called 'e) External Income' and I would like the value reverted from a negative to a positive. In excel or any other form of calculation you can do this by * -1 (negative 1). However this statement does not work as a Calculated Item. This is the statement I am using = 'e) External Income'*-1 and I get the following error message “The semantics of the formula entered are not valid”.
    I have also tried = 'e) External Income'-('e) External Income'+'e) External Income') this will give you it as a minus also but I have no error message this time, but the values stay the same.
    Can this be done any help would be very appreciative.
    Thank you
    John

    I cannot change the folmula in the critera tab because this will chnage my values on the other 'Bins' I have created. Ref your other question i have a list of account codes and i have grouped ones together to create 4 "Bins". If i change the formula for one of the Bins it will chnage it for all of them but I only need it on the 'e) External Income'

  • Pivot table help?

    Is there a way to add just a single cell to a table containing relevant information, but not something that needs a whole column?

    DECLARE @Class TABLE
      ID int, 
      Lines int, 
      Percentage int
    INSERT INTO @Class
    values
     (1, 2, 100)
    ,(2, 1, 100)
    ,(3, 2, 50)
    ,(3, 4, 50)
    ,(4, 5, 40)
    ,(4, 4, 10)
    ,(4, 3, 50)
    SELECT * FROM @Class
    select
    id,
    isnull(max(case when lines=1 then percentage end),0) as Line1,
    isnull(max(case when lines=2 then percentage end),0) as Line2,
    isnull(max(case when lines=2 then percentage end),0) as Line2,
    isnull(max(case when lines=3 then percentage end),0) as Line3,
    isnull(max(case when lines=4 then percentage end),0) as Line4,
    isnull(max(case when lines=5 then percentage end),0) as Line5
    from @Class
    group by id
    --Prashanth
      

  • "Value Interaction" - "Navigate" not working properly in pivot table

    hi,
    if there is a column, columnX (the properties: value interaction -> navigate -> target : requestB) in request A
    and one of the columns in requestB is also columnX
    and in requestB, in the filter part, "the columnX is prompted" is set
    if the view of the requestA is "table",
    when the user clicks one of the value on columnX in requestA, it will redirect to requestB and only show the results (where columnX = selected value)
    HOWEVER, IF THE VIEW OF requestA is "pivot table",
    when the user clicks one of the value on the Measures (columnX is put in Measures in pivot table of requestA), IT WILL REDIRECT TO requestB BUT SHOWING ALL DATA (WHERE 1=1)
    are there any properties that needed to be set ?
    or it is a bug/limitation ??

    if the columns for x-axis and y-axis are computed (not loading data directly),
    navigate is disabled.

  • Help in Pivot Table (or another ways)

    I need to do following view in the report,can anyone tell me how can I do that??
    This is original report:
    DATE          AMOUNT1 AMOUNT2 AMOUNT3
    01/02/2009 5 6 7
    02/02/2009 2 3 4
    I want to change this view into this:
    01/02/2009 02/02/2009
    AMOUNT1 5 6
    AMOUNT2 6 3
    AMOUNT3 7 4
    How can I do this? Please help me..

    Have a look here:
    http://obiee101.blogspot.com/2008/05/obiee-pivot-table-measure-label.html
    regards
    John
    http://obiee101.blogspot.com

  • Help with pivot tables in excel

    Hello,
    I need some help with a very specific issue I am getting in excel.
    So, I have this pivot table that gets data from an external source (a huge database) and everything is working fine.
    The problem comes with some lines in our database that are written in asian letters (the thai alphabet). Every thai entry that we import appears like ????????.
    I can look into the DB (via MySQL Workbench) and everything is alright in there. I can also just copy some of the content into excel and the letters shows up normally.
    Is there something I can do to fix it?
    Thank you very much
    Daniel Ayres

    I can see it is working fine for roman/latin characteres, and it is not working for thai or japanese characteres. Since I dont have data written using the russian or the arabic alphabet, there is no way I can tell you if it would or not work..

  • Required Help in Pivot Table

    Dear
    i am working on BI Publisher Desktop Version and trying to generate a RTF Template in which pivot table has to be used
    Below is the format of my XML File.
    -<G_C1>
    <R>1</R> row 1
    <C>1</C> column 1
    <C1>1300001 ASL 112531 2</C1>
    <C2>1 10 1.5</C2>
    <C3>120000105 12.5</C3>
    <C4>120000105 </C4>
    <C5>OPeration</C5>
    </G_C1>
    -<G_C1>
    <R>1</R> row 1
    <C>2</C> column 2
    <C1>1300001 ASL 112531 2</C1>
    <C2>2 10 1.5</C2>
    <C3>120000106 12.5</C3>
    <C4>120000106 </C4>
    <C5>OPeration</C5>
    </G_C1>
    -<G_C1>
    <R>1</R> row 1
    <C>3</C> column 3
    <C1>1300001 ASL 112531 2</C1>
    <C2>3 10 1.5</C2>
    <C3>120000107 12.5</C3>
    <C4>120000107 </C4>
    <C5>OPeration</C5>
    </G_C1>
    ......... and sow on till row 16 and column 8
    i am facing two issues,
    first i have to show 5 columns in cross product, but pivot table option shows option for 4 columns only
    secondly characters are not shown when i preview the template its shows 'NnN' in all columns
    Kindly help me in generating the template.
    I have to define the template in XML Publisher of Oracle E-Business Suite R12
    Regards,
    Muhammad Usman

    check these samples
    http://winrichman.blogspot.com/2008/08/pivot-table-cross-table-with-fixed.html
    and
    https://blogs.oracle.com/xmlpublisher/entry/new_skool_crosstabbing
    i will let you if i know i get anything.

  • Need help on Pivot Table

    Hi all,
    We are having 6 measures. My requirement is that all the 6 measures needs to placed in rows one after other(each measure in one row) And in column level Fiscal year should be displayed to the corresponding 6 measures. Is this possible in pivot table...
    Kindly help..urgent
    Thanx in advance...
    Regards,
    Naresh

    Place measure lables in the rows and year column in column and all the measures in measures

  • Help me regarding pivot table group by

    Hi ,
    i am developing an bi publisher rtf template using ms word .
    i had an issue with pivot table.
    i have a table something like this
    table_code     Indicator1     year     value
    1                    a                2008     20
    1                    a                2009     40
    1                    b                2008     10
    2                    a                2008     20
    2                    a                2008     20
    2                    a                2008     20
    in table view i am doing this .. i am grouping my table by table_code
    <>TABLE_CODE
    INDICATOR1 YEAR VALUE
    INDICATOR1 YEAR VALUE
    By doing so , i am getting all the tables in my database
    like
    1
    indicator      year      value
    a                 2008     20
    a                 2008     10
    a                 2009     20
    2
    indicator      year      value
    a                 2008     20
    a                 2009     20
    b                 2008     20
    . so on
    Now i want pivot table view like
    1
    Indicator    2008   2009    2010
    a                20     30         40
    b                10     40         40
    2
    Indicator    2008   2009    2010
    a               20     30         40
    b               10     40         40
    how can this be achieved??
    how to create a group by in pivot table? where to write the group by clause?
    struck here from 1 week. any help will be appreciated .
    Thank You,
    Sunny.

    i have to use table_code also in the view??
    C H ACCTABLE_CODE
    INDICATOR1
    G YEARE
    G RSTABLE_CODE
    G INDICATOR1
    G 999.00E E
    and where to write the code.outside the table or  on which tag?? and what to write.
    please help me.
    Thanks

  • Pivot table problem. Please help me create this report

    Hi friends..I'm new to OBIEE. We can create the grand total column in pivot table. I need grand total as well as Grand average. How can I create a new column in pivot table that is same as grand total but calculates average.
    My table structure is like this.
    Facility......Date........totaldays
    A..........01/01/08......210
    B..........01/01/08......215
    C..........01/01/08......917
    A..........02/01/08......211
    B..........02/01/08......211
    C..........02/01/08......911
    A..........03/01/08......210
    B..........03/01/08......215
    C..........03/01/08......917
    I need the report like this..
    Facility.....01/01/08......02/01/08....03/01/08...Total....AVG
    A...............210.............211............210.....631......210.3
    B...............215.............211............215.....641.....213.6
    C...............917.............911............917.....2745....915
    For this report..I created pivot table but I'm not able to calculate the average..
    Can you please help..I'm new to OBIEE...
    Thanks in advance

    Please change your username....
    Here is what you need to do...
    1) In the Pivot Table View, click on the Measures column and select New Calculated Item.
    2) In the pop-up window complete as follows:
    Name: type "Total Average"
    Function: Select "Average" from the drop-down window.
    Click on the values in the right pane that you wish OBI to calculate the average for.
    3) Click "OK."
    You now have another column that is the average of the values in each row.

  • Help in Pivot Table

    Hi
    How to show grand total two times in pivot table?is it possible
    Thanks in Advance

    Have a look here:
    http://obiee101.blogspot.com/2008/05/obiee-pivot-table-measure-label.html
    regards
    John
    http://obiee101.blogspot.com

  • Help wiht multi pivot table

    Hi
    I have searched pivotand not sure if what I see will work for me. here is what I have
    table
    ssn,benefit_id,plan_id, option_id
    123456789,MEDICAL,BCBS,80/20
    123456789,MEDICAL,ATENA,1020
    I need a pivot table where i can put the ssn and then all benefit_id,plan_id, option_id combinations in the table into a pivot table sorfor above I have
    123456789,MEDICAL,BCBS,80/20,MEDICAL,AETNA,1020,etc
    I have this working
    SELECT ssn,
    LTRIM(MAX(SYS_CONNECT_BY_PATH(benefit_id,','))
    KEEP (DENSE_RANK LAST ORDER BY curr),',') AS benefits
    FROM (SELECT ssn,
    benefit_id,
    ROW_NUMBER() OVER (PARTITION BY ssn ORDER BY benefit_id) AS curr,
    ROW_NUMBER() OVER (PARTITION BY ssn ORDER BY benefit_id) -1 AS prev
    FROM emp_ben_elects)
    GROUP BY ssn
    CONNECT BY prev = PRIOR curr AND ssn = PRIOR ssn
    START WITH curr = 1;
    IN 9.i
    How do I add the plan_id and option_id?
    Any Ideas?

    Hi,
    If you use Rob's approach, change the second argument of SYS_CONNECT_BY_PATH to something that will not appear in the first argument.
    That is, don't say:
    SYS_CONNECT_BY_PATH ( benefit_id || ',' || plan_id || ',' || option_id
                        , ','     -- WRONG: Causes ORA-30004
                        )Instead, do something like:
    SYS_CONNECT_BY_PATH ( benefit_id || ',' || plan_id || ',' || option_id
                        , ';'     -- Assumes semicolon never appears in columns above
                        )If you really want to have the same character that separates fields (',' above) used to separate records, too (instead of ';', above) use REPLACE on the string returned by SYS_CONNECT_BY_PATH:
    REPLACE ( SYS_CONNECT_BY_PATH ( benefit_id || ',' || plan_id || ',' || option_id
                                  , ';'     -- Assumes semicolon never appears in columns above
            )I wouldn't use CONNECT BY at all. I suggest the user-defined STRAGG function, which you can copy from astom
    After installing STRAGG, your entire query will just be
    SELECT    ssn
    ,         STRAGG  benefit_id || ',' || plan_id || ',' || option_id)
    FROM      emp_ben_elects
    GROUP BY  ssn;Unlike your original query, the records will not necessarily appear in any particular order.
    If you want that, STRAGG can be used as an analytc function.

  • Can I 'explain' data in a pivot table?

    Hi All.
    I have a request that has baffled me.
    I need a way to use 'text' to describe the results of a report. If I were doing a simple report,
    this would be a non-issue. Here are my hurdles:
    I have a report that uses a Union via Set Operations (so I'm combining two result sets).
    The results are then shown in a pivot table.
    Within the pivot table, variances were created using 'New Calculated Item' under measures.
    I want to be able to display in a narrative, or some other magical technique, the results of theses calculated items.
    Data Example:
    <pre>
    Date1 Date2 Variance Variance%
    Total Sales 10 20 10 50.00
    Sales have increased 50% compared with last quarter. (<- desired result)
    Today, I can show @1, @2 etc, but it only shows the columns under 'Date 1'.
    Any help is greatly appreciated!!
    Cindy

    First, if you design a report correctly (e.g., accurate and descriptive headers, etc.), you greatly reduce the need for an "explanation of data." It should be intuitive. If it is confusing to understand, the design of the report should be looked at. (Is this report illustrating what the user needs to see? Should I use a graph instead of a table or vice-versa? Am I reporting on the right metrics?)
    That being said, it may be helpful at times to have a narrative to give an overall view of what the report displays. For this, you have the Narrative View to explain whatever might make the report more useful to the end-user. For example, you may have them note certain conditions and what that would mean, etc. (Conditional formatting would be great for this, unless you are considering cross-column conditioning in which case conditional formatting doesn't work.*)
    But if you are looking for row-by-row explanations where you use the data in the row as part of the "explanation" (as inferred by your inclusion of @1 and @2, etc. in your question), then I think you may be trying to please your end-users a bit too much. Perhaps I have misunderstood you, so I shall end here and wait for your response.
    *Until 11g, that is. There are also workarounds...                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • UI performance testing of pivot table

    Hi,
    I was wondering if anyone could direct me to a tool that I can use to do performance testing on a pivot table. I am populating a pivot table(declaratively) with a data source of over 100,000 cells and I need to record the browser rendering time of the pivot table using 50 or so parallel threads(requests). I tried running performance tests using JMeter, but that didn't help.
    This is what I tried so far with JMeter:
    I deployed the application in the integratedweblogicserver and specify the Url to hit in JMeter ( http://127.0.0.1:7101/PivotTableSample-ViewController-context-root/faces/Sample) and added a response assertion for the response code 200. Although I am able to hit the url successfully, the response I get is a javascript with a message that says "This is the loopback script to process the url before the real page loads. It introduces a separate round trip". When I checked in firebug, it looks like request redirect of some sort happens from this javascript to another Url (with some randomly generated parameters) which then returns the html response of the pivot table. I am unable to hit that Url directly as I get a message saying "session expired". It looks like a redirect happens from the first request and then session is created for that request and a redirect occurs.
    I am able to check the browser rendering time of the pivot table in firebug (.net tab), but that is only for a single request. I'd appreciate it if anyone could guide me on this.
    Thanks
    Naveen

    I found the link below that explains configuration of JMeter for performance testing of ADF applications(Although I couldn't find a solution to figure out the browser rendering time for parallel threads).
    http://one-size-doesnt-fit-all.blogspot.com/2010/04/configuring-apache-jmeter-specifically.html
    Edited by: Naveen Ramanathan on Oct 3, 2010 10:24 AM

  • Data is not coming in pivot table

    Hi,
    i made a request using some measures,month (time) and some other columns but data is not coming when i m working on pivot table though its working in case of table and graph.
    please help me out..
    thanks

    Hi,
    well data is populating in tables and chart in Oracle BI and i also executed the same query in sql server 2005 and got the desired result.
    the reason to show the results into pivot table is -- i want to show the result(measures) with time dimension and some other dimensions so i have to use this pivot table or if u have some other solution please let me know...
    thanks
    Edited by: user629711 on Nov 20, 2008 11:42 PM

Maybe you are looking for

  • How to create a job scheduler and send a mail through this

    Hi All I working in oracle Apex,with oracle pl/sql Here there is one table named as AgreemenBusiness continuity and we are dealing with agreement.Here when we create new agreement With BUSINESSCONTINUITY "ANUALLY" then the agreement startdate is 10.3

  • Bloodrage's Sonar X-Fi oem Win 7 drivers

    (Bloodrage's Sonar X-Fi oem Win 7 drivers6 Hi guys, I've looked everywhere and I just can't find the sonar x-fi motherboard drivers that will let me use this oem card that comes bundled with Foxconn's Bloodrage motherboard. I have windows 7 pro x64 a

  • Sales Orders User Exits

    Dear colleagues, Are there any user exits that I can invoke at the time of deleting a line item from a sales order? Ideally, I would like the user exit to check the status of production order and prompt the user if the associated production order can

  • Media encoder crashes

    I just installed Flash CS4 and am trying to use the media encoder on an Intel Mac running OS10.5.5. When I open small Mp4 movies and try to convert them to .flv, the encoder gets through half a movie and crashes every time. What's up?

  • How to make PCM file that is 8 Bit A-low compressed Mono 8kHz?

    Hi folks! I desperately need help. I use Audition 3.0 and i need to make file that must meet next requirements: Format: PCM Bit Rate: 8 Bit Channels: 1 (Mono) Channels: 8kHz Sample Size: 8 Bit Alow compressed I tried to do it my way but it seems to b