OBIEE 11g: Chart showing Hand Symbol on Over

Hi All,
We've an issue with Chart.
Chart is currently showing Hand symbol when over the mouse on bars(Vertical or any type of bar) though no action link/drill enabled.
Customer doesn't want the hand symbol pointer as user thinks that there is some navigation enabled. It should be frozen and mouse pointer should be a normal pointer such that user think that there is no interaction & as frozen.
We tried setting Value No interaction in column properties & also checked with some CSS setting cursor: pointer in column properties. But these are working for Table view but not to chart..
I'm using OBIEE 11g (11.1.1.5)
I also checked metalink but no use here.
Your inputs are valid here.!

Is there a way I can click on any of the legends and have an option to include or exclude the corresponding line from the chart?
Not in OBIEE ...Tableau have Exlude only / Include only 

Similar Messages

  • Obiee 11g Chart sorting issue

    Hi All,
    I am trying to plot a graph in OBIEE 11g answers which shows Calendar Month in X-axis and percentage of marks in Y-axis,
    in such a way that Calendar Month in X-axis should be in the order Jan Feb Mar Apr .....(where as now it is Apr Aug Feb ... which is sorted in ascending order) Calender month is a calculated column in the report which has the following calculation
    case when cal_month=1 then 'Jan'
    case when cal_month=2 then 'Feb'
    case when cal_month=12 then 'Dec'
    How do i arrange the calendar month in a proper order of Jan Feb Mar .....
    Please advise
    Thanks,
    LonaD

    I've already mentioned OOB column to use, I'm not sure about your data. If you dont have it then might go for workaround to get number 1 to 12.
    BTW:Existing column 'Col month' as referred is not helping you?
    For ex: work around might be something like
    cast(substring("Year",3,2) as int)
    Mark if helps
    Edited by: Srini VEERAVALLI on Feb 5, 2013 12:43 AM
    you can create same in rpd so that you can sort it._
    Or else can go with work around using year column as above_
    Edited by: Srini VEERAVALLI on Feb 5, 2013 12:59 AM
    Edited by: Srini VEERAVALLI on Feb 5, 2013 1:01 AM
    Edited by: Srini VEERAVALLI on Feb 5, 2013 3:19 PM

  • How to show Hand Symbol when the cursor move to particular field.?

    Hi all,
    in alv report ,i have to give first column as link to action,and whenever  mouse came to that column a hand symbol ie,hot spot has to be appear .
    How can i do for that?
    Regards,
    ravi

    Hi
    When you make the Column as LinkToAction, then Hot Spot appears automatically
    Code to Make
    LinkToAction Column in ALV.
      DATA: lr_alv_usage       TYPE REF TO   if_wd_component_usage,
            lr_config          TYPE REF TO   cl_salv_wd_config_table,
            lr_col_header      TYPE REF TO   cl_salv_wd_column_header,
            lr_function_wd     TYPE REF TO   cl_salv_wd_function,
            lr_uie_link        TYPE REF TO   cl_salv_wd_uie_link_to_action,
            lr_if_controller   TYPE REF TO   iwci_salv_wd_table,
            lr_function_set    TYPE REF TO   if_salv_wd_function_settings,
            lr_table_settings  TYPE REF TO   if_salv_wd_table_settings,
            lr_column_settings TYPE REF TO   if_salv_wd_column_settings.
    Instantiate ALV Component
      lr_alv_usage = wd_this->wd_cpuse_all_alv( ).
      IF lr_alv_usage->has_active_component( ) IS INITIAL.
        lr_alv_usage->create_component( ).
      ENDIF.
    get reference to model
      lr_if_controller = wd_this->wd_cpifc_all_alv( ).
      lr_config        = lr_if_controller->get_model( ).
      lr_column_settings ?= lr_config.
    lr_column = lr_column_settings->get_column( '<Column Name>' ).
            CREATE OBJECT lr_uie_link.
            lr_uie_link->set_text_fieldname( '<COlumn Name>' ).
            ls_column-r_column->set_cell_editor( lr_uie_link ).
    Abhi
    Edited by: Abhimanyu Lagishetti on Jun 13, 2008 10:12 AM
    Edited by: Abhimanyu Lagishetti on Jun 13, 2008 10:13 AM
    Edited by: Abhimanyu Lagishetti on Jun 13, 2008 10:13 AM
    Edited by: Abhimanyu Lagishetti on Jun 13, 2008 10:14 AM

  • SSRS line chart showing premium change pct over time

    Hi,
    I have an SSRS report sitting over a cube.  I'm building a Line chart to show premium change over time by producer (there are currently 6 producers).  I have the Producer Name, Quarter/Year, and Premium amt.
    I want to have the premium line trend based on the percentage of change from Quarter to Quarter.  Quarter will be the X-Axis and percentage will be the Y axis.   The premium for the first quarter should start at 100%.  Each premium line for
    the producer should then change up or down based on the change in premium per quarter.  The end result should look something like this:  Can this be done using SSRS?

    Hi,
    I have an SSRS report sitting over a cube.  I'm building a Line chart to show premium change over time by producer (there are currently 6 producers).  I have the Producer Name, Quarter/Year, and Premium amt.
    I want to have the premium line trend based on the percentage of change from Quarter to Quarter.  Quarter will be the X-Axis and percentage will be the Y axis.   The premium for the first quarter should start at 100%.  Each premium line for
    the producer should then change up or down based on the change in premium per quarter.  The end result should look something like this:  Can this be done using SSRS?

  • Obiee 11g chart legend overlap

    hi expert,
    when i design a chart in obiee11g, i found the width of legend was not wide enough, and they overlap.
    about this, is there any solutions? pls help,
    thanks a million.

    hi MuRam,
    I have increased the width to 1000, the chart becomes 1000 wide, but the legends don't change, they are still the same as before.
    So I guess wheather there's a config xml to control the width of the legend in chart, but I didn't find it..
    pls help.
    thanks,
    Yaphets

  • Tree Chart in obiee 11g

    Is it possible to have Tree chart in OBIEE 11g.
    How can one go about it?
    thanks
    Reshmi

    Hi,
    Not possible in obiee11g.
    FYI..below chart options only available in obiee lastest version (11.1.1.5.0)
    OBIEE 11g Chart:
    1)Graph
    a) Bar
    b) Line
    c) Area
    D) Pie
    E) Line-Bar
    F) Time Series Line
    G) Pareto
    H) Scatter
    I) Bubble
    J) Radar
    2) Gauge
    a) Dial
    b) Vertical Bar
    c) Horizontal Bar
    D) bulb
    3) Funnel
    a) Standard
    b) Non Standard
    c) Last Stage Only
    Hope it's Clear...
    Thanks
    Deva

  • Map Viewer in Obiee 11G

    Hi,
    I need to install map viewer in obiee 11g to show maps in dashboards. I have no idea about this, can any one help me.
    Thanks,
    PJ

    OBIEE Samples has very good documentation and the schemas to download and set this up
    http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html
    Select the OBIEE 11.1.1.3 - Sample Application section

  • OBIEE 11g - controlling # of items shown in a dashboard prompt

    Hi, I have a dashboard that lists the 30 baseball teams in MLB. I would like to put this as a prompt of check boxes going down the side of a dashboard. But the prompt always displays with vertical scroll bars and only shows 15 or so teams at a time. Is there a way to force OBIEE 11g to show all 30 checkboxes without using the scroll bars?
    I've tried manually adjusting the height of the dashboard column, etc. - nothing seems to work.
    Thanks,
    Scott

    Hi ,
    I don't thnk manually adjusting the height of the dashboard column would help in this .
    Viewing all the values at once (without scrolling down) , also eat up a biggeer space in ur dashboard .
    Instead of that , why can't u use the auto complete functionality for obiee 11.1.1.6 ? This will ease the effort of scrolling and searching manually .
    Check out this :
    http://prasadmadhasi.com/2012/02/23/obiee-11-1-1-6-new-feature-auto-complete-functionality-for-prompts/
    Thanks

  • OBIEE 11g pie chart showing the slices by different measures

    Hi,
    We are using OBIEE 11g. We have a requirement to show PO Met Count , PO Under Count, PO Over Count as a slices in a pie chart. However Pie graph in 11 g is slicing only by a dimension and not by the above measures. This was possible in 10g. I want to know if this a limitation in 11g or is there a way around this.
    Regards
    Purvi
    Edited by: user13054333 on Dec 1, 2010 11:20 PM

    HI,
    I tried to slice by measure by dragging the column to slice size section. I have 3 metrics PO Under Count and PO Over Count which add up to total PO count. So I want my pie to ahve 2 slices one for PO Under Count and other for PO Over count. However when I drag the 2 metrics, it shows me 2 pies, one for Over and the other for Under count.
    Regards'
    Purvi

  • Obiee 11G - Show grand total in chart

    I have three measures in my table.
    Measure 1 - Rolling balance from the current and previous month.
    Measure 2 - PeriodRolling revenue for the last three months including current month
    Measure 3 - Calculation using measure 1 and measure 2 and the number of  days.
    I have created all three measures in the RPD.
    The table is by state. So it could be Texas, New York, Illinois and so on.
    Month
    State
    Measure 1
    Measure 2
    Measure 3
    1
    Texas
    17565
    9898989
    45
    1
    New York
    97848
    8748575
    43
    2
    Texas
    85768
    8734874
    33
    2
    New york
    94855
    3234442
    23
    The chart shows the trend of Measure 3 by time for each state. I need a line on the chart to show the total by month. Do I have to create a sum() formula in the RPD? Appreciate any ideas that you can throw at me.

    I created a new group in the selection step and included all the states in it. That seemed to work. The Graph shows a line for grand total. Thank you for your help.
    The requirement is to create a line chart. I don't think a bar would work as well here.

  • Not able to see the charts in the default SampleAppLite webcat in OBIEE 11g

    I have installed OBIEE 11g on my dekstop and it was installed successfully. Then i started the BI Services and login to the dashboard using the weblogic user and Pwd, everything is coming fine but charts are not coming. Do we have to start some Java services also. I restarted all the services also using em and it shows all services started successfully. Can you please help me regarding this.
    Regards,
    Raj

    Hello Siva -
    It is historical data that i have uploaded into the infocube for Demand Planning Purpose.
    I have recreated everything and uploaded the data again into the infocube, able to see the data in the infocube, created the MPOS, created the CVCs, Created the Planning Area, activated the Planning Area,assigned the infocube to the history key figure while creating the planning area,  created the Periodicities, created the Planning Book. but still not able to see history in the keyfigure.
    Regards,
    Suresh Garg

  • Break for Horizontal Axis Labels in OBIEE 11g Bar Chart

    Hi all,
    I have a vertical bar chart created in OBIEE 11g. The horizontal axis (x-axis) is a compound of Scenario, Year, and Month. The chart width is already long enough so it cannot be made any longer.
    The chart looks like this (the label of horizontal axis is staggered):
    ___llllllllllllll_________llllllllllllll_________llllllllllllll_________llllllllllllll
    ___llllllllllllll_________llllllllllllll_________llllllllllllll_________llllllllllllll
    ___llllllllllllll_________llllllllllllll_________llllllllllllll_________llllllllllllll
    ___llllllllllllll_________llllllllllllll_________llllllllllllll_________llllllllllllll
    Actual Feb 2012____________Actual Apr 2012
    ___________Actual Mar 2012_____________Actual May 2012
    How can I force the labels for the horizontal axis to be broken into 2 lines (or even 3 lines), so that it will look like this:
    ___llllllllllllll_________llllllllllllll_________llllllllllllll_________llllllllllllll
    ___llllllllllllll_________llllllllllllll_________llllllllllllll_________llllllllllllll
    ___llllllllllllll_________llllllllllllll_________llllllllllllll_________llllllllllllll
    ___llllllllllllll_________llllllllllllll_________llllllllllllll_________llllllllllllll
    ___Actual________Actual________Actual________Actual
    __Feb 2012_____Mar 2012_____Apr 2012______May 2012
    Any advice? Thanks a lot!

    Hi Stewart,
    I could not try this yet, but how about 'Enabling the Contains HTML Markup' for the columns for Heading and including a '</br>' tag at the end of the name.
    Ex: Column - >Properties -> column Format -> Column Heading -> Enable Contains HTML Markup -> Column Heading's suffix =less than symbol /br greater than symbol (Oracle forums is even break the line too!! ;) So included the text)
    Hope this helps.
    Thank you,
    Dhar
    Edited by: Dhar on 15-May-2012 20:11
    Edited by: Dhar on 15-May-2012 20:12

  • OBIEE 11g Report UI not showing data

    Hi,
    On Obiee 11g Report, the query hit by the report at the backend shows results for all the columns but on UI only few of these columns show the data. From Query log, when I run the same query in the database I see all columns have data which is somehow not showing up on the UI end. What could be the problem? Can this be resolved or is it a bug in the OBIEE 11g?
    Regards
    VM

    Hi Vanaja M/Gurus,
    Is that your problem resolved?
    I'm facing same issue here.
    I was checking for solution/suggestions in blogs, but unfortunately i couldn't find much information in blogs too....
    Can you help me out to cross this hurdle, as this issue is in Production.

  • Displaying of charts as a separate column in table view view in obiee 11g

    Hi all,
    we have a requiremnet where i need to display charts in a separate column in a table view in OBIEE 11g. can any body help in achieving this requirement?
    Thanks in advance.
    Regards

    HI All,
    Can any body let me know how to achieve this requirement!
    charts also should be dsplayed in a column in table. I had gone through below Sparkline graph link but didn't move forward with Jquery. can any body help me in understanding this?
    http://srisnotes.com/tag/obiee-11g/.

  • Buttons not showing up for Writeback option in OBIEE 11g

    Hey guys,
    I'm struggling with the writeback option in OBIEE 11g.
    I've made all the required changes as per the documentation.
    1) Making the column writeable in BMM layer.
    2) Giving the column and the table read/write permission in the presentation layer.
    3) writing the query in the xml for insert and update and have put it in the right path.
    4) Modified the instance config and included the <Lightwriteback>true</Lightwriteback> in it.
    5) Enable the column with writeback property.
    6)Enabled the table view property with writeback.
    However when i untick the table toggle mode,it makes the column editable but without any update button.
    whereas if i tick the table toggle mode it neither makes the column editable nor does it shows up any button.
    Could somebody help me out with the solution.
    Thanks,
    Anirban

    Anirban,
    You need to make sure that 'Write Back to Database' privilages have been correctly setup for you. If you have admin rights on the catalog, you should be able to check and modify it under Security > Manage Privilages on the Administration screen.
    cheers,
    Adnan

