[1.1.1.25.14] Clear Filter removes "Include Synonyms" option

I have happily been using the new "Include Synonyms" option in the Table and View nodes and it has been working great.
That was until I used the Clear Filter option rather than manually deleting a number of filter criteria (which can be a pain, because the cursor doesn't stay in the criteria list after deleting a critiera).
Now my "Include Synonyms" option has disappeared from the node on which I cleared the filter and I can no longer filter on synonym based objects (I did have Include Synonyms switched off when I cleared the filter).

Yup, it's a bug.
Not a solution, but work around for now - A restart of SQL Dev will return the synonym checkbox.
I tend to have single % and synonym checkbox checked as filter on my tables.
Sue

Similar Messages

  • How to remove Include/Exclude option on variable screen

    Hi,
    How to remove the include/exclude option in the variable screen for the variable of type selection option.
    Regards,
    Suresh.

    Hi Pradeep,
    You mean in the Query Designer.I tried to create a new variable There is nothing like select appropriate variable.
    Be more specific.Thanks.
    Regards,
    Suresh

  • Clearing, Reset, Removing Array Int.

    I'm having a problem with a small class exersize. So far I am able to find the max, min, and average of the grades. As well as have them being entered. My teacher recently wanted us to add a try/catch methods so in case a user enters a negative grade it will catch it.
    Ok...so that works. But now when the user enters new grades, and then decides to select the average, it averages some of the grades from the previous entries. Then the max, min cannot be found either.
    This program is based on a switch method with cases. Here is the first case. where the grades are entered and the try and catch method is use.
    I know, or at least I think I know that I need to clear or reset the array so that new entries can be entered successfully. I looked all over the net. I saw methods such as these:
    gradebook.clear()
    gradebook.remove()
    removeAll()I played around with them for a bit to see what I can get out of it, but nothing is working. These methods are not recognized. Any suggestions guys/gals?
    If I cant find a solution I will have the user select case 5 and exit the program and start it over. No biggy.
    Thanks !
    Mike
    public class GradeBookSolution2
      public static void main(String[] args)
        Scanner keyboard = new Scanner(System.in);
        int[] gradebook = new int[11];
        int grade = 0;
        int choice = 0;     
        while(choice != 5)
             Menu();
             choice = keyboard.nextInt();
             switch(choice)
                case 1:
                System.out.println("Please enter 10 class grades followed by any number.");
                try
                    for (int i = 0; i < 11; i++)
                         gradebook[i] = grade;                          grade = keyboard.nextInt();
                         if(grade < 0)                     
                              throw new IOException("Exception: YOU CANNOT HAVE A NEGATIVE GRADE");                    
              catch(IOException e)           
            removeAll(); //  <-- This is where and when I want to clear the array?
           System.out.println(e.getMessage());
           //System.out.println("Please exit the program and start over");
    break;

    The methods you are trying to use are part of the Collections API. arrays do not have these methods you would need to use a Collection like an array that would have these methods... like an ArrayList for example.

  • Clearing history removes passwords

    clearing history removes passwords

    it clears my Facebook log in and password and my banking info when i clear my history in safari it has just started doing this after the last update. these are the only pages that it removes the data from.

  • ISE 1.1.1 Sponsor Portal - Button "Clear Filter" appeares twice

    I think I discovered a Bug with the Button labels when displaying Guest Users in the Sponsor Portal.
    When using Internet Explorer (tested 7 and 9) both butons are labeled "Clear Filter".
    It apears the same in every language template.
    When using Firefox (16.x) everything is ok.
    I added a screenshot to make clear which buttons are affected.

    FYI
    You can access the Cisco ISE administrative  user interface using the following browsers:
    •Mozilla Firefox 3.6 (applicable for  Windows, Mac OS X, and Linux-based operating systems)
    •Mozilla FireFox 9 (applicable for Windows,  Mac OS X, and Linux-based operating systems)
    •Windows Internet Explorer  8
    •Windows Internet Explorer 9 (in Internet  Explorer 8 compatibility mode)
    Note Cisco ISE GUI is not supported on  Internet Explorer version 8 running in Internet Explorer 7 compatibility mode.  For a collection of known issues regarding Windows Internet Explorer 8, see the  "Known Issues" section of the Release Notes for Cisco Identity Services Engine,  Release 1.1.x

  • Someone in Australia was using my email address and when I changed email names to reinstall Itunes it only gives me states from Australia.  Is there some cache on my system that should be cleared or removed?

    Someone in Australia was using my email address and when I changed email names to reinstall Itunes it only gives me states from Australia.  Is there some cache on my system that should be cleared or removed?

    Good luck.    I have been trying to report to Apple Support about a Bogus Email I received today, which said I had made a purchase. Naturally, I was to cancel this bogus purchase by giving out personal details etc to them. 
    The real question is: how did they get my email as someone who had purchased from Itunes?. I cannot believe that ti si coincidence.
    HAVE the Australian Apple IDs [where users have supplied their email addresses] been compromised?
      My report about Spam was the same as reported in 2010, when the reply was: Apple knows all about this.  What has been done about that spam from this address:
    http://www.thepeakdistrictholidaycottage.co.uk/blog/wp-admin/au/apple//index.htm l?securitycenterlogin&hc=1&hm=au%601d72f%2Bj2b2vi%3C265securitycenterlogin&hc=1& hm=au%601d72f%2Bj2b2vi%3C265securitycenterlogin&hc=1&hm=au%601d72f%2Bj2b2vi%3C26 5

  • Does clearing cache remove saved passwords and login?

    Does clearing cache remove saved passwords and login?
    Apparently my FF is slow as a bastard child because of my cache. However, I have loads of user/passwords saved and DO NOT wish to seem them go buh-bye.
    What says you?

    See:
    * [[Backing up your information]]
    * http://kb.mozillazine.org/Profile_backup
    * http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    * http://kb.mozillazine.org/Password_Manager#Backing_up_and_restoring_passwords
    * Password Exporter: https://addons.mozilla.org/firefox/addon/2848
    Keeping a large History or a problem with an extension is a more likely cause for a slow response then a problem with the cache.
    See [[Troubleshooting extensions and themes]]

  • How to remove save, cancel option when end user runs the workbook in Portal

    Hi,
    how to remove save, cancel option when end user runs the workbook and make some small changes like using page items or increasing rows and columns
    I already made 2 changes
    1) I removed the option in Oracle Enterprise Manager under discoverer viewer of saving
    2) I also removed the option of Allow saving changes made in Viewer when adding workbook to portal
    But still the end user gets options of saving when made small changes to workbook like increasing rows and columns
    Is their any place, I need to make changes?
    Thanks in Advance
    Rowdheer

    Don't use JSP to serve a binary file. It almost implies the use of awful scriptlets and the invocation of both the response writer and the response outputstream which would only lead to IllegalStateException headaches in the server logs.
    Use a Servlet instead. Specify the file name as request parameter and let the servlet read the file and write it to the outputstream of the response.

  • How to remove my payment option on iTunes App Store and iTunes on the iPhone?

    I've had this problem many times and eventually it would just work out after a week or so but I'm tired of that so here's what happens: I use prepaid credit cards for iTunes (I've also used a real credit card and had the same problem) and when they max out or run out of funds it will ask me to verify my payment information. So I sign in and it takes me to the page to update the info I update it to make sure there wasn't just an error and if it says something is wrong I know it's maxed/out of funds. And I'm not allowed to download any apps (including free ones and updates for apps I already own) while this happens. There is no option to remove my payment option, before after about a week of continuously returning to the payment page everytime I try to download/update an app a "none" option will appear below the VISA, MASTERCARD and AMEX credit card type however the option is never there for around the first week and is very frustrating. So how do I get the none option to appear ? Or remove a used/maxed credit/pre paid credit card ?

    iTunes Store: Accepted forms of payment - http://support.apple.com/kb/HT5552 - "The available payment methods vary by country, but typically you can use: Credit cards, iTunes Cards,  iTunes Store Gift Certificates, Content Codes, Store credit (including Allowance Account balances), ClickandBuy, PayPal" - No specific mention of debit cards though older documents no longer on Apple website showed they at least used to be accepted in some countries (not USA).
    For India - http://www.apple.com/legal/internet-services/itunes/in/terms.html#SALE  But it isn't very specific.
    Removing a credit card from an account - iTunes Store: Changing Account Information - http://support.apple.com/kb/HT1918 - More information at: https://discussions.apple.com/message/15891166

  • Remove ":" from select option label(description)

    Hello All
    I have a requirement to remove the select option description (which SAP displays by default from the field label maintained in the data element),
    I thought the best way to achieve that requirement is by passing "space" to the parameter  'I_DESCRIPTION' to the method IF_WD_SELECT_OPTIONS->ADD_SELECTION_FIELD, however, it turned out that SAP still displays the label from the data element inspite of passing space(blank) to the parameter 'I_DESCRIPTION', to overcome this limitation I have created a data element without maintaining any labels this approach worked expect that SAP still displays ":"(colon) as the label, is there any way to get rid of this ":" too?
    As shown above, ":" is still displayed as the label of the date select option. I'm also looking for a way to reduce the distance between the last radio button and the select option, any pointers would be appreciated.
    Thanks for looking into this.
    -Vikram.

    You could use the below methods to recursively scan all elements of the view and set the design of all labels to light.
    method adjust_view .
    * IO_VIEW Importing RefTo IF_WD_VIEW
      data lo_container type ref to cl_wd_uielement_container.
      check io_view is bound.
      lo_container ?= io_view->get_root_element( ).
      process_elements( io_container = lo_container ).
    endmethod.
    method PROCESS_ELEMENTS .
    * IO_CONTAINER Importing RefTo CL_WD_UIELEMENT_CONTAINER
      data lo_container type ref to cl_wd_uielement_container.
      data lt_elements  type        cl_wd_uielement=>tt_uielement.
      data ls_elements  type ref to cl_wd_uielement.
      data lo_lbl       type ref to cl_wd_label.
      lt_elements = io_container->get_children( ).
      loop at lt_elements into ls_elements.
        try.
            lo_container ?= ls_elements.
            process_elements( io_container = lo_container ).
          catch cx_sy_move_cast_error .
            if ls_elements->_definition_name eq 'LABEL'.
              lo_lbl ?= ls_elements.
              lo_lbl->set_design( value = '01' ).
            endif.
        endtry.
      endloop.
    endmethod.

  • Can't find remove memory card option on my e71

    pls guys help me rectify dis, i can no longer see remove memory card option on my fone whenever i press d power key or thru memory card option in tools,, when i bought my e71, it'll always appear but it suddenly won't be there.. Pls help me as i always do swap memory cards and wudn't lyk to be switchin my fone off anytime i want to do so.. THaNks

    It may..It may not.. but NO harm trying as you will just have to reset the personalisations.. Though taking a Data back-up before the Factory reset is always recommended..

  • ViewCriteriaItem - How to remove the All option in mutiselect

    I have a viewCriteriaItem bound to an LOV. This item is enabled for multiselection in search form (by checking the Support Multiple value selection in ViewCriteria UI hint).
    I want to remove the 'All' option from the mutiselect dropdown. Is there a way to remove this?

    Hi RM,
    Thanks of the information.
    I've did as per your reply, even though the column is showing hide the column when right click on the column.
    could you provide other alternative.
    Thanks,
    Ram

  • Solution for clearing IE-11 corrupted internet options deleting browser history.

    Microsoft detected with a PC message, knowing my Internet Explorer is corrupted, and corrected it with some success in the past.
    I didn't uninstall the suspect program in time, to keep "clear" of the problem internet options page looking (too"refined") and the (delete page) of browser history to function properly. I 'am now looking for a (direct solution) again
    from MICROSOFT , to clear IE-11 of corrupted functions.
    Sincerely: Lee Vernon Payne-June 28, 2014-5:11pm PST.
    Lee Payne

    Hi,
    You can contact a Microsoft Support Engineer at support.microsoft.com.
    Be aware that there are many companies and websites claiming to offer or to be MICROSOFT support online or you may have received a phone call from someone claiming to be from MICROSOFT. These are scams. Microsoft nor their partners never contacts
    home users directly.
    These are public forums, we do not work for nor represent MICROSOFT.
    If you are an Enterprise user you should contact your system administrators first. They can contact Microsoft directly at support.microsoft.com for paid support.
    Questions regarding Internet Explorer 8, 9 and 10 and Internet Explorer 11 for the
    IT Pro Audience. Topics covered are: Installation, Deployment, Configuration, Security, Group Policy, Management questions. If you are a consumer looking for answers or to raise a question, it's highly recommended you head on over to
    http://answers.microsoft.com/en-us
    Rob^_^

  • Remove Private Window Option in Safari MacBookPro

    Remove Private Window Option in Safari MacBookPro
    Hello there,
    I am trying to remove the Private Window Option in my Safari MBP Version: 10.10.3. I have found the following guide below, but I could not find the "MainMenu.nib" file. Is there a way to find this? Or is it possible to remove the Private Window option at all by not doing the below steps? Thank you! 
    Disabiling for Safari:
    The following steps will disable private browsing on all accounts.  Taken from: http://guides.macrumors.com/Safari#Disable_Private_Browsing (Note: you must have the Xcode tools installed - can get from App store):
    Control or right-click on the Safari icon in Finder and choose Show Package Contents.
    In the window that appears, navigate to Contents/Resources/English.lproj/ and double click on the MainMenu.nib file. (I cannot locate this file)
    In Interface Builder (From Xcode,) select the window showing the Safari menu bar.
    Select the Safari menu, then select the private browsing item and press delete.
    Type command-S to save the changes, then close Interface Builder and restart Safari.
    This removes the Private Browsing menu option, effectively disabling private browsing.

    There were some means of customizing Safari through OnyX, a utility interface tool that
    can be used to perform a variety of changes in OS X and a few of them could mess it up.
    You can modify hidden features in the OS X by use of OnyX, instead of attempting to
    perform some modification by command-line or Terminal; although the Man access
    also appears there, too.
    •Titanium Software - Home: (see OnyX)
    http://www.titanium.free.fr/
    A few command-line or terminal methods of changing how OS X works may be ill-advised
    to attempt without learning more about how all of that works and also how to understand
    the background system that changes when you mess with it. The GUI is the top layer.
    Did you look into the Developer settings for Safari to see if that will change your windowed
    options, without any external or deeper access to attempts to alter Private window view?
    For me, I've not used Safari all that much, and not as default main browser in any of my Macs.
    Good luck & happy computing!

  • Remove Application toolbar option in PDF

    Hi all,
    I'm displaying PO document like in ME29N print preview.In which i have used IFRAME UI Element to pass the PO data by converting the OTF File format to PDF using FM - 'CONVERT_OTF'. But it shows with Application Toolbar of PDF with PRINT and SAVE Option. I dont want to show that option in IFRAME. Is there any option of removing/hiding those option . Or is there anyway of showing the PO document without print and save option. Can anyone help me with this. below is my coding,
       CALL FUNCTION fname
        EXPORTING
          output_options       = outopt
          control_parameters = conpar
         user_settings        = ' '
          ls_ekko              = l_doc-xekko
          ls_nast              = l_nast
        IMPORTING
          document_output_info = docout
          job_output_info      = jobout
          job_output_options   = jobopt
        TABLES
          i_ekpo               = l_doc-xekpo
          t_eket               = l_doc-xeket
          t_ekkn               = l_doc-xekkn
          t_komv               = l_doc-xtkomv
        EXCEPTIONS
          formatting_error     = 1
          internal_error       = 2
          send_error           = 3
          user_canceled        = 4
          OTHERS               = 5.
          call function 'CONVERT_OTF'
          exporting
            format       = 'PDF'
           MAX_LINEWIDTH = '100'
           PDF_DELETE_OTFTAB = 'X'
          importing
            bin_filesize = l_pdf_len
            bin_file     = l_pdf_xstring
          tables
            otf          = jobout-otfdata
            lines        = lt_lines.
            create object cached_response
            type
              cl_http_response
            exporting
              add_c_msg        = 1.
          l_pdf_len = xstrlen( l_pdf_xstring ).
          cached_response->set_data( data   = l_pdf_xstring
                              length = l_pdf_len ).
          cached_response->set_header_field( name  = if_http_header_fields=>content_type
                                             value = 'application/pdf' ).
          cached_response->set_status( code = 200 reason = 'OK' ).
          cached_response->server_cache_expire_rel( expires_rel = 180 ).
          call function 'GUID_CREATE'
            importing
              ev_guid_32 = guid.
    call method cl_wd_utilities=>construct_wd_url
    exporting
    application_name = 'APPLICATION_NAME'
    importing
      out_host = host
    out_port = port
    out_protocol = protocol
    out_local_url = local_url
    out_absolute_url = abs_url.
          concatenate abs_url '/' guid '.pdf' into display_url.
          cl_http_server=>server_cache_upload( url      = display_url
                                               response = cached_response ).
      DATA lo_nd_url TYPE REF TO if_wd_context_node.
      DATA lo_el_url TYPE REF TO if_wd_context_element.
      DATA ls_url TYPE wd_this->element_url.
      DATA lv_linkurl LIKE ls_url-linkurl.
    navigate from <CONTEXT> to <URL> via lead selection
      lo_nd_url = wd_context->get_child_node( name = wd_this->wdctx_url ).
    get element via lead selection
      lo_el_url = lo_nd_url->get_element(  ).
    get single attribute
      lo_el_url->set_attribute(
        EXPORTING
          name =  `LINKURL`
          value = display_url ).
    Regards,
    Ramesh

    Hi
    Please go to the view where you have the PDF object.
    Goto its WDDOMODIFYVIEW then type the code below.
      data:
        lr_method_handler type ref to IF_WD_IACTIVE_FORM_METHOD_HNDL,
        lr_interactive_form type ref to cl_wd_interactive_form.
    do it only once
      If first_time = abap_true.
    get the method handler
        lr_interactive_form ?= view->get_element( 'FINAL_PDF' ).
        lr_method_handler ?= lr_interactive_form->_method_handler.
    hide the toolbars
        lr_method_handler->set_hide_toolbars( abap_true ).
      Endif.
    Please make sure you type the correct name of the 'Interactive Object'  in your layout. In my case,
    my interactive form object name in the layout is FINAL_PDF.
    Hope this help.
    Thanks
    SK

Maybe you are looking for

  • How to install and use multiple products on same machine

    Hi, I installed BEA portal 9.2 a while back. Now I also installed AquaLogic Service Bus 2.6. How can I configure one of them so that workshop refers to one type of domain at a time. As of now, first installed version seems to take precedence. Appreci

  • Problem using weblogic6.1 to show image via JSP

              I am trying to load an image from database,we use Oracle8, the data type of the           image field is Long Raw.           The following code can work on Tomcat, that is it can show the image, but on weblogic           it can not.        

  • Direct access to the keyboard?

    Hi all - I'm having some trouble because I'm making an application that I want to run on all platforms. I'm creating it on OS X, but I want to have it run on Linux as well. The problem, which I'm sure at least some of you are aware, is that in Linux

  • Xfa.host.setfocus -- to an object e.g. picture or static text etc?

    I can get the setfocus to target another input field - but can work out how (or if it can) to get it to focus the screen to an image or static text component. The path selecton tool in the script panel just stays that impassive red circle issue arise

  • Account code strategy

    Can anyone explain the account code strategy (mainly numeric) in chart of accounts of SAP B1 2005?