Remove the word "Total" in Row Totals in Pivot Tables

Hi,
Is it possible to remove the word "Total" that appears in Row Totals in Pivot Tables?
Eg. If there are 2 Dimension Columns -- Year and Month .... and if we do row totals on Year
The total appears as *'2008 Total'* or *'2009 Total'* etc. i.e. Each of the Values is followed by the word 'Total'.
However, i would like the totals to display only the values '2008' or '2009' without the word 'Total'.
Is this possible in OBIEE 11.1.1.5.0 ?
Thanks,
Ab

Hi ,
Goto Total -> Format label and type in @.This will remove the word"Total". I have tested this in 10g, try this and let me know if it works in 11g.
Rgds,
Dpka

Similar Messages

  • Summarize total for Row items in pivot table

    Hi,
    I have a certain number of row items and few fact columns. 2 of the row items are level based measures that will summarize on other conditions so I cannot have them in the Fact section. But for these 2 row items (in the Rows section) I want them to summarize the values (a total sum under) as for the Fact columns, but it seems impossible to do this in a pivot table.
    I tried everything. This is a very irritating limitation to Pivot tables. Anyone have a good solution to this? (I have to use Pivot table because I have numbers showing for each month, table view will not work for this)

    Hi Alf,
    Just for everyone else checking this post out, here is the image you posted.
    !http://i45.tinypic.com/15x50r6.jpg!
    Now I see what you are talking about. Based on that screen-shot and your post, it looks like three of your measures (Arsbudsjett, Lok. budsjett, Akk.regnskap) are placed in the "Rows" section of the pivot table because you don't want them pivoted on the month. You just want them displayed as a single column and you want to pivot the other measure by month.
    However, it appears that OBIEE does not summarize items in the "Rows" section and only provides sub-totals for columns in the "Measures" section.
    I have two follow up questions
    1) What technique are you using to breakup the column "KOSTRA art"? There seems to be some kind of grouping at the value "Lenn og sosiale utgifter". What is special about that value on how is that grouping or break in the data created?
    2) One of those three measures, Akk.regnskap, does have a sub-total but the other two, Arsbudsjett, Lok. budsjett, do not. What is different about Akk.regnskap that causes it to have a sub-totals?
    Thanks for the follow up questions.
    -Joe

  • Sorting Totals After on rows in a Pivot table

    Hi,
    I need to Sorting Totals After on rows in a Pivot table .
    Can anyone help?
    Thanks

    Try this:
    1) Duplicate your measure column in Criteria.
    2) In the fx window, enter RANK(your_measure_column).
    3) Place this column in the Rows section of your pivot table. Apply ascending sort order.
    4) Hide the column.
    Your Totals (After) column (the sigma sign in the Columns section of your pivot table) willl be sorted.

  • Sharepoint 2013 : remove the word "pages" from tab in IE

    Hi,
    I would like to remove the word "pages" from tab in IE.
    How can I do it  ?
    Nikita.

    Detect the browser using jquery/java script
    http://www.sitepoint.com/check-ie-version/
    Get the current url into some variable .
    Do the string manipulations to remove the "pages" word

  • Remove the word alias from Aliases when moving to a specific folder?

    Title says it all. I am looking for a script to add to folder actions so that when I move an alias to a certain folder it removes the word alias from the end of it.

    Hi Spectre
    try the below
    on adding folder items to this_folder after receiving (added_items)
    tell application "Finder"
    set _files to (files of this_folder whose name ends with "alias")
    repeat with _file in _files
    set _name to name of _file
    set name of _file to (characters 1 thru -6 of _name as text)
    end repeat
    end tell
    end adding folder items to
    Budgie
    Message was edited by: Budgie

  • Can i remove the words "created in  trial version" from a file now i have purchased full version?

    Can I remove the wording " created in trial version" from a video now i have purchased the full version?

    Presumably a Premiere Elements question. For future reference note that Premiere Elements has its own forum and you should post further PRE questions there. But the answer to your question is in the PRE FAQ entry - http://forums.adobe.com/thread/433730?tstart=30.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • How to remove the words such as the, is , are, and or  from text file

    my problem is
    i want to make an application to do that
    eceives a test file from the user, this file contains a list of words , the program must do the following
    1- Remove the words such as the, is , are, and or
    2- Count the number of occurrences of each word
    3- Display a two column message, the first column contains a word and the second column contains the number of repetitions of this word
    i make number 2 and 3 how can i do number 1

    I would accumulate word frequency in a Map<String, Integer> -- is that what you are doing? But before processing a word I would check to see if it is contained in a Set<String> of common words. In which case further processing of the word is not required.

  • Remove the words in user dictionary

    How to remove the words in user dictionary. Pl give me the solution. ASAP

    Hi Cenchen,
    please try this, should work.
    var myUserDictionaries = app.userDictionaries;
    var myCountDict = myUserDictionaries.count();
    for (var i = myCountDict-1; i >= 0; i-- ) {
        myUserDictionary = myUserDictionaries[i];
        var myAddedWords = myUserDictionary.addedWords;
        myUserDictionary.removeWord(myAddedWords);
    thanks,
    rajnikids.

  • Oracle BI EE (10.1.3.2): Maximum total number of cells in Pivot Table excee

    I'm trying to build a pivot table report from about source 1.3M rows.
    When I'm setting CubeMaxPopulatedCells to a small values (10'000 and less) I'm getting error:
    "Governor limit exceeded in cube generation (Maximum number of populated cells exceeded.)"
    Increasing of this parameter to 100'000 and more (I've tried up to 10'000'000) causes another error:
    "Maximum total number of cells in Pivot Table exceeded (Configured Limit: 200000). Try moving one or more attributes to the page axis."
    Is it possible to solve this problem?

    In the instanceconfig.xml add a <PivotView> element under <ServerInstance> if one does not exist already. Within the <PivotView> element add an entry that looks like:
    <MaxCells>nnnnnn</MaxCells>
    where nnnnnn is your desired limit for the maximum total number of cells allowed in a pivot. Warning: an excessively large number will cause more memory consumption and slower browser performance.
    Hope this helps.

  • Top 10 rows in a pivot table

    Hello,
    I have an requirement to retrieve top 10 rows from the output pivot table.
    Data on pivot table is structured as follows
    Rows                                                                                  Measures
    "Name" "Grade" "Value North" "Value South" "Total Value"
    ABC A 100 200 300
    BCD B 200 300 500
    In the output there are 50 such rows and I want to display the top 10 rows with max Total Value.
    Is it possible to achieve in OBIEE?
    Any help is appreciated.
    Regards,
    Mukesh
    Edited by: user612929 on May 18, 2010 12:38 AM
    Edited by: user612929 on May 18, 2010 12:39 AM
    Edited by: user612929 on May 18, 2010 12:41 AM

    Thanks or your reply.
    I think I have not explained the issue correctly.
    Source data is like this
    "Name" "Grade" "Region" "Value "
    ABC A North 100
    ABC A South 200
    BCD B North 200
    BCD B South 300
    So there is no Total value column in the report criteria.
    I am using Pivot table to pivot the rows for ABC and BCD into a single row and then using the measure agreegation to generate Total Value column in pivot table only. The filter "is Top 10" available in report criteria so can not be applied on the pivot table.
    Will try to implement the solution provided by BTK.
    Regards,
    Mukesh

  • Suppress '0' rows in a pivot table

    In a pivot table, if I have a crosstab like this
    Jun Jul Aug Sept Oct November
    companya 8 2 1 10 8 7
    companyb 1 3 2 23 2 1
    companyc 0 0 0 0 0 0
    companyd 12 13 3 1 2 41
    How would I suppress row 3? I want to suppress every row that is all '0'.

    Thanks or your reply.
    I think I have not explained the issue correctly.
    Source data is like this
    "Name" "Grade" "Region" "Value "
    ABC A North 100
    ABC A South 200
    BCD B North 200
    BCD B South 300
    So there is no Total value column in the report criteria.
    I am using Pivot table to pivot the rows for ABC and BCD into a single row and then using the measure agreegation to generate Total Value column in pivot table only. The filter "is Top 10" available in report criteria so can not be applied on the pivot table.
    Will try to implement the solution provided by BTK.
    Regards,
    Mukesh

  • Using Measures in Rows Section of Pivot table view

    Hi,
    i have a report with 6 columns, out of which A, B are dimensional and C,D,E,F are Fact columns(measures).
    My requirement is to take Column A and Columns C,D,E in Rows section of Pivot table view with column F measure in Measures setion and column B in Columns Section.
    I created the Pivot view as desired but the measure columns placed in Rows Section are not displaying the correct results
    Can someone provide ur inputs on this.
    Thanks in advance.

    For Pivot Table view Measures should be in Measures section only, then only those columns will show correct result

  • Row Limit on Pivot Tables

    Is there any way that we can set a row limit on Pivot Tables?
    Thanks,
    Bala.

    Limits are set in the instanceconfig.xml file...
    ANtonio
    Bexpert, Brazil
    SIebel/OBI Consulting & Training

  • Row number in pivot table

    Hi all,
    how can I add row number in pivot table? I tried with count but it is not working.
    Thanks

    Example (pivot):
    Rcount (1 by channel class) -> (ROWS)
    or
    Rcount(year by channel class) -> (ROWS)
    Year -> (ROWS)
    Channel Class -> (COLUMNS)
    Quantity Sold -> (MEASURES)
    ------------------------------QUANTITY SOLD
    Rcount-----Year--------Direct/Indirect/Others
    1 ------------2000 ----------10------40------40
    2 ------------2001 ----------50------20------40
    3 ------------2001 ----------80------50------40
    Regards
    Goran
    http://108obiee.blogspot.com

  • Realy no one knows how to remove the word "java applet window" besides sign

    Hi, everyone,
    I am trying to remove the line "java applet window" from my nice/colorful interface, but what I was told is that I can not remove if i do not sign for digital singiture. Is this really a limition of Applet?
    I do not know why t he design want to add this stupid feature. As most people are not technical people, they do not care whether it is applet or not. For technical people, they should know that some thing popup from the browser and have a "java" sign on the right top corner is Applet.
    Only too sad about that.

    In the browser window, the address bar will also display the correct URL for the page being displayed.
    An applet window could spoof this address bar and otherwise mimic the look and feel of the browser (or any other application), thus tricking the user into believing the window to be legitimate.
    Just because there are already potential security/privacy issues in the applet specification, doesn't mean we want to open up another one! Why do you want an unsigned applet with a window without a warning message? You'll need a certificate anyway if you're planning on using secure communication - sending client data across an unsecure connection is rather less professional than spawning a window with a well-known and generally-ignored warning message.

Maybe you are looking for