Maybe you are looking for

  • Query on GR/IR Clearing - does Not post to Profit Center.

    Pl refer the business scenario given below. Request your help on the following. Situation: For a given Purchase Order,  GR (MIGO) is done. But IR (MIRO) is not yet done. The FI entries are : 1. Dr. Stock valuation a/c     Cr. Gr/ir clearing a/c 2. At

  • Multiple Text Boxes on 1 Slide...

    There have been a lot of threads about this, but I've been unable to find an answer to the specific situation a colleague is facing. We are simulating a mainframe system where the user enters multiple values, then presses enter.  The client wants the

  • Variable Creation in Planning Modeler

    Hello All, Where we create Variable's in Planning Modeler(IP)? Suggest me the steps.... Regards, Kishore

  • Creating Logical Volume during Oracle VM installation

    Hello, I am trying to install Oracle VM Server on a machine with 2 TB hard-disk. There are 2 disks each with 1 TB capacity. During Oracle VM Server 2.2.2 installation, if you go with default partitions, layout looks like this /dev/sda    sda1        

  • Guest Wireless

    Hello All, I have a WLC4402 nad have been using it internally for approx 4 years with ACS authentication. Everything is working great. I am now truing to use the second port for a Guest Wireless setup running under a seperate VLAN. I setup a PIX 506