Need a Way to Clear Keywords from Query HUD

I like using the Query HUD to select a variety of criteria (show me images in this import session with three or more stars keyworded "times square").
But if I select a large project, there might be hundreds of keywords. (In my 2009 project alone, I have over 200 keywords so far.)
Problem: if I have several hundred keywords, I can't tell if any of them are checked. The only way is to slowly scroll through the entire list looking for the checked boxes. And the only way to uncheck a keyword is to find it and manually uncheck it.
The keywords section needs a "clear" button.
I find this frustrating several times a week.
(Another problem is that the dialog box is not expandable -- I can only see about 50 keywords at a time.)

Found it. Hold down option and command and click on a new keyword and it unselects all the others (Same command as iCal)

Similar Messages

  • Is there a way to clear keywords from a keyword search?

    Is there a way to clear keywords from a keyword search? I have hundreds of keywords and have to search thru them to make sure they are all unchecked. It takes forever. Is there a key combo for this?

    Found it. Hold down option and command and click on a new keyword and it unselects all the others (Same command as iCal)

  • A way to convert selection from query builder in DML language

    I search a way to convert selection from query builder in DML language.
    regards

    We will make a sample from this request and post it on OTN. I have pasted all the JSP code so you should be able to use it directly. Just change the BISession details and the presentation references.
    <%@ taglib uri="http://xmlns.oracle.com/bibeans" prefix="orabi" %>
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ page import="java.util.Vector" %>
    <%@ page import="oracle.dss.thin.beans.crosstab.ThinCrosstab" %>
    <%@ page import="oracle.dss.util.DataAccess" %>
    <%@ page import="oracle.dss.selection.Selection" %>
    <%@ page import="oracle.dss.thin.beans.graph.ThinGraph" %>
    <%@ page import="oracle.dss.dataSource.client.QueryClient"%>
    <%-- Start synchronization of the BI tags --%>
    <% synchronized(session){ %>
    <orabi:BIThinSession id="BIThinSession1" configuration="/Project1BIConfig1.xml" >
    <orabi:Presentation id="untitled2_Presentation1" location="Presentation1" />
    <orabi:Presentation id="untitled2_Presentation2" location="Presentation2" />
    </orabi:BIThinSession>
    <%
    String CROSSTAB_ID = "untitled2_Presentation2";
    String GRAPH_ID = "untitled2_Presentation1";
    String MYProducts = "Nothing";
    String prodID = "MDM!D_CS_OLAP.SHAWPRODUCTS";
    //Find the crosstab object on the page
    Object crosstabObject = pageContext.findAttribute(CROSSTAB_ID);
    ThinCrosstab thinCrosstab = (ThinCrosstab)crosstabObject;
    //Get the various query components from the Crosstab
    QueryClient myQCXtab = (QueryClient)thinCrosstab.getDataSource();
    Selection mySelXtab = myQCXtab.findSelection(prodID);
    DataAccess daXtab = myQCXtab.createQueryAccess().getDataAccess(mySelXtab);
    // This is a one-d data access, only has the column edge
    int colExtentXtab = daXtab.getEdgeExtent(oracle.dss.util.DataDirector.COLUMN_EDGE);
    for (int i=0; i<colExtentXtab; i++)
    String memberLabel = (String)daXtab.getMemberMetadata(oracle.dss.util.DataDirector.COLUMN_EDGE, 0, i, oracle.dss.util.MetadataMap.METADATA_LONGLABEL);
    String memberValue = (String)daXtab.getMemberMetadata(oracle.dss.util.DataDirector.COLUMN_EDGE, 0, i, oracle.dss.util.MetadataMap.METADATA_VALUE);
    System.out.println(memberLabel + " " + memberValue);
    // As above except for graphs.
    Object graphObject = pageContext.findAttribute(GRAPH_ID);
    ThinGraph thinGraph = (ThinGraph)graphObject;
    QueryClient myQCGraph = (QueryClient)thinGraph.getDataSource();
    Selection mySelGraph = myQCGraph.findSelection(prodID);
    DataAccess daGraph = myQCGraph.createQueryAccess().getDataAccess(mySelGraph);
    // This is a one-d data access, only has the column edge
    int colExtentGraph = daGraph.getEdgeExtent(oracle.dss.util.DataDirector.COLUMN_EDGE);
    for (int i=0; i<colExtentGraph; i++)
    String memberLabel = (String)daGraph.getMemberMetadata(oracle.dss.util.DataDirector.COLUMN_EDGE, 0, i, oracle.dss.util.MetadataMap.METADATA_LONGLABEL);
    String memberValue = (String)daGraph.getMemberMetadata(oracle.dss.util.DataDirector.COLUMN_EDGE, 0, i, oracle.dss.util.MetadataMap.METADATA_VALUE);
    System.out.println(memberLabel + " " + memberValue);
    %>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>
    Hello World
    </title>
    </head>
    <body>
    <FORM name="BIForm">
    <!-- Insert your Business Intelligence tags here -->
    <orabi:Render targetId="untitled2_Presentation1" parentForm="BIForm" />
    <orabi:Render targetId="untitled2_Presentation2" parentForm="BIForm" />
    <%-- The InsertHiddenFields tag adds state fields to the parent form tag --%>
    <orabi:InsertHiddenFields parentForm="BIForm" biThinSessionId="BIThinSession1" />
    </FORM>
    <h2>
    The current time is:
    </h2>
    <p>
    <%= new java.util.Date() %></p>
    <input type="text" name="MyTextField" value=MYProducts readonly>
    </body>
    </html>
    <% } %>
    <%-- End synchronization of the BI tags --%>
    Hope this helps
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • Clear Keyword from HUD?

    It seems that if I use the Keyword list in the HUD, it remembers the keywords checked. Then when I return to use the checklist again, I have to search through to ensure I've unchecked all the old keywords.
    I'm sure I'm missing something being new to the program, but isn't there a way to clear all check marked keywords in the HUD?
    Thanks,
    Steve

    Still trying to figure this one out and note that it is actually the keyword section of the Query HUD where this check box issue occurs. Can't find anything to answer my question in the manual or in the McMahon-Rawlinson Aperture 2 book. The latter cautions to "be sure to clear any checked keywords" before starting a new search, but doesn't hint at how that might be done other than visually searching the list and unchecking keywords.
    How about this: Can anyone point me to a way to contact someone who can answer my technical question from Aperture? Doesn't seem like there is a tech support site for the program other than this forum. Alternatively, anyone know of another good site dedicated to Aperture where I might be able to get some help on this issue?
    Thanks

  • Need a way to extract substring from string in oracle

    Hi all,
    I have one requirement related to extracting string from a paramater.
    suppose the string may like this in various format
    string:= 'This my string <Rid//problem/123456>'
    or
    string:= '<Rid//problem/123456> This my string'
    or
    string:= ' This is <Rid//problem/123456> my string'
    Now my requirement is i need to extract 123456 using pl/sql block.
    is there any way in oracle to get this thing done.
    Thanks n regards
    Laxman

    Hi,
    What version of Oracle ?
    How do you delimit the string to extract ?
    - always between the last / and before the >
    - the last string mande of number ?
    - the first string made of number ?
    Here are 3 possible answers :SQL> with s as (
      2  select 'This my string <Rid//problem/123456>' s from dual
      3  union all select '<Rid//problem/123456> This my string' from dual
      4  union all select ' This is <Rid//problem/123456> my string' from dual
      5  )
      6  select s.s,
      7  regexp_replace(s,'^.*/([0-9]*).*$','\1') r1,
      8  regexp_replace(s,'^[^0-9]*(.*?)[^0-9]*$','\1') r2,
      9  regexp_replace(s,'^.*/(.*?)>.*$','\1') r3
    10  from s ;
    S                                        R1       R2       R3
    This my string <Rid//problem/123456>     123456   123456   123456
    <Rid//problem/123456> This my string     123456   123456   123456
    This is <Rid//problem/123456> my string 123456   123456   123456If you're on 10g or more...
    Of course it also works in PL/SQL :SQL> l
      1  declare
      2  r1 varchar2(50) := 'This my string <Rid//problem/123456>';
      3  r2 varchar2(50) := '<Rid//problem/123456> This my string';
      4  r3 varchar2(50) := ' This is <Rid//problem/123456> my string';
      5  r1b varchar2(50);
      6  r2b varchar2(50);
      7  r3b varchar2(50);
      8  begin
      9  r1b := regexp_replace(r1,'^.*/([0-9]*).*$','\1') ;
    10  r2b := regexp_replace(r2,'^[^0-9]*(.*?)[^0-9]*$','\1') ;
    11  r3b := regexp_replace(r3,'^.*/(.*?)>.*$','\1') ;
    12  dbms_output.put_line('1 : '||r1||' -> '||r1b);
    13  dbms_output.put_line('2 : '||r2||' -> '||r2b);
    14  dbms_output.put_line('3 : '||r3||' -> '||r3b);
    15* end;
    SQL> /
    1 : This my string <Rid//problem/123456> -> 123456
    2 : <Rid//problem/123456> This my string -> 123456
    3 :  This is <Rid//problem/123456> my string -> 123456
    PL/SQL procedure successfully completed.Edited by: Nicosa on Jul 23, 2010 3:22 PM

  • Need a way to protect SWF from decompilers (as they can extract the SWF from Android's APK)

    I'm working on an Android app that will be used in competitions, so protection from cheating is very important. I've noticed that Flash places the SWF file inside the APK file, which can be extracted as APK is just a ZIP file.
    Is there any way to protect the SWF from decompilers?

    What you mean under 'cheating'? Increase game money or scores? Or stole game?
    You can't protect if above is yes because if you can protect from decompilers - you can't protect from dissassemblers. I wokring on security in flash and I can hack any flash and I know that I'm saying.
    Let me know from what you want protect exactly?

  • Best Way to calculate totals from query

    Could someone point me in the right direction to add up my
    data and distinctly show it in my query?
    I have a table with the following fields:
    id, team_id, compname, teamname, totallost
    I want to add up the "totallost" row where the "team_id" and
    "compname" fields are the same...then show the compname with the
    sum of the totallost once in my table and determine who is
    winning.

    Thank you for the great help. This code works well, but is
    there a way to display the highest totallost and differentiate
    between competition names? My example is for one compname, but the
    table will have multiple compname's and I want to build a table
    showing only the highest totallost for each compname.
    You guys have been a great help. I learned something new
    today already.

  • Is there a way to add keywords from an iphone?

    I'm tired of waiting to import to iphoto and adding keywords at the computer. But I can't see anyway to do this from the iphone. It doesn't seem to be available in iphoto for iphone. Is there an app that does this without duplicating photos in the photo roll?

    iCloud
    https://www.apple.com/support/icloud/contacts/

  • Is there a way to clear data from facebook from your iphone

    My iphone 3gs is freezing and I cannot access facebook consistantly. Useage shows that facebook has over 5G of data. Is there a way to reduce that easily?

    Delete the app, sync your phone to remove the data from your backup, then reinstall the app.

  • Resetting a clearing document from a previous financial year - Vendor Payment

    Finance team needs to reset a cleared item from a previous financial year. The cheque was
    never presented.  They are unable to create a new invoice to pay the vendor without this cheque going
    through and being processed.
    However, when using transaction code FBRA they receive an error message
    "clearing document from alternative fiscal year-. Message no F5A258".

    There are two option
    1. You Open the Close Period, or change the reversal code, which can allow alternative posting in the current period.
    2. Go to the IMG - Controling - General Controlling - Change Message control. Give the message application area and then the number and turn it off. (Tcode : OBA5)
    With regards,
    Uttam Maity

  • Is there a way of copying music from the ipod

    my pc got wiped so i need a way of copying music from my ipod to itunes is there a way?

    Connect your iPod to your computer. If it is set to update automatically you'll get a message that it is linked to a different library and asking if you want to link to this one and replace all your songs etc, press "Cancel". Pressing "Erase and Sync" will irretrievably remove all the songs from your iPod. Your iPod should appear in the iTunes source list from where you can change the update setting to manual and use your iPod without the risk of accidentally erasing it. Also when using most of the utilities listed below your iPod needs to be enabled for disc use, changing to manual update will do this by default. Check the "manually manage music and videos" box in Summary then press the Apply button: Managing content manually on iPod
    Once you are safely connected there are a few things you can do to restore your iTunes from the iPod. If you have any iTunes Music Store purchases the transfer of purchased content from the iPod to authorised computers was introduced with iTunes 7. You'll find details in this article: Copying iTunes Store purchases from your iPod to a computer
    The transfer of content from other sources such as songs imported from CD is designed by default to be one way from iTunes to iPod. However there are a number of third party utilities that you can use to retrieve the music files and playlists from your iPod. You'll find that they have varying degrees of functionality and some will transfer movies, videos, photos, podcasts and games as well. Have a look at the web pages and documentation, this is just a small selection of what's available, they are generally quite straightforward. You can read reviews of some of them here: Wired News - Rescue Your Stranded Tunes
    TuneJack Windows Only
    iPod2PC Windows Only
    iGadget Windows Only
    iDump Windows Only
    SharePod Windows Only
    iRepo Mac and Windows
    iPodRip Mac & Windows
    YamiPod Mac and Windows
    Music Rescue Mac & Windows
    iPodCopy Mac and Windows
    There is also a manual method of accessing the iPod's hard drive and copying songs back to iTunes on Windows or a Mac. The procedure is a bit involved and won't recover playlists but if you're interested it's available at this link: Two-way Street: Moving Music Off the iPod
    Whichever of these retrieval methods you choose, keep your iPod in manual mode until you have reloaded your iTunes and you are happy with your playlists etc then it will be safe to return it auto-sync. I would also advise that you get yourself an external hard drive and back your stuff up, relying on an iPod as your sole backup is not a good idea and external drives are comparatively inexpensive these days, you can get loads of storage for a reasonable outlay.

  • Importing Keywords from Excel into Lightroom (XMP)

    My current photo log is in Excel. I'm thinking of moving to Lightroom. Does anyone know if there would be a programmatic way to import keywords from an Excel file, and avoid having to manually apply keywords to each imported image? The data in my Excel file provides a perfect (nearly perfect?) correspondence between keyword and image file name. I know next to nothing about XMP, but I could get some help if I knew this was possible. Thanks!

    Garry, try this: Take one image in LR, apply some metadata and use "Metadata > XMP > Export XMP Metadata to File". Examine this xmp file to see what it has to look like.
    Alexander.
    Canon EOS 400D (aka. XTi) • 20" iMac Intel • 12" PowerBook G4 • OS X 10.4 • LR 1 • PSE 4

  • Importing keywords from external file

    Is there any way to import keywords from a text file into Aperture to automatically tag images? For example, if I have a spreadsheet with a list of names and numbers can I enter the image numbers in the spreadsheet (on the iPhone) and then import that data to the Aperture album with the images. Kinda like a merge of the data.

    Entry Number
    Name
    Image Number Start
    Image number stop
    1
    John Doe
    DSC_001
    DSC_003
    2
    Bob Smith
    DSC_004
    DSC_006
    3
    Betty Sue
    DSC_007
    DSC_009
    I am thinking something like this. however, I would have the first two columns and would enter the image numbers.
    Or like this
    Entry Number
    Name
    Image Number
    1
    John Doe
    DSC_001
    1
    John Doe
    DSC_002
    1
    John Doe
    DSC_003
    2
    Bob Smith
    DSC_004
    2
    Bob Smith
    DSC_005
    2
    Bob Smith
    DSC_006
    3
    Betty Sue
    DSC_007
    3
    Betty Sue
    DSC_008
    3
    Betty Sue
    DSC_009

  • How to clear cache from apps

    Is there a way to clear cache from apps to free up space on my iphone4 without having to delete the app then install it back?

    Well read this http://www.cisco.com/en/US/customer/products/hw/contnetw/ps792/products_configuration_guide_chapter09186a008077186c.html#wp1056262
    About the cache ability of CSS it's not that it stores the data locally it can help cache serves to be more efficent and make decisions on weather to send the reques to the cache server or send the request to the server itself with content.

  • Moving over image keywords from Extensis Portfolio

    Hi all, has anyone figured out a way to get keywords from Portfolio moved to Lightroom? I dont mean the keyword list, but actual image keywords. Portfolio does not let you embed keywords into raw files, so i dont see an easy way to move over the image keywords..
    Cor

    No. Nothing yet and it'll be a while before it does.
    Portfolio is a professional tool and so it does have a scripting interface - it's pretty good in fact. You can certainly access the keywords and other metadata fields. With VB you can interface with the OS and use the Windows FileSystem object to create or update sidecar files. Once that is done, it is pretty routine for Lightroom to read that data, though you have to take care not to wipe out any adjustments made in Lightroom.
    John

Maybe you are looking for

  • How to use training and event functionality in  ESS  BP  in  ep 7.0   ?

    Hi all,         We are using  1). sap portal 7.0  sp 9  and 2). Using back end  ECC 6.0     3).  And using  Ess business package  Business Package for Employee Self-Service (mySAP ERP)   release 1.0   The business package doesnot contain any  trainin

  • Opening new site in dreamweaver

    I am trying to open a new site in dw but I already have an icon/folder for "desktop" under "Files". How can I delte it and only keep the new site folder? Thanks a lot.

  • Moving from procedural to OO

    Hi there! I have a system which is writen in c and now I want to convert it into Java. I was wondering if anybody has experience in converting a procedural program to object-oriented one. This is for my project, so I want to follow standards in what

  • HT1338 Sending iPhotos by Email

    I am receiving the following message when loading and sending pictures from iPhoto: "The email server didn't recognize your username/password combination." what do i need to do to resolve this issu

  • Image Skips when Returning from Camera Raw to Bridge

    Hi Folks When I finished editing my image in Camera Raw and returned to Bridge I could immediately view my edits in the Bridge preview window. As it took about a second to update I could see the unedited image and then the updated edited image. Happy