Combox minus symbol not working ..

Combox minus symbol not working (not showing). 
i have added picture . 
Solved!
Go to Solution.
Attachments:
combo box _minus.png ‏48 KB

The minus translates into a separator. You can e.g. use space minus (" -") to get a minus sign.

Similar Messages

  • Minus and - not working in query

    Hi all,
    I am operating on 10G R/2.
    I have thsi query where thi sstatement <pre>(COUNT(W_O) - COUNT(W_I))</pre> TOTAL is returning 0.Why is the minus and '-' not working out in this query?.
    <Pre>
    SELECT
    TRUNC(DT) week_start ,
    next_day (TRUNC( DT) - 7, 'Sunday' ) + 6 week_end ,
    to_number(to_char(DT,'FMWW'))wk_no ,
    'I_'||W_I AS IO ,
    COUNT(W_I) TOTAL
    FROM TABLE_A
    WHERE W_I IS NOT NULL
    GROUP BY TRUNC(DT),
    next_day (TRUNC( DT) - 7, 'Sunday' ) + 6,
    to_number(to_char(DT,'FMWW')),
    'I_'||W_I
    UNION ALL
    SELECT
    TRUNC(DT) week_start ,
    next_day (TRUNC( DT) - 7, 'Saturday' ) + 6 week_end ,
    to_number(to_char(DT,'FMWW'))wk_no ,
    'O_'||W_O AS IO,
    (COUNT(W_O) - COUNT(W_I)) TOTAL
    FROM TABLE_A
    WHERE W_O IS NOT NULL
    GROUP BY
    TRUNC(DT),
    to_number(to_char(DT,'FMWW')), 'O_'||W_O
    </pre>
    Edited by: CrackerJack on Jun 14, 2011 8:06 PM

    basic maths
    SQL> select count(object_name), count(owner), count(object_name) - count(owner)
      2    from all_objects;
    COUNT(OBJECT_NAME) COUNT(OWNER) COUNT(OBJECT_NAME)-COUNT(OWNER)
                 52658        52658                               0
    1 row selected.if you take away a number from itself you will get zero. I think you may mean SUM() rather than COUNT()

  • HELP - Edge Animate issues - buttons/symbols not working/disappearing in portrait mode on mobile devices

    Edge Animate - Issues - buttons/symbols not working/disappearing when in portrait mode on iPad and mobile devices, but in landscape version everything is fine.
    Everything works cross broswer on Desktop - Safari, Chrome, Explorer and Firefox - mobile devices prove glichy... anyone else experience this?
    It's a regular issue of mine, particularly with complex animations. Symbols disappear
    - is it something to do with overflow?
    - responsive scaling?
    I have no idea.

    Since no one has answer this post, I recommend opening  a support case with CSS as they can work with you to solve this problem.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Field symbols not working in data transfer VOFM routine

    Hi,
    I have been trying to set a value using field symbols, however for some reasons its not working. I am using a field symbol in a data transfer routine and the value which I am trying to set is a standard field outside the VOFM routine code.
    I am trying to set a  field gla_subrc which is actually a changing parameter.
    The actual paramter is gn_subrc of type sy-subrc and within the form the name is gla_subrc. I need to set this changing parameter gla_subrc using the data transfer routine.
    Is there a specific rule that field symbols dont work for changing paramters within subroutine or is there a specific syntax.
    The syntax I am using is
    ASSIGN ('(SAPLV50S)gla_subrc')  to <fs>. 
    I also used the local program name instead of main program but still that does not work. Tried using the actual parameter as well.
    Can someone please help me in this.
    Thanks & Regards,
    Naresh.

    I need to stop outbound delivery creation against STO using vl10b transaction. The only way to stop creation is using data transfer delivery VOFM routine.
    If i give an error message MESSAGE E001, this will give a hard error which is not acceptable. To avoid this, i use a perform message statment with message id and certain parameters which can displayed in a log.
    However to make sure this message is displayed in log, I am clearing a work area having specific data needed for delivery creation.
    Because of this clear, my error message gets captured in log but along with this another fake message is displayed in log which caused by the clear message.
    The user gets confused as he now sees 2 messages, 1 which is correct and other 1 which is fake and that confuses him.
    Data transfer routine is not the best place to give messages in log but we have very few options. The only way the system can give 1 message is if i set gla_subrc to 1. This is a variable which will help the system understand that the delivery should not be created as there is something wrong because the value is 1. Hence it will stop the creation and instead display whatever message i had passed to the log.
    I need to somehow set this variable to 1 based on lot of analysis that has been done in the past.
    Please let me know if there is any way by which we can fix this.
    Thanks & Regards,
    Naresh.

  • Greater than or equal symbol not working

    Hi,
    I cannot get the "greater than or equal to" symbol to display properly. I can get the less than or equal symbol to display by typing Ctrl+q #, and then formatting it as Symbol font.
    According to the Character_Sets.pdf FrameMaker Online reference, the greaterequal symbol is Ctrl+q 3, but when I format it as Symbol, FrameMaker displays a box (which looks to me to be a non-printing character).
    Any suggestions on how I get a "greater than or equal to" symbol to display?
    Thanks,
    John B.
    FrameMaker 8 (8.0 p277)
    Windows XP SP 3

    Error7103 wrote:
    > I cannot get the "greater than or equal to" symbol to display properly.
    Try this...
    Click in margin.
    Format > Characters > Designer...
    Character Tag: [ Symbol ]
    Family: [ Symbol ]
    all else As Is or blank
    Commands: New Format...
    [*] Store in Catalog
    Click in Body Flow A.
    Special > Variable...
    [Create Variable]
    Name: [ char.symbol.greaterequal ]
    Definition: [ <Symbol>\xb3 ]
    [Add]
    [Done]
    [Insert]
    Advantages:
    Avoid frequent arcane typing: you only need to look up the special character entry sequence once per document (if that - we keep these var defs in a separate catalog for ease of application).
    Isolates special char encodings for dealing with eventual replacement by native Unicode glyphs and/or ports to platforms lacking legacy Symbol overlay font
    Isolates special char renderings for possible changes to font with native >= glyph
    Assures text inserted adjacent to symbol will be in native paragraph font, and not Symbol.
    Prevents spell checker from needlessly complaining.
    Is portable between FM platforms and releases, although \xb3 does appear as Š (cap s caron above) in Windows dialogs.
    Disadvantages:
    If you apply a Default ¶ Font to the para, the variable is no longer in Symbol font (but this is always the case for variables that use alternate fonts). You have to re-select the var (which may be hard to even see), and re-insert it.
    If you highlight the entire para, or just the text containing the var, and apply a new PgfTag, the variable likewise gets de-fonted. It has ever been thus.
    You have to search by Variable, and not by special character.
    So what do we suppose made this topic so popular that it's got over 1000 Views so far?
    I tried these instructions with great anticipation, but alas, it did not work for me.
    Maybe it works differently on FrameMaker 9. I even tried making a PDF to see if it just rendered differently on the screen, since you mentioned the display in Windows dialog boxes (even though I was just in the main flow).
    See the screenshot below for my results.

  • Mail unread symbol not working

    When I receive a new mail in the Inbox, I do not get the blue dot sign on some of the messages indicating the message is unread. I have check all of the preference setting and can not determine why this does not work properly.
    Any ideas on where to look or to fix the problem
    Any suggestions are greatly appreciated

    no one?

  • Mask layers in button symbols not working?

    Hi!
    I am making a button symbol with many graphical elements
    placed in separate layers. I also want to use regular (not
    scripted)mask layers inside the button symbol but it doesn't work
    when I test the movie. In the authoring environment tha masking
    effect shows up properly but when I test the movie it just stacks
    the layers on top of each other as regular layers.
    Is this a bug? In previous falsh versions I think this method
    was working fine.
    Why is this happening? Attila

    reinhat wrote:
    > Hi!
    > I am making a button symbol with many graphical elements
    placed in separate
    > layers. I also want to use regular (not scripted)mask
    layers inside the button
    > symbol but it doesn't work when I test the movie.
    that is correct. If you search the forum by "mask button" you
    will find posts
    going back many years saying that flash does not support
    masking within button.
    To work around that limitation, you can place your mask in
    movie clip and than
    that clip inside a button.
    Regards
    Urami
    Happy New Year guys - all the best there is in the 2006 :)
    <urami>
    http://www.Flashfugitive.com
    </urami>
    <web junk free>
    http://www.firefox.com
    </web junk free>

  • "Greater than" symbol ( ) not working in Leopard

    I can't input the > symbol on my keyboard. I have a Core 2 Duo MacBook with Leopard. This symbol should come by shift+< but it's not. I reseted all the operating system keyboard shortcuts but no luck. Any suggestions?

    If a third party application has mapped its own keyboard shortcuts, I do not know of any universal way to reset those.
    What you might consider doing is loading up Activity Monitor and killing off any other applications running aside from the normal operating system components and see if you can use the shortcut keys normally at that point.
    Hope this helps! 
    David

  • My movie symbol not working in main timeline

    The symbol works in its own movie timeline, the keyframe length is the same length on both the movie symbol timeline and the main timeline.
    But movie symbol refuses to play on the main timeline.
    Any ideas?

    If it is a movieclip symbol, it doesn't need to have any more than one frame in whatever timeline you place it in to be able to play in its entirety.  What controls are you using to make it play?  Does the movieclip have any stop() command in its first frame(s)?

  • Number 2 key(with "at" symbol) is not working......

    Hi,
    i am using HP 15-d006tu Notebook PC with windows 8 os.
    Recently i started facing a serious problem ie key with numer 2 and at symbol is not working. my model is having numeric keypad so i can type 2 with that but i am not able to type at symbol. Finding it really hard to copy paste the email addresses or the symbol alone. i checked whether it is jammed or something like that but nothing is there and its pressing like anyother key but when i press that key nothing is happening. 
    kindly let me know whether it is a hardware issue or some virus or something like that????
    Should i take my device to the service center and change the entire keypad???
    Really finding this problem a big headache. Its not even 1 year since i bought this laptop.
    Please please guide me.....
    Thank in advance
    Jobin 

    Hi
    Did you try connecting to USB keyboard and check?
    Shut down the notebook
    unplug the AC Adapter
    Disconnect all the external peripheral devices
    then remove the battery
    Hold down the Power button for 30 seconds
    Re-insert the battery and plug in the AC Adapter
    Tap away at the ESC key as you start the notebook to see if this will launch the Start-up Menu
    then select F10 to enter the bios menu
    Press F5 to load the defaults ( this is sometimes F9, but the menu at the bottom will show the correct key )
    use the arrow keys ( assuming they work in this menu ) to select 'Yes' and hit enter
    Press F10 to save the setting and again use the arrow keys to select 'Yes' and hit enter.
    If that doesn't resolve the problem, then it's probably hardware issue,
    You can confirm it by testing keyboard from BIOS:
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c03467259
    Contact HP in your region:
    http://www8.hp.com/us/en/contact-hp/ww-contact-us.html
    Regards,
    ++Please click KUDOS / White thumb to say thanks
    ++Please click ACCEPT AS SOLUTION to help others, find this solution faster
    **I'm a Volunteer, I do not work for HP**

  • How do I delete photos and photo albums from my iPhone? The instructions given do not work. No "delete" symbol appears next to the album name, and no trash can icon appears below most of the pictures the computer just put on my new iPhone 4.

    How do I delete photos and photo albums from my iPhone 4? The instructions given do not work. No "delete" symbol appears next to the album name when I press "Edit," and no trash can icon for me to click appears below most of the individual photos in the albums the computer just loaded on my new iPhone 4. When I synced the new phone the computer added these photo albums without permission from me. They are now taking up about 3 GB of memory on my phone. I would like very much to get rid of these photos from the phone. How do I do this?

    To delete photos from your device
    In iTunes, select the device icon in the Devices list on the left. Click the Photos tab in the resulting window.
    Choose "Sync photos from."
    On a Mac, choose iPhoto or Aperture from the pop-up menu.
    On a Windows PC, choose Photoshop Album or Photoshop Elements from the pop-up menu.
    Choose "Selected albums" and deselect the albums or collections you want to delete.
    Click Apply.

  • While updating my ipad to new software through itunes it got stuck and does not work anymore - it just displays the screen with symbols of itunes and the cable to connect to it - help - what should i do?

    while updating my ipad to new software through itunes it got stuck and does not work anymore - it just displays the screen with symbols of itunes and the cable to connect to it - help - what should i do?

    Disconnect the iPad, do a Reset [Hold the Home and Sleep/Wake buttons down together for 10 seconds or so (until the Apple logo appears) and then release. The screen will go blank and then power ON again in the normal way.] It is 'appsolutely' safe!, reconnect and follow the prompts.
    If that does not work then see here http://support.apple.com/kb/HT1808

  • TS1297 My numbers / symbols 1-9 / !-(  do not work on my wireless key pad.  I have tried the resolution information but, still no response with those keys only.  I can only type these keys with the keyboard viewer.  Any suggestions?

    My numbers & symbols 1-9 / !-(  do not work on my wireless key pad.  I have tried the resolution information but, still no response with those keys only.  I can type these keys with the keyboard viewer, thankfully.  Any suggestions?

    Unable to type while Mouse Keys is enabled in OS X

  • Why is my symbol loaded dynamically from library not working?

    Hope someone could help,
    The code in "Example1" work fine if the video symbol is located on the stage. But what I'm trying to do is load the video symbol from the library dynamically and that doesn't work as illustrated in "Example2".
    My question is why does Example1 work and Example2 not work?
    Example1:
    var youtube = $("<iframe/>");
    sym.$("video").append(youtube);
    youtube.attr('type', 'text/html');
    youtube.attr('width', '560');
    youtube.attr('height', '315');
    youtube.attr('src', 'https://www.youtube.com/embed/A3PDXmYoF5U');
    youtube.attr('frameborder','0');
    youtube.attr('allowfullscreen', '0');
    Example2:
    sym.myVideo;
    sym.myVideo = sym.createChildSymbol("video", "Stage");
    var youtube = $("<iframe/>");
    sym.$("myVideo").append(youtube);
    youtube.attr('type', 'text/html');
    youtube.attr('width', '560');
    youtube.attr('height', '315');
    youtube.attr('src', 'https://www.youtube.com/embed/A3PDXmYoF5U');
    youtube.attr('frameborder','0');
    youtube.attr('allowfullscreen', '0');
    Thanks in advanced,
    -Angel

    Have you tried a reset:
    Hold the Sleep and Home button down for about 10 second until you see the Apple logo.

  • On certain sites (like chats), the shift symbols are not working correctly.

    On certain sites (like chats), the shift symbols are not working correctly, but shift+letters works fine. I've tried changing the set keyboard language, as well as the character encoding, but nothing works. I don't have this problem in IE.

    Hello there.
    Although possibly not related to your problem, I have to remind you that the version of Firefox you are using at the moment has been discontinued and is no longer supported. On top of this, it has known unpatched bugs and security problems. I urge you to update to the latest version of Firefox, for maximum security, stability, performance and usability. You can get it for free, as always, at [http://www.getfirefox.com getfirefox.com].
    As for your issue, I'm not sure if this is the case, but there is a little know keyboard shortcut to change the keyboard language on Windows. And it's very annoying, since it's easily triggered. I don't know exactly which one it is, but I think it's CTRL+SHIFT, the ones on the right. I suggest you ask Microsoft for support on this one. Firefox doesn't control keyboard languages.

Maybe you are looking for

  • Create or modify a Search Help for a field in ByDesign

    Good morning, I need some help for know how we can create or modify search help in ByDesign Cloud Applications Studio. All idea are welcome. Thanks in Advance, Javier Gómez

  • Is There a Keyboard Combo to Show the Old Screen Rotation in the Displays Setting?

    Hi. Usually Apple's Option key shows hidden features in OS X but it doesn't seem to show the screen rotation (90, 180, 270, degrees if I remember.) anymore. Is there a Terminal or a keyboard combo that'll make it appear because I need to use Grab to

  • Disabled buttons still selectable problem, please help

    I have a simple GUI which takes input from the user and when it has enough information allows the user to select to run an operation (setEnabled(true) on the run button). Initially I set the run button on the GUI to be disabled using setEnabled(false

  • Windows 7 - Outlook Calendar - and BB Desktop Manager

    Everythig was fine until one day.......... I installed Windows 7, and Microsoft 2007 including Outlook. My BB Curve 8330 using the Desktop manager (no media manager, actually I tried both) does not sync my calendar from Device >>to>> Desktop.  It syn

  • Opening Motion 5.0.2 files in 5.0.4

    I have several projects created in 5.0.2 and recently upgraded to 5.0.4 and now cannot open the projects an receive the following error. "The document could not be opened" Any help would be much appreciated as I have several months worth of work to f