Navigation on Measure labels

Hi,
I wanted to navigate on the measure labels(which display the column name) in pivot view to another report. How can I achieve this? I tried setting in column format , the column heading interaction to Navigate, but its not working.
Cheers..
sp

Shruts,
Follow the topic navigate value interaction of a column http://gerardnico.com/wiki/dat/obiee/olapoperation_
Hope this would solve your issue on measure columns.
UPDATED POST
Is this what your looking for http://obiee101.blogspot.com/2008/05/obiee-pivot-table-measure-label.html
and will it help you ?
Cheers,
KK
Edited by: Kranthi on Jan 25, 2011 5:27 AM

Similar Messages

  • 11.1.1.5 - Measure labels are appearing in legend (line graph)

    I've created a line graph in 11.1.1.5. My legend is showing a combination of the column value and the measure name (e.g. Web Sales, Direct Sales, Retail Sales). I want my legend to simply say Web, Direct, and Retail, without the appended 'Sales' measure label.
    The Measure Labels tile is currently residing in the Vary Color By (Horizontal Axis) zone, along with the legend column, so I guess it makes sense that the legend column and the measure labels would both show up in the legend (although I don't think that was the case in 11.1.1.3). However, there doesn't appear to be any place into which I can relocate the Measure Labels tile so that the word Sales DOESN'T appear on the line graph. If I move the Measures Labels tile into Graph Prompts, Sections, or Group By (Horizontal Axis), the word Sales appears in those locations. If I attempt to move that tile into the Lines (Vertical Axis) box, or into the Excluded box, it won't allow being dropped there.
    Switching between line, bar, and area graphs reveals the same problem in all graph types.
    Is there any way to supress the display of measure labels on graphs in 11.1.1.5?

    Hi Paul,
    This is the feature in 11g obiee displaying the Measue heading and dimension value... like u said right Web Sales...and so on.
    Here in u case web is the value of dimension and Sales is heading of a measure.
    One way is if u are not using any dimension apart from 1 dim and fact u can put measure labels in the group by axis and dimension column in the show in legend section then it will give u only web.
    But if u have 2 dimension then we have to put this measure labels with either one of the dimensions in this case heading of the measure wil display.
    Thanks
    Subhash

  • Want to Change the Column Indetn Color of Measure Label in a Pivot View

    Hello,
    I have used the measure labels in the "ROWS" of a pivot table and there is a column header or indent on the top these measure label which is BLUE by default .My requirement is to change that to a different color and if possible put some text there.
    (to be simple i see a .PTindent cell ,on the top of measure label which i want to edit from dashboard or reporting end without making any changes to the CSS entry files,becuase this entry can cause effect to all the table already in the environment)
    Thanks
    Raghu
    Edited by: user13136841 on Nov 22, 2010 11:56 AM

    Let's try this step by step:
    1) In your report add a Static Text view.
    2) Add the formula I described:
    <style>.PTIndentCell {background-color: #000000;}</style> 3) Check the "Contains HTML Markup" checkbox.
    View the Compound Layout or in the Dashboard (viewing the Pivot Table will NOT show the change.)
    If you can't see anything than the next thing to check is if you can view HTML. Go to a CHAR column and click on the Data Format tab. What choices do you see if you attempt to override the format? If you see HTML, then okay. If you don't, but only see "Plain Text," than HTML is not enabled. The default for OBIEE is to not allow HTML. You will need to change your instanceconfig.xml file and set the HardenXSS to false. See the link below:
    http://download.oracle.com/docs/cd/E12096_01/books/AnyWebAdm/AnyWebAdm_CustAnyWeb23.html

  • Eexclude Measure Labels from display in 11g

    In 11g:
    When creating a chart (I just upgrade the report from 10g),
    the Measure Labels appears on legend in addition to the series name.
    I could not find way to exclude it from the chart.
    If I un check the legend, I miss also the series names.
    If I put it on section header I have problem in case of chart, which is part of pivot table view with sections - it is extra to the section column name.
    Any ideas how to exclude the measure labels from display?

    Bump.
    While not idea by any stretch of the imagination, you can clean it up a bit by dragging 'Measure Labels' into the chart type areas as shown here --> http://imgur.com/UJmHT. It is not ideal, however. Oracle really needs to let you drag the measure labels to the 'Excluded' section.
    Edited by: Legionarius on Sep 15, 2011 3:56 PM
    Edited by: Legionarius on Sep 15, 2011 3:57 PM

  • Navigating to Frame Label In a MC

    Hi All,
    I need some help and I will try to explain what I am trying
    to do the best i can.
    I have a flash movie that has a mc called "pages" in Scene1.
    In the mc "pages" I have 4 key frames each representing 4 pages
    (i.e. 4 movie clips each one representing a page).
    I have buttons in each of these pages. My question is this.
    How can I navigate from a button in a page to another page
    specifically going to a frame label? I can get to the page using
    this ActionScript:
    on (release) {
    _root.pages.gotoAndPlay(_root.link = 3);
    This works. The above example takes me to page 3. However, I
    not only want to get to page 3 but specifically go to a frame label
    in the mc that I am identifying as page 3.
    Any help is much appreciated.
    Scott

    you do not assign a value to a variable within the
    gotoAndPlay method. you should state this call as:
    _root.pages.gotoAndPlay(3);
    if navigating to a label within that MC, ie:'pages.MC3', you
    may need to assign a variable like you're trying to do above, but
    in a different manner. since you already have 'link' on the root
    timeline, assign the label value to it instead of a number (change
    it to a String var), then in the four MCs, add a conditional
    statement to the first frame which then 'decides' where to go when
    the MC is instantiated. like for instance:
    if(_root.link == 'home') {
    gotoAndStop('home');
    }else if(_root.link == 'about') {
    gotoAndStop('about');
    }else if( ...
    but make you assignment of this var separate from the call
    that you'd used above, as in:
    on (release) {
    _root.link = 'home';
    _root.pages.gotoAndPlay(3);
    EDIT: sorry kg, typing ... as per usual :)

  • Table Heading on Pivot Measure Labels.

    Has anybody figured out how to get the TableName.ColumnName display setup on the measure labels when measure labels is in the Rows section of a pivot. I have a nicely laid out presentation catalogue and wish to display Table.Column rather than simply Column. Better still I'd like the table name as a separate field so i can format these differently.
    I know the alternative may be re-structuring the data (ie use a 'Measure Type' dimension) but thats not possible currently.
    Cheers
    Alastair

    hmmm, thanks for that!
    I ideally want seperate formatting on the tablename to the column. Might bribe a java guy next to me with some beer tokens to help me out with a narrative view.

  • Get rid of Measurement Labels

    Does anyone know how to get rid of Measurement Labels in Photoshop CC. they are driving me crazy.

    Preferences > Interface > Show Transformation Values: Never

  • Navigation on Measures

    Hi,
    I have 2 measures in the OBIEE report and i do not have any dimensions in the report.i made a pie chart which works fine for me.i would like to navigate to another report based on the measures.(i.e when i click on portion of the pie i should navigate to another report)
    Thanks a lot.
    Best Regards
    HG

    Hi Hareesh,
    You can add the navigation to the measure in Pie Chart by the following steps.
    1) Go to the results tab of the report, there you can find additional charting options.
    2) Click the charting option tab, it contains an another tab called interaction. Here just include the report you need to navigate/drill.
    3) make sure you added the measure as prompted in the navigation report.
    Please let me know, it helps to satisfy your requirement
    Thanks,
    Karthikeyan V
    Edited by: user6382618 on Apr 19, 2011 11:18 PM

  • Help setting up back navigation button by label name.

    Newbie back for some gems of wisdom.
    I am trying to get forward and back buttons to advance the user along the timeline by label name. I got the forward button to work, but can't seem to find the right code tweakage to get the back button to work.
    Here is what I have:
    stop();
    var myLabels:Array = [ "A","B","C","D","E","F","G","H" ];
    var nextLabel:String;
    var inc:int = 1;
    var prevLabel:String;
    var inc2:int = -1;
    fwdbtn.addEventListener(MouseEvent.CLICK, clickNextSection);
    function clickNextSection(e:MouseEvent):void
        nextLabel = String(myLabels[inc]);
        gotoAndPlay(nextLabel);
        inc++;
    bkbtn.addEventListener(MouseEvent.CLICK, clickPreviousSection);
    function clickPreviousSection(e:MouseEvent):void
        prevLabel = String(myLabels[inc2]);
        gotoAndPlay(prevLabel);
        inc2++;
    I'm sure there are some reduncies and I know I'm missing the variable that tells the timeline to subtract positioning from the array.
    Do I need to define a new array for the back button?
    Any idea what I'm messing up??
    Thanks!!

    Thanks for the reply! Kind of lost unfortunately.
    So can you tell me how to edit the code to reflect that? Not sure how what the deincriment syntax and is and not sure how to set it up the way you are suggesting - only adding deincriment/increment on the fly.
    Any help you could lend to chopping the code would be appreciated.
    Love the logic you suggest. That would ideal for it to work from any point.
    Thanks for your help!

  • Navigation on measure heading in pivot view

    i have a question that,
    i want to navigate to another report if i click on column heading of measure.(for ex: region, dollars are the columns and if i select on dollars heading, need to navigate to another report specified.)
    My report was developed using pivot view.
    i got to know that if the column is measure, i able to navigate on column value instead of column heading & if the view is table view then i able to navigate in both the ways.
    But as per my requirements i just need navigate to report by clicking on the measure heading of main report.
    Can any body help in doing this.
    I appreciate your help.
    Thank You.

    Your problem is step 2. Don't use the CASE statement. You need to have the Product Types show. This will allow your 4 product types to appear as columns in Pivot Table View with their corresponding measure value. Now, with the Value Interaction set on Navigate (which you indicated you already set up) on the Product Type column, it should work.
    One more thing. Normally, when using the Navigate feature, you want to filter on the value you click on. I understand that by using the CASE statement calling the column "Dollars," the Pivot Table automaticallys lumps (sums) the individual product type sales into one number, which is probably what you want to see. If you don't use the "Is Prompted" on the destination report, then you in effect, have the same result as having one column called "Dollars." What you wanted was to click on Dollars and navigate to your destination report. But if you don't put the "Is Prompted" on any column in the destination report, then essentially any product type value you click on will take you to the same report without any further filtering by the product type selected.
    Unfortunately, when using the CASE statement and combining the columns, the navigate feature doesn't work in the Pivot Table View. This is not the only feature that works in Table View, but not in Pivot Table View (e.g., conditional formatting based on another column)*.
    *There is a work-around for this, though... :)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Navigating to Frame Label in mc from main timeline

    Lets say that in my main timeline, I have a number of frame
    labels. On stage I have a movie clip (let's call it bg_mc) which
    contains a tweened animation that has been looping repeatedly (so
    it has its own timeline with its own frame labels).
    I would like this to happen:
    - On the main timeline, the playhead enters a specific frame
    called "newBackground."
    - When that happens, I want the playhead in bg_mc to jump to
    the first frame in its timeline, "beginLoop."
    How do I accomplish this?
    Thanks so much for your help!
    David

    Now, this brings on another question... that is, what if the
    opposite is true?
    For instance:
    The main timeline plays to a stop(); at frame 10.
    At frame 10, a movie clip (countdown_mc) which contains a
    countdown timer, begins.
    When the timer reaches 00:00, I want to trigger the main
    timeline to continue and play the next frame (11).
    Thanks again for the great advice,
    David

  • Change the Label of a measured calculation in AWM-Model view

    Hello,
    Is there a way to change the name of a Short or Long Label of a measured calculation in the AWM (Analytic Workspace Manager) without dropping & re-creating it?
    In the Model view it does allow you to make the changes to the label in the text field, and it does prompt you to apply changes. I Selected OK. However when I exit out of the AWM & log back in... I saw the old name back in :). It was like the changes were not "committed".
    Thanks!

    Hi
    Thanks for your help, actually that option works for the total displayed as the latest row, I mean the label for the total row. However, for the total column, the name stays as the same as the measure label.
    Can you further help me on the issue?
    Thanks

  • How to change the label of a total column in pivot view

    Hi
    Is there a way to change the label of the column created by analytics when calculated row based totals? Currently, it is same as the measure label to be summed.
    Thanks

    Hi
    Thanks for your help, actually that option works for the total displayed as the latest row, I mean the label for the total row. However, for the total column, the name stays as the same as the measure label.
    Can you further help me on the issue?
    Thanks

  • Measures as Rows in Pivot Table? OBIEE 11g

    Hi,
    Is it possible to show measures as rows and attributes as columns? I have only one value in my attribute columns.
    example:
    --------Company(Oracle)-----Country(India)
    Sales        100                  20000
    Units         50                  40000Thanks in advance.

    869650 wrote:
    Hi,
    Is it possible to show measures as rows and attributes as columns? I have only one value in my attribute columns.
    example:
    --------Company(Oracle)-----Country(India)
    Sales        100                  20000
    Units         50                  40000Thanks in advance.In the pivot table, you have a column for Rows, Columns, and Measures.
    Try this:
    Put the Measure Labels in the Rows section, the Company column in the Columns section, and your Measures in the Measures section.

  • Question related to measures dimension...

    Hi,
    I have nearly 10 reports, and for every report there are nearly 20 measures which need to keep in the outline.If we are keeping certain measures belonging to seperate report,how to sepeate the measures of one report to another report.
    can i keep group like this...
    ACCOUNTS(+)
    Brand wise report measures(+)(label only)
    volume(+)
    per case workings(+)
    gr per unit(+)
    tp per unit(+)
    Variable conversion Report measures(+)(label only)
    Total(+)(dynamic calc)
    a(+)
    b(+)
    c(+)
    If my approach is correct,then how to aggregate a,b,c to total.some error is coming in verifying the outline saying "parent must be dynamic calc)
    Pls post the approach...
    regards
    Vardhan...

    It's hard to tell from the way you [posted it, but I'm guessing "Total" is the only child of "Variable Conversion Report measures".  Total is dynamic calc and "Variable Conversion Report measures" is label only.
    That is not allowed.  Make "Variable Conversion Report measures" dynamic calc.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for

  • Macbook crashing when closing applications

    Hey all, I'm having a major issue with my Macbook. In the last 3 days its crashed 5 times. It always seems to happen when I close an application but theres been no link between the app being closed and it crashing. any ideas anyone? Cheers

  • Need help black screen

    I cracked my screen on  n got it fix first time I got a used screen then they guy replace it with a new one now I had líl color línes going down my screen on it home screen n pics only a couple apps too now my screen black wat should i do

  • New to Verizon and Confused by Options

    Hi, I am brand new to Verizon Wireless and LOVE the improved coverage and reception that I get over my old carrier. I know these terms are probably covered somewhere else but I haven't found a clear explanation of what some of the features are and if

  • Check field values wad

    Hi everyone, I'm working on a template in wad and I have to check whether the user has choosen values in different dropdown boxes or not. How do I do this? I tried different things with the command wizzard and javascript but don't know how to impleme

  • SPM integration with CUP 5.3

    All the issues regarding SPM integration with CUP is resolved, with the exception of one which is mentioned below: Any user can go and raise a request for the FF ID from CUP Super User Access workflow, and are created in the backend, but they do not