Scale Maker Display Value At Mouse Pointer

[http://picasaweb.google.com/lh/photo/lpP1mX7pTd4R_ePr89fw7w0hA5i5v2I0J6LQTHStSe0?feat=directlink]
Hi ,
I have used Scale Marker in the Line Graph(Image link attached) using a SQL Query.
Sales Fact(second Line) on the graph displays Value when mouse is pointed but for Marker line this does not happen.
Can any one suggest a method to resolve this?
Regards,
Sreekanth

John,
I wanted to avoid taking the column as u suggested in Criteria because its causing a Cartesiona product ex:
Select Target_Value,Quantity_Sold from sales,Target_Ref where Sales.rowid<> Target_Ref.Target_id.
I wanted to avoid this by pacing the Select Target_value from Target_ref query in scale Marker.But my client requires wants data lables to be displayed for Scale marker too.
Regards,
skarangi

Similar Messages

  • Display hour glass mouse pointer

    Hi all!
    Does anyone know how to make the mouse pointer into a hour glass pointer? After clicking the "Load" button in the application, it takes a long time to display the contents. So I thought of informing the user that he has to wait for it to display the data.
    Anyone know?
    -KAren-

    try the following line when you respond to the button press:
    setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
    But don't forget - you need to change it back when you are done ;-) To change it back:
    setCursor(Cursor.getDefaultCursor);
    Hope that helps.

  • Wad , to remove mouse pointer image

    Hi gurus
    We used exceptions in one of the queries in WAD. After executing those reports on web values are displaying based on exceptions.
    eg.  187.3 in green
            66.3 in red     like that.
    But when we are taking the mouse on to these value's, mouse pointer image showing
           187.3  Exception : Good1
            66.3   Exception: Bad7
    It is not good for the presentation to the end users.
    Is there any way to remove this mouse pointer image.
    Thanks and regards
    kiran

    Hello , In the generic property of any web item ,
    u can find the objects with navigation.
    if you uncheck this property, user will not have the possibility to navigate your that particular webitem.
    hope this is useful

  • External display won't show the mouse pointer (optical)

    hi all,
    13" display dimming my old eyes . decided to connect to 20" sony monitor. got the adapter > connected> display shows identical to laptop BUT no mouse pointer AND when the external monitor is displaying, the menubar is not longer existent on the powerbook (the trackpad does work on the laptop screen with external connected ) so I cannot get to the display preferences to set anything up to get the mouse pointer to show on the external monitor.
    HELP and thanks
    sue

    ok folks, fiddled since I wrote this and managed to actually get it going ! so all set.
    I'm up and running with the display. and all is dandy !
    Message was edited by: Sue brown1

  • Is there a way to obtain the text item's value when the mouse pointer at?

    Hi,
    Is there a way to obtain the text item's value when the mouse pointer at? Mouse pointer may be located somewhere out of current record and even out of current block.

    There is a when-mouse-over trigger and that works fine in client-server mode for Forms 5/6/6i, but that is less indicated when deployed using Application Server.
    In that trigger you may write whatever code is necessary, restricted package procedures.
    Still, I think, for your case, if you do not have to deal with a multi-record block, you should use the HINT property for that item and set_item_property with the HINT argument for that item in order to set the hint to the item's value - this should set_item_property should be called on the when-new-record-instance .

  • Make mouse pointer visible

    Is it possible to make the mouse pointer visible during a Keynote presentation? Sometimes I like to use to point to something or use tools like Scriboard to make annotations. I figured out that using Dashboard makes the mouse pointer visible but is there a better way?
    Mac Mini   Mac OS X (10.4.6)  

    In Keynote Preferences, in Slideshow, choose "Show pointer when mouse moves".

  • Mouse pointer disappears and makes strange movements

    First: I'm afraid my English is not good enough (I speak Spanish).
    So,
    Sometimes the mouse pointer disappears but it's still able to click. It reappears when I do right click. Also, sometimes the pointer have a strange behavior, like crazy movements very fast. I just wait 10 second and it work fine again. I don't know if anyone here have this problems too.

    You won't believe this but just cleaning a mouse can improve performance... read the following:
    How to Clean a Mechanical Mouse
    This article explains when and how you should clean a mechanical mouse. It does not apply to the the Apple Pro Mouse.
    You should clean a mouse if it is does not track smoothly, or if it jumps or skips. A mouse contains a small ball that must roll smoothly for the mouse to work properly. You should keep this ball free of dirt and oil by using the mouse on a clean, lint-free surface, and cleaning it occasionally.
    Use the following procedure to clean a mouse:
    1. Turn off your computer.
    2. Turn the mouse upside down and rotate the plastic ring on the bottom counterclockwise to release it.
    3. Turn the mouse right side up with one hand and catch the ring and ball with your other hand.
    4. Clean the three small rollers inside the mouse with a cotton swab moistened with water. Rotate the rollers to clean all around them. If there is a build-up of material on the rollers that the cotton swab does not remove, you can use your fingernail to gently remove the material.
    5. Wash the mouse ball in soapy, warm water with a mild soap such as a dishwashing liquid if oil from your hands has collected on it. Be sure to dry the mouse ball thoroughly.
    6. Gently blow into the mouse case to remove any accumulated dust.
    7. Put the mouse ball back in the mouse case and replace the retaining ring.
    If cleaning the mouse as described does not correct your issue, the mouse may need to be replaced. Have an Apple Authorized Service Provider check it for excessive wear or other failure.
    If that doesn't do the trick, if this is a mouse that required 3rd party drivers, you might try reinstalling the drivers. Also, try going back to default Mouse preferences on all Users, see if makes a difference.
    Carolyn

  • Display Mouse pointer coordinates

    Hi all
    I have an Applet that implements MouseListener and MouseMotionListener events.
    In mousePressed() method i'm writing code to draw a point on the location where the mouse was pressed.
    In mouseMoved() method (the problem) I'm trying to write code so that the coordinates of the mouse pointer are displayed...I managed to do the following :
    int xMove,yMove;
      public void mouseMoved(MouseEvent e) {
           Graphics g=getGraphics();
         //erase old mouse location coordinates
            g.setColor(this.getBackground());
            g.drawString("+",xMove,yMove);
            g.drawString(""+Integer.toString(xMove)+","+Integer.toString(yMove)+"",xMove+10,yMove-10);
           xMove = e.getX();
           yMove = e.getY();
        //paint new mouse location coordinates
           g.setColor(Color.black);
           g.drawString("+",xMove,yMove);
           g.drawString(""+Integer.toString(xMove)+","+Integer.toString(yMove)+"",xMove+10,yMove-10);
      }the prroblem of this method is that when i move pointer over an already painted point ; this point is erased from the screen !
    I want the mouse pointer to be showed over all painted shapes on my applet.
    can you give me a hint on how to do that ?
    many thanks.

    thanks guys , I managed to solve the problem myself.
    I can tell how i did it if someone wants to get the point.
    Thanks again for your time.
    regards.

  • How to display item when mouse moves over Column value??

    Hi there
    It would be helpful if you could resolve the following :
    i) I need to display the column 'A' values of my report in a Text field when mouse moves over column B of my report.
    ii) I can able to display the same column value when mouse moves over or onclick happens. but my requirement is something like i have to display the other column value when mouse moves over.
    iii) Also i noticed that, i can able to display the item only on "Display only Item" and not on Text field.
    Any pointers to display my column value in Text field when onclick happens on my report column?
    iv) One more thing that i noticed, i can able to perform onclick or mouse over only on Editable column and not on
    non editable columns.
    Any pointers on how to achieve the same when mouse moves over Non editable column of report?
    Reference: I have created a dummy application (refer the following link), where i can able to display column value Salary on display only item using mouse move Event.
    My requirement: when i click column Ename , the text field should show salary.
    http://apex.oracle.com/pls/otn/f?p=56045:1
    User:guest
    Pswd: apex_demo
    Any pointers on this would be appreciated.
    Thanks
    Vijay

    Vijay,
    If you use Jquery then this should do the trick.
    $(document).ready(function() {
       $(".t20Report t20Standard tr").hover(function() {
         $("#P2_SALARY").attr("innerHTML",$(this).find("td:last input").attr("value"));
    {code}
    after looking at the source of your page it seems that your class for your report region is *class="t20Report t20Standard"* I am not 100% sure but you might have to correct that in the template. I am not sure how the selector will handle the space in the class name.
    Hope this helps,
    Tyson                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • After upgrade I have a black display showing only the mouse pointer

    I just installed the Windows 10 Technical Preview on my Lenovo W540 laptop.  The installation appeared to to go just fine and I did not see anything that should cause any issues.  Now that it is complete, my display is black and I see the mouse
    pointer on the screen.  I can move the mouse just fine, but nothing else will display when moving the mouse.  If I hit <ctrl><alt><del> then our domain banner page will flash on the display but I can't hit the OK button to get to
    my login prompt.  Has anyone seen this before?  What can I do to resolve this issue?  Any suggestions out there?
    Wade Preston

    I just connected remotely to the Applicaiton log files via computer management.  I see that the LogonUI.exe application is failing.  I have attached the log for this error.  Anyone know what to do with this error or how to fix it?
    Here is the log:
    Log Name:      Application
    Source:        Application Error
    Date:          10/2/2014 11:07:55 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      BF03500KL.baldwin.corp
    Description:
    Faulting application name: LogonUI.exe, version: 6.4.9841.0, time stamp: 0x5413b9b7
    Faulting module name: MSVCR100.dll, version: 10.0.40219.1, time stamp: 0x4d5f034a
    Exception code: 0xc0000005
    Fault offset: 0x000000000003645a
    Faulting process id: 0x1244
    Faulting application start time: 0x01cfde5b066a2697
    Faulting application path: C:\WINDOWS\system32\LogonUI.exe
    Faulting module path: C:\WINDOWS\SYSTEM32\MSVCR100.dll
    Report Id: 44725ffb-4a4e-11e4-95d5-54ee7501cb36
    Faulting package full name: 
    Faulting package-relative application ID: 
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-02T16:07:55.000000000Z" />
        <EventRecordID>48596</EventRecordID>
        <Channel>Application</Channel>
        <Computer>BF03500KL.baldwin.corp</Computer>
        <Security />
      </System>
      <EventData>
        <Data>LogonUI.exe</Data>
        <Data>6.4.9841.0</Data>
        <Data>5413b9b7</Data>
        <Data>MSVCR100.dll</Data>
        <Data>10.0.40219.1</Data>
        <Data>4d5f034a</Data>
        <Data>c0000005</Data>
        <Data>000000000003645a</Data>
        <Data>1244</Data>
        <Data>01cfde5b066a2697</Data>
        <Data>C:\WINDOWS\system32\LogonUI.exe</Data>
        <Data>C:\WINDOWS\SYSTEM32\MSVCR100.dll</Data>
        <Data>44725ffb-4a4e-11e4-95d5-54ee7501cb36</Data>
        <Data>
        </Data>
        <Data>
        </Data>
      </EventData>
    </Event>
    Wade Preston

  • The mouse pointer has disappeared; how do I make it reappear?

    The mouse pointer doesn't show, so I have to do everything by tapping on the screen.

    Note that you have switched on caret browsing.
    *http://kb.mozillazine.org/accessibility.browsewithcaret
    You can toggle caret browsing on/off by pressing F7 (Mac: fn + F7).
    *Tools > Options > Advanced > General > Accessibility: [ ] "Always use the cursor keys to navigate within pages"
    *http://kb.mozillazine.org/Scrolling_with_arrow_keys_no_longer_works
    *http://kb.mozillazine.org/Accessibility_features_of_Firefox
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How do I make the mouse pointer bigger?

    How do you go about making the mouse pointer bigger on the IMAC?

    I think it is much easier for learners, but can I suggest these forums are excellent for general help.   However, do find a moment to fill in your machine details in your profile; model identifier, current OS version and RAM figure.   It's a great help to those helping you to know what machine they are needing to think about. 

  • MY MAC PRO MOUSE POINTER JUMPS FREELY AROUND THE SCREEN AND MAKES IT IMPOSSIBLE TO NAVIGATE PROGRAMS... ANY IDEAS

    My mac Pro mouse pointer jumps freely around the screen, making it dificult to navigate... it also moves the screen around without touching anything... any ideas whats wrong?

    Check this forum link for some good suggestions:
    https://discussions.apple.com/thread/4650109?tstart=0
    Post if you have any questions!

  • How make mouse pointer active on any page

    When my mouse pointer is on a page, I have to click on the page to get my mouse to scroll. Is there a way to have the pointer automatically activate the page by just being on the page?

    The images in these screenshots are in grid, the album grid or the photo grid.
    or the photo grid.
    These images can't be hyperlinked in iWeb.

  • The latest flash plugin 10.3.181.34 makes my mouse pointer disappear when pointer not moving (Windows Vista) - any thoughts?

    When I start firefox 6.0 beta, the mouse pointer disappears once firefox has initialized itself. If I move the mouse pointer, it reappears, then disappears again when it is at rest.
    If I disable the flash plugin, the mouse pointer behaves normally, i.e. it is always visible.

    Firefox 5.0 does the same thing as stated above.

Maybe you are looking for

  • Open file from ADF pages gives a problem

    Hi all, I have created with Jdev 11g an ADF page. In that page is shown a table with the files that are stored in the database. I use this code to show the file:     public void showFile(BlobDomain  b,String filename){         FacesContext fc = Faces

  • Reg: Sender File Adapter - Picking the files serially

    Hi Folks I have a requirement where I require help from you with you valuable suggestions/solutions. Requirement is : 1.  Two different folders(folder1 & Folder2) at sender system, PI has to pick the files from Folder 1 and needs to process to target

  • Adding description text to the screen for a custom infotype.

    I have created a custom infotype through PM01 with 3 components.  The component types have domains with lists of values (value range).  How do I display the short description from the value range on the screen in PA20 or PA30? For example I want to d

  • Importing a slide show

    Hello, Please give me direction on importing a slide show created in Fireworks. Thanks, Mike

  • Handycam video import

    I am using a Sony Handycam DCR-HC21, and have found myself in a strange (and rather frustrating) pickle. I've imported video from many other camcorders onto iMovie, with no flaws or problems whatsoever. This one has given me a significant amount of t