Jump to search term in a query output...

Hi,
I have the results of a query outputted in a table. Depending
on the user, this can be a longish query - maybe 100+ results. All
these results have a checkbox next to them. The user checks the
records they need to select, then submits the form to take that
list of records in the "check" variable to another page which
processes it.
What I'd like to be able to do is provide a search box on top
of this table, for the user to type in a search term in the record
they want to find. Then, I'd like the page to jump down to that
record so the user can check it. But here's the kicker - I don't
want to lose any other already-checked boxes. So the form variable
needs to persist, even if this is done multiple times.
Any ideas on how this might be accomplished? I don't mind if
the search has to be tied just to one field, etc. And I'm not
asking anyone to write the code for me. Just point me in the
direction of the right technique/technology, if ya can.
Thank you!

Hi,
It might be worth checking out some of the Ajax libraries for
this. jQuery (
http://jquery.com) has a plugin
called ScrollTo (
http://plugins.jquery.com/project/ScrollTo)
that lets you easily scroll to a specific position or element (or
other) item on a page. The developer has more details on his site (
http://flesler.blogspot.com/2007/10/jqueryscrollto.html).
You could use the ScrollTo plugin in concert with one of the
Auto Complete plugins for jQuery (one of them:
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/).
Hope that helps get you started.

Similar Messages

  • Where are FlashHelp Search Terms in Output?

    I need to find and remove some search terms in the output/generated files for a FlashHelp project. I have searched through all of the output and cannot find the terms I am looking for, but they are still there when I search for them when I run FlashHelp.
    Thank You,
    Ray

    Hi there
    There are a few places the terms may exist. What version of RoboHelp are you using? And what RoboFlavor? (RoboHelp for Word or RoboHelp HTML)
    Cheers... Rick
    Begin learning RoboHelp HTML 7 within the day - $24.95!
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • How do I link to a HelpID or a Search Term without any programming, through a URL?

    I have looked through the documentation, and it seems that every "possibility" to call either a search term or a HelpID/CHSID for my documentation is to use some sort of API.
    Is there a way to call the search function and CHSIDs directly by only typing a URL in a browser (or link from another page, or from an email, etc etc)?
    I'd actually like to know for all 3 outputs I am potentially going to be using: WebHelp, WebHelp Pro (RoboHelp Server 9) and HTML5, as I'm not sure yet which form it will take at the software release.
    Thanks!

    Hi OL-Lachance
    A couple of items I would add to Willam and Colum's comments.
    At the present time, WebHelp Pro (the Rh Server 9) does not support HTML5 output. WebHelp on a conventional web server is fine.
    In terms of the odd terminology for CSH, the term MAP Number or Map ID, generally refers to a unique number that is assigned to a topic so that it can be referred to in the application calling the help. The Topic ID is generally an alphanumeric string which is often the name of the topic title connected by underscores. Depending on the language of the application, sometimes only the Map number or sometimes only the Topic ID is used. Or, as you have learned, sometimes neither one is used and a URL is used instead!
    You and your developers may also find these topics helpful in the RoboHelp online help which can be downloaded here:
    http://help.adobe.com/en_US/robohelp/robohtml/robohelp_11_help.pdf
    Look at Chapter 11 for some interesting specifics on the many ways to call CSH. Of course the links mentioned in Willam's and Colum's posts are excellent as well.
    John Daigle
    Adobe Certified RoboHelp and Captivate Instructor
    Evergreen, Colorado
    www.showmethedemo.com

  • "Search Term" fields in SU01

    Hi experts,
    Issue concerns my CRM 6.0 back end system. Here, I have a requirement to pull out a list of all users created without any value in field "Search Term 1"  under Adress tabI found an old thread from some years back which says this field is not part of any user tables as it fell under address management back then:
    SU01 Search Terms
    Does anyone have knowledge on how I can run this query? SUIM, change history etc has no option to do a user search on this field. I checked out most of the user tables (USR*) and none of them also have this field "Search term 1" in them.
    Also for some users on the same system this field is not visible alltogether (No header in SU01 --> Address which shows "Search terms" at all).
    I am a little confused. Any help would be great....
    Edited by: Soumya-Thomas on Mar 3, 2011 9:56 AM

    Hi Julius,
    Just noticed your answer to my thread, this is what I did:
    Table ADRP - got a list of all users (on field PERNR) with field value Search term1 (SORT1) against eahc user.
    Table USR21 - mapped the above PERNR value to user name here.
    Thus got a list of all usernames + Search Term1 (SORT1).
    Also, i didnt really use authority checks against the field Search Term.. may be it is used soemwhere, but i didnt get into that; since my mission was only to make sure that a set of users (as per our policy) were all created with specific reasons entered in "SU01 --> Search Term1" during user creation. For me it was a user master data updation task.
    Soumya

  • CRM 5.0 - IC WebClient - BP Search Term 1 - Method

    Hi Gurus
    Does anyone know of a SAP Standard Method to retrieve Search Term 1 for the Business Partner (Customer). I want to display the value in the Identify Account View
    Thanks
    Panduranga

    Here Are the steps which I did and tested the new QUERY in transcation GENIL_BOL_BROWSER, it is working fine. I am yet to change BSP level.
    I followed the instructions in the IMG(CRM> CRM Cross applicationComponents>GenIL > Component Specific> Extend Object model for business partner) to extend the search.
    To implement your own search, for example, new search parameters, or to filter the search results by your own criteria:
    1. Create a new structure ZCRMST_HEADER_SEARCH_BUIL   as copy of CRMST_HEADER_SEARCH_BUIL and add the new fields to the new structure.
    2. In Object Definition, define a name(ZBuilHeaderSearch) for the new search query and assign the new structure(ZCRMST_HEADER_SEARCH_BUIL) name to the new object, also enter ROOT object "BuilHeader".
    3. Create a class ZCL_BUIL_HEADER as subclass of CL_BUIL_HEADER.
    4. in IMG again assign this class to the external object name.
    5. Implement GET_RESULT_TABLE method in ZCL_BUIL_HEADER class with the following extra code apart from existing code in the super class.
      Data:   lv_sort1  type bu_sort1,
              lv_sort2  type bu_sort2.
      lv_sort1 = ls_header_search-search1.
      lv_sort2 = ls_header_search-search2.
    pass above two parameters to 'TREX_BUPA_SEARCH' Function module which is present in the GET_RESULE_TABLE method.
    6. Test your query in the GENIL_BOL_BROWSER.
    I am getting correct result.
    regards,
    Laxman

  • Website search term code

    I have a website with a search field that uses some basic sql
    to search the
    web database.
    For marketing purposes and to understand our customer better,
    we want to
    learn what our customers are searching for on our website.
    Whats the best way do you think to achieve this?
    I could write each and every search term into a database?
    (cumbersome and
    database table would grow out of control)
    OR
    I could put the search term and pass it as a url variable in
    the url
    string. Then i could view google analytics and view the more
    popular url
    strings. eg: www.xxxx.com/search.cfm?search=hard hats (bit
    clunky)
    Can anyone suggest a better way of doing this?

    why not use a database?
    handling huge amounts of data is what they're for , right?
    you could keep it cleaner by going relational - just a
    thought
    when somebody enters a search, check the 'search terms'
    table... if it
    does not already exist, insert it.
    then, add a record to the 'searches run' table, with the ID
    of the term
    and the date, whatever other info you want.
    a simple query can pull all terms and a count of searches run
    for that
    term's ID, or a list of dates, whatever... i think that's how
    I'd
    approach it, if nothing better turns up...
    Michael Evangelista, Evangelista Design
    Web : www.mredesign.com Blog : www.miuaiga.com
    Developer Newsgroups: news://forums.mredesign.com

  • Information in the notification address "Search Term 1/2".

    Hi Experts
    In my company we populate information in the notification address "Search Term 1/2". We can use this information to filter upon execution of reports IW28/9. However this information does not appear on any of the report output. Does anyone have an idea how this fields can be included on the report outputs?

    Hi,
    Modify your layout
    select coloumns like Address no.,postal code,region,location,street etc in your layout. prior to that you must maintain this information in customer master.
    kapil
    Edited by: Kapildev Farakte on Nov 2, 2009 12:51 PM

  • Search term failed

    Hi all,
    When I am searching for Vendor number with field Name1 search key (Eg: for Michel I am searching with Mic*) in SE16 it is displaying correct vendors.
    If I am searching the same in XK03 search term is failing says ‘no values for the selection’.
    This is related to Russian language.
    I used to login in RU language when I am login into sap main screen.
    All these Russian language characters are in Cyrillic format.
    When I am going to search for vendor with name1 I am just copying the starting 3 characters [Cyrillic – RU] of name 1 and pasting in the search field to get my output.
    But it is failing at XK03 & it is successful in SE16.
    Why it Is happening like that, can any having idea about this please help me.

    Hi Suneel,
    Is this case sensitive (upper lower name)?
    If this isn't perhaps you may want to search OSS notes or send note SAP for advise.
    Also try to debug whether XK03 and SE16 are using the same search help or not.
    Regards,
    Ferry Lianto

  • Search Topics includes topics without search term

    In testing my .chm output, when I type in a search term and select the 'List Topics' button, the list of topics includes many topics that do not include the search term. I had assumed that the search function was a free text search, and would only include topics where the search term is present. Can someone clarify if my assumption is incorrect, or if there is some configuration change I need to make prior to generating the .chm to ensure only topics where the search term is present are included in the search results?

    Hi there
    Can you please clarify that a wee bit?
    What specific term are you finding that shouldn't be found? Please list some examples and perhaps we can offer alternatives or maybe explain why it's working as it is.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Show search term in URL (for google analytics)

    Hi there,
    I was hoping someone might have advice for a newbie question.
    When someone searches on our website we'd love to know WHAT they are searching on
    (this would allow us to create more products based on searches - e.g if lots of people are searching for Red then we'll create more Red products..)
    Our website is: http://www.angelaromatics.com.au
    The search url is currently coming up as: http://www.angelaromatics.com.au/Default.aspx?A=ProductSearch&ID=/search-results&SE=True
    Our search section is set up as:
    [code]
    <form name="catsearchform5878" action="/Default.aspx?A=ProductSearch&amp;ID=/search-results&amp;SE=True" method="post" class="search">
        <input type="text" name="CAT_ProductSearch" class="entry_form" placeholder="Search our products here..." />
        <button type="submit">Submit</button>
    </form>
    [/code]
    Is there anyway to get into the URL the query / search term (so google analytics will list it in results)?
    I'd love any advice

    consider the query result (short description) as a string (say String S1). Use string tokenizer and get each word as a token. consider your search query(eg: cold) as another string (say string S2). check for each token if it is equal to your string S2, show it as bold(using <b>) else print it as it is.
    I hope this helps.

  • Tag Cloud to show search terms with zero results

    I have been following the blue print document that we have regarding our OEID system which is under development at present.
    We have a field called Search Terms which contains the text the user or the navigation has searched for. At present we have a tag cloud that shows the most popular. We also need to show the ones which are at the top of the "yeild zero results" list.
    Looking at the Tag Cloud component and after reading the documentation on the tag cloud, it would not seem possible to create an EQL query to do this. Therefore would I have to create a custom attribute when I'm parsing our raw data to do this, then be able to display the 30 or so most popular search terms that yeild zero results, or is there a better way of doing this?

    That issue can be caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Issue with ENEQuery java api and searching terms with accented characters

    Hi,
    we are using ENEQuery to query the mdex engine. When search terms contain accented characters (like á,í etc), even though the terms are decoded (using java.net.URLDecoder), the term gets send to dgraph is encoded. for e.g a search for "sofá", from the dgraph logs "sof%c3%a1" and fetch in 0 results
    ENEQuery query = new ENEQuery();
    final ERecSearchList searches = new ERecSearchList();
    final ERecSearch eRecSearch = new ERecSearch("search interface name", "term");
    searches.add(eRecSearch);
    query.setNavERecSearches(searches);
    Any suggestions?
    Thanks

    Hi,
    Does your indexed data (which you hope to match) contain "sofá" or "sofa" (no diacritic)? If the latter, and in-general, you may benefit from the dgidx flag --diacritic-folding* as described in documentation "Mapping accented characters to unaccented characters".  If you are running the latest version, this is all that should be required to generate a match.
    Best
    Brett

  • Mac mail search function is not working. Any search term returns all records.

    Mac mail search function is not working. Any search term returns all records.

    hi eric. many thanks.
    i will have to read these links closer but what i meant to say is that the hard drive space that was being taken up seemed like it suddenly jumped way up because i had just gotten through a process in the last month where i am storing all my My Documents data on my Mac Pro. i am doing this in order to decide whether i should just keep it ALL on my Mac Pro and use ChronoSync to sync /some/ of it to my MBP.
    so if i look in the Documents folder on my Mac Pro i have a ton of folders that i have created with a ton of data. if i look in the Documents folder on my MBP there are NO folders that have data in them that i created. there are other folders such as folders that various software created but what i mean to point out is that there was a LOT of available space on my HD until recently.
    i am wondering if there is some way that running the Mail re-index (it then ran some kind of "Importing" routine) or by syncing my Photostream to the MBP caused a huge jump in data on this drive. if it is the photostream sync i can just take this off or see if it will sync more selectively. if it is something to do with mac mail jumping in size i am not sure why this would happen or what to do about it.
    does that question make sense?
    i mean, before i did these two operations my recollection is that i would have had 130 GB on the hard drive (really just guessing here) and now there is like 218 GB on the hard drive and i don't know where all this came from...

  • Highlighted search terms in links...

    If I search the forums, then the search terms are highlighted (yellow/bold) in the resulting messages. This is nice except when the search terms appear in a URL. The URL then does not function as a link anymore like it normally does in messages here.
    For example:
    http://otn.oracle.com/docs/products/oracle9i/content.html
    because of the highlighting becomes:
    http://otn.<font%20style='background-color:/#ffff00'><b>oracle</b></font>.com/docs/products/<font style='background-color:#ffff00'><b>oracle9i</b></font>/content.html)manual

    What you seem to require is the search to return a list of results and to know which topic the user requires to see. No search output works like that. It is possible to highligh the searched keyword once you have displayed the topic (even with CHM files) but as Rick says it will not take users directly to it. That is true of all output types. Most output types have a find facility (CTRL + F) that can be used to find a keyword it requires the user to manually enter a keyword.
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • Display list of search terms typed in a KM Search Iview.

    Dear Friends,
    I have a KM Search Iview that returns a long list of items on entering "Search terms" in the input field in a KM Search iview.Now i need to generate a report on the most frequently entered Search terms and display the same.Would like to know if there is any configuration or any procedure for implementing the same. Does Trex store all the keywords in the backend and is there any way to retrieve those??
    THanks and regards
    Nishita
    Edited by: nishita salver on Mar 3, 2010 5:41 AM
    Edited by: nishita salver on Mar 3, 2010 11:50 AM

    Hi,
    in an up-to-date version of TREX you have to change TREXIndexServer.ini:
    [statistics]
    trace = on
    index = _trex:statistics
    log_all
    Restart TREX.
    Within this index "_trex:statistics" all the index usage data will be stored.
    You can use the text mining function for retrieving your desired information.
    Launch the TREX Admin-Tool.
    Goto Index: Mining.
    Choose the index "_trex:statistics".
    Open Query Editor by using button u201EBuild Queryu201C
    In Query Editor enter query: function=search
    Use button u201EOKu201C
    Mark u201Eindexu201C and u201Equeryu201C from attribute list
    Use button u201EShow Tableu201C
    Use button u201EGet Datau201C
    That's all.
    Best regards
    Frank

Maybe you are looking for

  • Text determination process in the Delivery Header and item

    Hi Exsperts Please help me to know step wise process of comfiguring the text detremination at the delivery and Item level I have a one scenario The text process was already determined in the Quality  server     it was a correct configuration , but on

  • GRAPH LEGEND LABELS NEED TO BE USER MODIFIABLE

    GRAPH LEGEND LABELS NEED TO BE USER MODIFIABLE FOR DYNAMIC PARAM INPUT CONTROL I've been told on Metalink that my problem can not be resolved in Reports 9i or 10G but a Internal enhancement request 3071917 has been logged. Is it possible to have some

  • Reort

    Hi Expert, Is there any report which shows service description with line item,  as the material code is showing in ME2N report. Regards Rajesh

  • EPM V11.1.1.2.0

    I installed and configured EPM V11.1.1.2.0 on a laptop with XP Professional, ran the EPM system Diagnostic and all came back successful, yet when I start Essbase server, Admin they crash. The Oracle Hyperion config /troubleshooter guide has not provi

  • Powermac G4 will not boot from CD with OS10 install BUT will boot with OS 9

    I have a Powermac G4 which had been running OS 10.38 or 39. The system on start up would sound the tones, the grey screen with Apple logo displays and the rotating clock at the bottom of the screen ultimately freezes and nothing more happens. I presu