Talent search: advanced search multiple selection

Dear Guru's
We have setup the TREX and are using the advanced search for talent management. Everything is working fine except if we use the multiple selection option for a field. We have definied our own search field to search for (a range of) salary scale. However if we use the multiple selection and  try to search for e.g. range 05 till 07 the engine only searches for the 05 value and not for 06 and 07. This also appears using  ESH_TEST_SEARCH and also appears within SAP fields such as organizational unit etc.
We are on SAPBASIS SAPKB70210
                SAPHR      SAPKE60460  
Any suggestions ?
Kind regards Stephan

Hi Stephan,
It looks like you're on 604 SP 60 but it's component EA-HRGXX that is important to check. These SAP Notes are useful to implement for the Advanced Search and do cover some of your symptoms.
1548337 - Search: Enabling multiple selection (EHP 4)
1550930 - Search: Various corrections for the advanced search
1561778 - Search: Adding combination in an MV dialog box
1561031 - Search: Various corrections for the advanced search #2
Best regards,
Luke

Similar Messages

  • One search help for multiple select-options in webdynpro abap

    Hi,
    I need a way to use one search help for multiple select-options fields. My scenario is :
    I have a table for keeping different organizational units' values of different systems. I have pasted some sample data from this table at the end of this mail. On the screen I want to have 1 select-options filed for werks, and 1 select-options filed for vkorg. (In fact I will have more org. unit fields...) In the beginning of my application the user will select sid.
    If the user selects ADS as SID, when he opens search-help for the first org. unit (werks), he will see the records with SID: ADS, VARBL = $WERKS, LANGU = SY-LANGU.
    If the user selects AGT as SID, when he opens search-help for the second org. unit (vkorg), he will see the records with SID: AGT, VARBL = $VKORG, LANGU = SY-LANGU.
    I have created a search-help taking SIDD, VARBL and LANGU as import parameters; used field mapping and bound this search help to my table. I have created 2 context nodes : org1 and org2 having attributes SID, VARBL, VALUE, LANGU .
    I have assigned related SID, VARBL and Langu values to these attributes at runtime as I needed. That way, if I use input field and reference to the related context attributes org1-value and org2-value2 accordingly, search help works well as I want.
    However, when I use select-options field , I can not bind the field to the context data. I can give reference only to ddic structure. Is there any way to reference to a context attribute? I searched for this in SDN, but could find nothing.
    I think I won't be able to use this way. What do you say?
    As I read from forums maybe using OVS help will be suitable for me. But I have to use one search-help for all select-options fields. Do you know how I can determine the active select-options field and pass its name (for instance "werks" ) as parameter to this OVS search help. (Also I'll pass SID and LANGU.)
    MY TABLE (ZBYYT080) CONTENTS:
    SID     VARBL     VALUE     LANGU     VTEXT
    ADS     $WERKS     1     T     Werk 0001
    ADS     $WERKS     11     T     OZYAS  GIDA URETIM YERI
    ADS     $WERKS     5501     T     BOYA GEBZE FABRİKASI
    ADS     $WERKS     5502     T     BOYA CIGLI FABRİKASI
    AGT     $WERKS     2301     T     KAMLI DAMIZLIK
    AGT     $WERKS     9601     T     PANAR DENIZ URETIM YERI
    ADS     $VKORG     22     T     AA KİMYASALLAR
    ADS     $VKORG     8001     T     İINSAAT BOYALARI
    AGT     $VKORG     6500     T     DAMk St.Org
    AGT     $VKORG     5400     T     PANAR St.Org.
    I wish I'm clear enough..
    I will be gald if someone answers me as soon as possible...
    Thanks İn advance..
    MERAL

    Hi,
    Your ques is how to refer to a DDIC search help to refer to selection screen parameter ?
    Am I right ?
    If Yes, then in the interface IF_WD_SELECT_OPTIONS
    method ADD_SELECTION_FIELD, ADD_PARAMETER_FIELD etc
    have importing param like I_VALUE_HELP_TYPE and  I_VALUE_HELP_ID, I_VALUE_HELP_MODE, I_VALUE_HELP_STRUCTURE
    etc which may help you to link your create DDIC Search help to selection screen params.
    this is just a clue from my side. I haven't tried it myself.
    You can go to the where used list of this method and find some sample implementations which use these params.
    Hope this helps.
    Regards
    Manas Dua

  • Search Help F4 Multiple selection

    Hi,
    In any field, after pressing search button (F4), the multiple selection buttons are not appearing in the sub screen "Restricted value range".
    And the local data status is ON in "customize local layout" - "options", but still the past entered data is not showing in fields of "Restricted value range" screen.
    Please suggest.
    Regards
    Bhanu prakash.

    Hi Bhanu prakash,
    What is your B1 version and PL?
    Thanks,
    Gordon

  • Error in wwv_searchdb.search (Advanced Search)

    Hi,
    I want to run Advanced search with API and this function fails when I execute:
    res:=portal30.wwv_searchdb.search ( p_mainoperator => 'ALL',
    p_siteid => 414,
    p_foldersiteid => 414,
    p_language => 'us',
    p_searchfortype => 'ITEMS',
    p_attributes => arrayparam,
    p_action => 'OLD',
    p_firsthit => 1,
    p_lasthit => 10,
    p_rows => 10,
    p_direction => 'Next',
    p_type => 'Advanced',
    o_results => p_array,
    o_count => contador ,
    o_searchid =>id_busqueda,
    o_searchstring => string_busqueda,
    o_logid => log_resultado_id,
    o_resulttype => tipo_resultado);
    p_attributes is:
    arrayparam(1).name:='CustomDescription1';
    arrayparam(1).id:=14033;
    arrayparam(1).siteid:=414;
    arrayparam(1).val:='People';
    arrayparam(1).operator:='containsall';
    arrayparam(1).datatype:='text';
    Oracle Portal return this error:
    ERROR en lmnea 1:
    ORA-20100:
    ORA-06512: en "PORTAL30.WWSBR_STDERR", lvnea 437
    ORA-06512: en "PORTAL30.WWV_SEARCHDB", lvnea 273
    ORA-00928: falta la palabra clave SELECT
    ORA-06512: en "PORTAL30.WWV_SEARCHDB", lvnea 925
    ORA-06512: en "PORTAL30.BUSQUEDA_AVANZADA01", lvnea 49
    ORA-06512: en lmnea 1
    if I include "p_mainsearch" param, the function will make a "Normal search", that means without taking account of "p_attributes" param.

    Just to add that
    In CUP-> Configuration->Roles--->Search Roles
    When I click on the Roles I can see the associated transaction.
    But When I create a Request-----> Select roles and then Select the access type as transaction.
    I dont see any of that
    Any help regarding this. Now sure why those transactions are not pulled.
    Thanks

  • Documentation Search - Advanced search fail

    The documentation advanced search (accessible from any search result page like this one)on the following page
    http://www.oracle.com/pls/db102/ranked?advanced=1
    doesn't work at all... that return an error page 404...
    Nicolas.

    Hello again.
    That link on the 10.2 doc page was not supposed to be there. It is only supposed to appear (right now) on the 11.1 doc page. It will be backported to 10.2 some time in the future, but that hasn't been implemented yet, which is why the link failed. The link has now been removed until the backporting is implemented.
    Thanks,
    Diana

  • Basic Search & Advanced search in IdM

    Hi Experts,
    I was searching for one user on IdM UI, and I found that the basic search was not working (I only filled the Unique ID= userXYZ), but when I search for this userXYZ under advanced search, the user was found correctly.
    Did you get this behavior in your system, I mean the Basic search in not showing the same results as the Advanced?
    I am using IdM 7.2 SP7.
    Thank you very much for your comment,
    Victoria

    Hi Matt,
    The basic search work fine for other users.
    The problem here is that Basic Search can not find my inactive userXYZ only by entering his ID but when I choose Advanced Search and Inactive checkbox now I can find my inactive userXYZ.
    So why this inactive user can be shown only by using the combination of Advanced + Inactive checkbox ?
    Many thanks,
    Victoria

  • Advanced Table Multiple Selection View Attribute Type

    Hi,
    I have an advanced table with multiple selection. The multiple selection is associated with a view object attribute that is of type "String". In the create mode, the view attribute stores "Y" for the selected rows. But in the update mode, when I try to initialize the VO from the DB table, the multiple selection checkboxes are not selected for the rows where the DB value of the associated attribute is "Y". Somebody told me that if I specify the type of the DB attribute associated, to Boolean (and also the view attribute as Boolean), then this problem wouldn't occur. Is that correct or I must be doing something else wrong?
    Thanks,
    Amit

    Hi Pratap,
    It's quite simple actually. I mean the problem defintion :-) (not the solution)
    I have a table with multipleselection. Initially the user does a "Select All" and the data is committed to the DB.
    Once committed I don't want the user to change the selection, hence I need to hide the checkbox ( there is no way to make it read only).
    To do this, I make the multipleselectionbean as rendered=false. But when the page is committed again, the row selection is getting changed back to "N" for all rows.
    Now if I don't hide the multipleselection bean, the checkboxes appear as selected and the commit doesn't change the value to "N".
    Hope the problem is clear now.

  • Advanced Table Multiple Selection

    Hi,
    I have created a advanced table under query bean with multiple selection feature.After querying the advanced table bean When i select the row in the table and click on another button i have writtten a logic in process from request to select only those rows selected in table ,but the view attribute of select check box is retuning null is there any way to identify the rows selected

    Use this code in AMImpl. It will definitely work. I have tried. Don't forget to create a Transient Attribute of Type String [[here transient attr is Select]] in the VO.
    public void selectFlag()
    System.out.println("In the selectFlag");
    SombitTestVOImpl vo = (SombitTestVOImpl)findViewObject("SombitTestVO1");
    if (vo != null)
    Row[] arow = vo.getFilteredRows("Select", "Y");
    System.out.println("Row count is"+ arow);
    if(arow != null && arow.length > 0)
    for(int i=0; i<arow.length; i++)
    System.out.println("Value of i is"+ i);
    String Job = (String) arow [].getAttribute("Job"); // here you have to write arow followed by i in square bracket
    Date NotifyDate = (Date) arow [[i]].getAttribute("NotifyDate"); // here you have to write arow followed by i in square bracket
    System.out.println("Value of Job is "+ Job);
    System.out.println("Value of NotifyDate is "+ NotifyDate);
    Cheers
    Sombit :)

  • Advanced search for a price range while checking for an empty values using php in DW

    I am creating an advanced search with DW php. I would like to submit a search where some entrys can be left black. So checking for empty values (which I have managed, thank you David Powel), however when searching between multiple price ranges does not seem to work.
    please see attached forms:
    The search page:
    <form action="Detailed-Search-Result.php" method="get" target="_self"><table width="90%" border="0" cellspacing="0" cellpadding="2">
      <tr>
        <td colspan="2"><label for="Detailed Search">Advanced Search</label></td>
        </tr><tr>
        <td><label for="Product">Product:</label>
          </td>
        <td><select name="Category" id="Category">
          <option value=></option>
            <option value="Keyboard">Keyboard</option>
            <option value="Piano">Piano</option>
          </select></td>
      </tr>
      <tr>
        <td><label for="Make">Make:</label>
        </td>
        <td><select name="Manufacturer">
          <option value=></option>
          <option value="Boss">Boss</option>
          <option value="Casio">Casio</option>
          <option value="Kawai">Kawai</option>
          <option value="Ketron">Ketron</option>
          <option value="Korg">Korg</option>
          <option value="Roland">Roland</option>
          <option value="Samson">Samson</option>
          <option value="Yamaha">Yamaha</option>
        </select></td>
      </tr>
      <tr>
        <td><label for="Color">Color:</label></td>
        <td><select name="Color">
          <option value=></option>
          <option value="Black">Black</option>
          <option value="Cherry">Cherry</option>
          <option value="Mahogany">Mahogany</option>
          <option value="Polished Eboney">Polished Eboney</option>
          <option value="Rosewood">Rosewood</option>
          <option value="White">White</option>
          <option value="Red">Red</option>
        </select></td>
      </tr>
      <tr>
        <td><label for="Price">Price:</label></td>
        <td><select name="Price">
          <option value=></option>
          <option value="0-500">£0-500</option>
          <option value="500-1000">£500-1000</option>
          <option value="1000-2000">£1000-2000</option>
          <option value="2000">£2000&gt;</option>
        </select></td>
      </tr>
      <tr>
        <td colspan="2">
          <input name="Search2" type="submit" id="Search2"></td>
        </tr>
        </table>
    </form>
    The results page
    $varCategory_rsgetsearch2 = "%";
    if (isset($_GET['Category'])) {
      $varCategory_rsgetsearch2 = $_GET['Category'];
    $varMake_rsgetsearch2 = "%";
    if (isset($_GET['Manufacturer'])) {
      $varMake_rsgetsearch2 = $_GET['Manufacturer'];
    $varColor_rsgetsearch2 = "%";
    if (isset($_GET['Color'])) {
      $varColor_rsgetsearch2 = $_GET['Color'];
    $varPrice_rsgetsearch2 = "%";
    if (isset($_GET['Price'])) {
      $varPrice_rsgetsearch2 = $_GET['Price'];
    mysql_select_db($database_dBconn, $dBconn);
    $query_rsgetsearch2 = 'SELECT * FROM products';
    $where = false;
    if (isset($_GET['Category']) && !empty($_GET['Category'])) {
    $query_rsgetsearch2 .= ' WHERE Category LIKE varCategory '. GetSQLValueString($_GET['Category'], 'text');
      $where = true;
    if (isset($_GET['Manufacturer']) && !empty($_GET['Manufacturer'])) {
      if ($where) {
       $query_rsgetsearch2 .= ' AND ';
      } else {
       $query_rsgetsearch2 .= ' WHERE ';
        $where = true;
    $query_rsgetsearch2 .= 'Manufacturer LIKE varManufacturer ' . GetSQLValueString($_GET['Manufacturer'], 'text');
    if (isset($_GET['Color']) && !empty($_GET['Color'])) {
        if ($where) {
       $query_rsgetsearch2 .= ' AND ';
      } else {
       $query_rsgetsearch2 .= ' WHERE ';
        $where = true;
      $query_rsgetsearch2 .= 'Color LIKE varColor ' . GetSQLValueString($_GET['Color'], 'text');
    if (isset($_GET['Price']) && !empty($_GET['Price'])) {
        if ($where) {
       $query_rsgetsearch2 .= ' AND ';
      } else {
       $query_rsgetsearch2 .= ' WHERE ';
        $where = true;
    switch( $_GET['Price'] ){
            case '0-500':
            $query_rsgetsearch2 .= '  RRP BETWEEN 0 AND 500 ORDER BY price ASC'. GetSQLValueString($_GET['Price'], 'text');
            break;
              case '500-1000':
            $query_rsgetsearch2 .= ' RRP BETWEEN 500 AND 1000 ORDER BY price ASC'. GetSQLValueString($_GET['Price'], 'text');
            break;
                        case '1000-2000':
            $query_rsgetsearch2 .= ' RRP BETWEEN 1000 AND 2000 ORDER BY price ASC'. GetSQLValueString($_GET['Price'], 'text');
            break;
              case '2000':
           $query_rsgetsearch2 .= ' RRP BETWEEN 2000 AND 10000 ORDER BY price ASC'. GetSQLValueString($_GET['Price'], 'text');
            break;
    $query_rsgetsearch2 = sprintf("SELECT * FROM products WHERE Category LIKE %s AND products.Manufacturer LIKE %s AND products.Color LIKE %s", GetSQLValueString("%" . $varCategory_rsgetsearch2 . "%", "text"),GetSQLValueString("%" . $varMake_rsgetsearch2 . "%", "text"),GetSQLValueString("%" . $varColor_rsgetsearch2 . "%", "text"));
    $query_limit_rsgetsearch2 = sprintf("%s LIMIT %d, %d", $query_rsgetsearch2, $startRow_rsgetsearch2, $maxRows_rsgetsearch2);
    $rsgetsearch2 = mysql_query($query_limit_rsgetsearch2, $dBconn) or die(mysql_error());
    $row_rsgetsearch2 = mysql_fetch_assoc($rsgetsearch2);
    I would be greatfull for any help

    I have managed to solve the problem.
    In the end I didn't check if the values were empty, as it worked fine without. However the switch of the price didn't work in combination with the rest of the query.
    I've solved the problem as follows:
    $varCategory_rsgetsearch2 = "%";
    if (isset($_GET['Category'])) {
      $varCategory_rsgetsearch2 = $_GET['Category'];
    $varMake_rsgetsearch2 = "%";
    if (isset($_GET['Manufacturer'])) {
      $varMake_rsgetsearch2 = $_GET['Manufacturer'];
    $varColor_rsgetsearch2 = "%";
    if (isset($_GET['Color'])) {
      $varColor_rsgetsearch2 = $_GET['Color'];
    $varPrice_rsgetsearch2 = "%";
    if (isset($_GET['Keysound_price'])) {
      $varPrice_rsgetsearch2 = $_GET['price'];
    mysql_select_db($database_dBconn, $dBconn);
    $query_rsgetsearch2 = sprintf("SELECT * FROM products WHERE Category LIKE %s AND products.Manufacturer LIKE %s AND products.Color LIKE %s", GetSQLValueString("%" . $varCategory_rsgetsearch2 . "%", "text"),GetSQLValueString("%" . $varMake_rsgetsearch2 . "%", "text"),GetSQLValueString("%" . $varColor_rsgetsearch2 . "%", "text") );
    switch( $_GET['price'] ){
            case '0-500':
            $query_rsgetsearch2 .= ' AND price BETWEEN 0 AND 500 ORDER BY price ASC';
            break;
              case '500-1000':
            $query_rsgetsearch2 .= ' AND price BETWEEN 500 AND 1000 ORDER BYprice ASC';
            break;
                        case '1000-2000':
            $query_rsgetsearch2 .= ' AND price BETWEEN 1000 AND 2000 ORDER BY price ASC';
            break;
              case '2000':
            $query_rsgetsearch2 .= ' AND price BETWEEN 2000 AND 10000 ORDER BY price ASC';
            break;
    $query_limit_rsgetsearch2 = sprintf("%s LIMIT %d, %d", $query_rsgetsearch2, $startRow_rsgetsearch2, $maxRows_rsgetsearch2);
    $rsgetsearch2 = mysql_query($query_limit_rsgetsearch2, $dBconn) or die(mysql_error());
    $row_rsgetsearch2 = mysql_fetch_assoc($rsgetsearch2);
    I'm sure that you can keep the checking for values in, however for me the was no need for it anymore.
    Thanks for all your help

  • Hiding the advanced search functionality

    Hello Colleagues
    I need to hide the Help link appearing on the masthead. Also, need to remove the search/advanced search functionality appearing on the portal page.
    Could you please guide me throught the steps to achieve this ?
    Thanks

    HI ANKUR,
    If you want to do that for the out of the box framework page.
    1. Goto Cotent Admin -> PCD
    2. navigate to Content provided by SAP -> eND USER CONTENT -> STANDARD PORTAL USERS -> DEFAULT FRAMEWORK PAGE
    3. OPEN DEFAULT FRAMEWORK PAGE --> TOOL AREA
    4. DISABLE SEARCH OPTION IN THE PROPERTIES
    Thanks,
    Regards,
    Aditya Metukul

  • Search not working with multiple select in dropdown field

    Hello,
    Please first visit below site for searching form on left side.
    http://diventarepartner.unicaimmobili.com/home-page_copy_dynamic
    There is a field called Tipologia which is dropdown menu with checkbox (multiple select). Choose more than one checkbox and its automatic append with comma in text field which is customized using javascript. Now then if you submit button then its not working as our products.
    Now for this there is a custom field in admin in web apps items. This field is same for all items and values are different for all items like that which you can see above dropdown checkboxes value.
    Now my question Is it possible that for that one field in admin which has different value for different items and when i search from website and checked that cehck boxes and it search for all different items ??
    For example in admin suppose 2 items which has different value for that one field. Suppose one has value called Appartamento and other is Villa. Now from search form which is on website, that dropdown checkboxes, if i select these two values (Appartamento and Villa) from these and then search, it will display that both items from web apps ???
    Is it possible ??? Can you help me for this ???
    Waiting for reply. Thanks in advance.

    Your link doesn't work. Do you mind reporting it?

  • Enabling Multiple Search in Advanced search

    Hi All,
    I am trying to enable Multiple search on a particular field in the advanced search for that PCUI application. E.g Search for Opportunities with Partner P1 and P2.
    When i perform the search the results show me all opportunities with partner P1 OR Partner P2. So i get all opportunities which belong to partner either  P1 or P2 or both
    I want to view all opportunities with partner P1 AND P2 i.e i want to search only for those opportunities that have both P1 and P2 in it
    Is there anyway we can achieve this
    Thanks and Regards,
    Varun

    Hello,
    The MAC for the the advanced search in opportunities (application CRMD_BUS2000111) is CL_CRM_BSP_AM_HEADME_1O.
    Create a Z MAC inheriting from this MAC and redefine the method IF_CRM_BSP_MODEL_ACCESS_IL~QUERY.
    In you redefined method, you can for example first call the ‘super’ query method and do your own additional selections after.
    The FM used for the standard query is CRM_BSP_OIC_1O_SEARCH_FROM_RF.
    You can maybe also check how this FM is called and make you own call of this FM.
    Regards,
    Frederic

  • Advanced Searching  - Multiple Menu/List/Radio Button Criteria

    Hi All,
    I am looking for a dreamweaver and/or PHP/MySQL tutorial
    and/or extension and/or tool that can walk me through creating an
    advanced search page. For example, I have multiple search criteria
    which allow users to select various criteria:
    Menu/list #1 (Allows multiple)
    Option 1, 2, 3…25
    Menu/list #2 (Allows multiple)
    Option 1, 2, 3…50
    Menu/list #3 (Allows multiple)
    Option 1, 2, 3…10
    Radio button (allows user to select the way the information
    is displayed)
    By Date
    By State
    By Score
    By whatever…
    Drop down (allows user to select how many records to display)
    View 25
    View 50
    View 75
    View 100
    View ALL
    Any comments and suggestions would be greatly appreciated.
    BTW, I consider myself a step above the beginner level - could
    consider myself an intermediate user of Dreamweaver, PHP/MySQL so
    please be gentle

    Hi there,
    If you are prepared to consider a commercial solution then
    you might
    like to take a look at the WebAssist extension "Database
    Search"
    To learn more about this extension please visit the web
    address I have
    included below:
    http://www.webassist.com/professional/products/productdetails.asp?PID=72
    You might also like to consider our Dynamic dropdowns
    solution. To learn
    more about this product, take a look at this URL:
    http://www.webassist.com/professional/products/productdetails.asp?PID=1
    Feel free to contact me off list, if you would like to learn
    more about
    either of these or any other WebAssist software.
    Regards,
    Mark
    Mark Fletcher
    WebAssist.com
    MacPMH wrote:
    > Hi All,
    >
    > I am looking for a dreamweaver and/or PHP/MySQL tutorial
    and/or extension
    > and/or tool that can walk me through creating an
    advanced search page. For
    > example, I have multiple search criteria which allow
    users to select various
    > criteria:
    >
    > Menu/list #1 (Allows multiple)
    > Option 1, 2, 3?25
    >
    > Menu/list #2 (Allows multiple)
    > Option 1, 2, 3?50
    >
    > Menu/list #3 (Allows multiple)
    > Option 1, 2, 3?10
    >
    > Radio button (allows user to select the way the
    information is displayed)
    > By Date
    > By State
    > By Score
    > By whatever?
    >
    > Drop down (allows user to select how many records to
    display)
    > View 25
    > View 50
    > View 75
    > View 100
    > View ALL
    >
    > Any comments and suggestions would be greatly
    appreciated. BTW, I consider
    > myself a step above the beginner level - could consider
    myself an intermediate
    > user of Dreamweaver, PHP/MySQL so please be gentle
    >
    >

  • Enhancing standard (single select)search help for Multiple value selection

    Hi,
    Standard search help for Business Partner (in cProjects) allows only single value selection for input fields. I want to make this multiple selection.
    Is there a way to do it.
    I used an OVS and built a similar search but its difficult to get the standard options like saving to personal value list etc in it.
    It would be good if there is a way to modify the standard search help to allow multiple selection. Any ideas??
    Appreciate your help,
    Thanks,
    Sri
    Edited by: Sri on Sep 9, 2010 8:50 PM
    Edited by: Sri on Sep 9, 2010 8:52 PM

    As far as I know you can't make a standard ABAP dictionary search help return multiple entries - where you get this sort of functionality the searches don't use the standard Elementary search help framework (e.g. organisational structure searches)
    Given that the WDA search help relies on these dictionary based searches, I'd think very much that you couldn't enhance it to return multiple. how you could even return multiple entries into a single UI element input field is also confusing to me.
    I'd suggest creating a freely programmed value help, it would certainly take quite some effort to recreate those personal value lists etc, but it could be done - I don't like OVS, but that just me.

  • I need a code for Advanced Search based on my custom multi select listbox and query through programatically (jquery)with out design

    Hi,
    I have a grid and advanced search link buttonand
    search button.
    if i click on Advanced Search link...open a panel with 3 list boxes(multi selection)
    if i select multi selected items in list boxes and click on search-->show the grid with selected items
    getting data from Sql server custom database.
    And the code i wil expect  is 'Programatically using jqury and asp.net code' with out single line of design.
    Could you please help on the above task.

    Hi,
    I have a grid and advanced search link buttonand
    search button.
    if i click on Advanced Search link...open a panel with 3 list boxes(multi selection)
    if i select multi selected items in list boxes and click on search-->show the grid with selected items
    getting data from Sql server custom database.
    And the code i wil expect  is 'Programatically using jqury and asp.net code' with out single line of design.
    Could you please help on the above task.

Maybe you are looking for

  • Itunes wont open/ immediate "send error report message"

    So I had a problem with me trying to install itunes 7.3 because of a missing itunes.msi. I followed the instructions i found from this forum as follows "1. Go to http://www.ccleaner.com/ and download and install CCleaner. Run this program and click R

  • Duplicates in LR 4 library

    LR 4 geneerating multiple duplicates in library-8-10 dups of exact same photos that  I have not accessed at all in recent past.Over whelming my hard drive!!  Rendering LR useless. 1.5 TB HD nearly full-started with +/- 300 GB

  • BI Publisher Desktop On Windows 7

    Is there a patch/install file for Bi Publisher Desktop On Windows 7, this is to create the templates for the reports using template builder for word/excel. OS: Windows 7 Enterprise edition 64-bit operating system Oracle Apps: 12.1.3 Database: 11g (11

  • IMac 24" Unpacked !! (

    This link below will give you more of an Idea on how large the actual screen size is by comparing it to the Keyboard. http://www.flickr.com/photos/40415853@N00/239313611/ Here is a Link of someone else unpacking the 24" iMac! http://www.duggmirror.co

  • Open Hub External System

    Hi, I have a basic requirement to extract data out of Open Hub into an external Oracle database. I have read previous threads online on this topic, but still have a couple of questions that are not clearly answered. Firstly, my client complies with a