Search panel automatically  queries the table

Hello Experts,
I have built a search page with query panel and the viewobject is of query based which we did it in 11.1.1.6
and we kept that page in webcenter portal and trying to run it
when I login into that portal and open that search page it opens the page with out querying the table then I search for something and click on search then it searches that and then I have project-id and company-id links in the table when i click on any of the table it goes to respective project.
and then when I click on side navigation for the search page it takes lot of time then we saw in back-end it triggers the table search everything and came back showing the page it self not the search results.
Note: I m not using any check box of query automatically..
I would like to know why is it querying the table unnecessarily
Thanks a lot in Advance!
Santosh.

I m sorry when I run the project in standalone first time it runs properly and comes very fast
but when I go to some other project by clicking on project_id or company_id and then change the URl to run the search page again it does the same thing query the table and come up with the page w/0 any results
I don't know why it is behaving weird like first time it comes w/0 searching and next time it tries to search the table..

Similar Messages

  • How we can attach search help directly to the table field / structure field

    Hi All,
       Can you please let me know the step by step procedure of How we can attach search help directly to the table field / structure field.
    Regards,
    jaya

    Hi Jaya,
    1. Create a search help using SE11.
    2. Include this search help in the field of table in SE11. There is a tab in the table defination where you can specify the search help.
    Even you can specify search help at data element level, screen field level.
    Reward points if useul.
    Regards,
    Atish

  • Automatically mailing the table data in excel format in ADF

    Hi ,
    I am new to ADF and I have a requirement where i need to send a mail on button click with an attachment of the table data in a excel format. There are two requirements here :
    1) If we take an example of EMP and Dept tables , a mail should be sent to the dept head with the table data of employees in individual sheets in a excel format.
    2) Here in Adf we have DownloadActionListener and exportCollectionActionListener components but we need to manually click on the save button to save the data in particular place and then again we need to send the mail from javaMail. So is their and way that we can do all these actions in one button click .
    could you please guide me on this .
    Thank you,
    Sashank P.

    User, please always tell us which jdev version you use (or want to use in the future).
    1) I would suggest to use poi.apache.org for the expport as it allows you better control over which data is exported and it allows you the generate native excel format
    2) you can execute more then one action from a button click. In a bean you can first generate the data to export and then queue an action which then calls the file download listener. For more info about this check http://tompeez.wordpress.com/2011/07/14/validate-data-before-export-via-afexportcollectionactionlistener-or-affiledownloadactionlistener/
    Timo

  • To search a record from the table by providing a search button in JSP page

    Hi,
    My problem statement is:
    I have a jsp page which displays a table containing records. I have to provide a button called search and a condition in a textfield so that the record which matches the condition gets highlighted.
    Can anyone solve my problem statement. Its urgent.
    Suraj.

    Example:
    on the jsp page, read the matched value the server provides and use it to put the statement in bold using the <b> tag (I dont know the syntax for highlighting).
    <%String matchedString=(String) request.getAttribute("matchingString");%>
    Then in your list:
    <%if(matchedString.compareTo(thisRecordString)==0){%>
    <b>
    <%}%>
    //your text goes here
    <%if(matchedString.compareTo(thisRecordString)==0){%>
    </b>
    <%}%>

  • ICloud control panel automatically unticks the boxes that have been ticked

    The iCloud control panel on my PC with Windows 7 automatically unticks (upon signing off) the boxes that have been ticked. Any fix?

    Your first question should be researched on Microsoft's support forums.  This may get you started as it discusses how to create and configure an Outlook profile: http://support.microsoft.com/kb/829918.
    On your second question, to change the iCloud ID you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iDevice, then sign back in with the ID you wish to use.  If you don't know the password for your old ID, or if it isn't accepted, and if your old ID is an earlier version of your current ID, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice on your device, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • Query Region Personalization on Advanced Search Panel

    Hi all,
    I am trying to personalize query region. I have added a new search item to the advanced search panel and to the table (Search Allowed is set to the true). However when i tried to add a new mapping, I can select result item but the search item displays nothing in its list.
    Therefore i cannot map the items.
    Any solution for this problem?
    Regards.
    Anil

    Any help will be appreciated.
    Regards.
    Anil

  • Add new item in Search Panel

    Requirement: Within a query region, add a new field to the results table and enable search by this field.
    Approach:
    - I added a new column within the results table by extending the VO. The search allowed property for this column is set to Yes.
    - I added an LOV Input Item to the Simple Search Panel. Set the External LOV property to use a standard LOV Region/
    I am trying to a create a Query criteria Map to map these two items. I am able to find my LOV input item in the Search Item property of the Query Criteria Map. However, I am unable to find the new column i added in the Results Item property of the Query Criteria Map.
    Please advise.

    Dear Dilip Kumbhar,
    Please try following code:
    Set objBOM = objcompany.GetBusinessObject(BoObjectTypes.oProductTrees)
    objBOM.GetByKey ("test")
    objBOM.Items.Add
    objBOM.Items.SetCurrentLine (objBOM.Items.Count - 1)
    objBOM.Items.ItemCode = "A00001"
    objBOM.Items.Quantity = 1
    objBOM.Update
    Best Regards
    Jane Jing
    SAP Business One Forums team

  • Update the particular RECORD which is already exist in the table

    EXPERTS,
    AM USING JDEV VER11.1.1.4.0 n am using adf business components.
    SEE this my snapshot.
    http://www.4shared.com/photo/fullsize/hpoeMX1o/1_online.html
    THIS MY TABLE
    DESC glm_control;
    FIELD Name Null DATA Type
    GLMCTRL_BU                     NOT NULL VARCHAR2(5)
    GLMCTRL_ACCT_LENGTH NOT NULL NUMBER(3)
    GLMCTRL_ALLOW_UPD_RJ NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_UPD_DJ NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_UPD_AJ NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_CAN_RJ NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_CAN_DJ NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_CAN_AJ NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_INS_RJ_PC NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_INS_GJ_PC NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_INS_DJ_PC NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_POST_GJ_PO NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_PYE_RJ_UP NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_PYE_AJ_UP NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_PYE_DJ_UP NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_PYE_GJ_UP NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_FIN_AJ_POST NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_FIN_RJ_POST NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_FIN_DJ_POST NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_FPC_GJ_CHK NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_FPC_AJ_CHK NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_FPC_RJ_CHK NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_FPC_DJ_CHK NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_ZERO_DJ_POST NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_CHNG_BUD_OPT NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_NS_FIN_YEAR NOT NULL VARCHAR2(1)
    GLMCTRL_CRE_BY NOT NULL VARCHAR2(15)
    GLMCTRL_CRE_DATE NOT NULL DATE
    GLMCTRL_UPD_BY VARCHAR2(15)
    GLMCTRL_UPD_DATE DATE
    GLMCTRL_AMC_REC NOT NULL VARCHAR2(1)
    GLMCTRL_DATE_JRNL NOT NULL VARCHAR2(1)
    GLMCTRL_CLR_JRNL NOT NULL VARCHAR2(1)
    GLMCTRL_EX_QTY NOT NULL VARCHAR2(1)
    GLMCTRL_EXP_PERIOD NOT NULL NUMBER(7)
    GLMCTRL_EXP_DAYS NOT NULL NUMBER(7)
    GLMCTRL_LC_FIN_IMP NOT NULL VARCHAR2(1)
    GLMCTRL_AUTO_OFFSET_DEL NOT NULL VARCHAR2(1)
    GLMCTRL_GRN_INV_RND_OFF NOT NULL NUMBER(3)
    GLMCTRL_INV_PYMT_RND_OFF NOT NULL NUMBER(3)
    GLMCTRL_INV_RCT_RND_OFF NOT NULL NUMBER(3)
    GLMCTRL_LVL1_DESC VARCHAR2(30)
    GLMCTRL_LVL2_DESC VARCHAR2(30)
    GLMCTRL_LVL3_DESC VARCHAR2(30)
    GLMCTRL_LVL4_DESC VARCHAR2(30)
    GLMCTRL_CFS_AMT_FMT VARCHAR2(1)
    GLMCTRL_SERV_TAX_CR_OPT VARCHAR2(1)
    GLMCTRL_REJ_WAR_OPT VARCHAR2(1)
    GLMCTRL_CASH_AMT NUMBER(15,3)
    GLMCTRL_INV_RND NUMBER(5)
    GLMCTRL_SHR_COST_TYPE VARCHAR2(2)
    GLMCTRL_TAX_AMT_FLAG VARCHAR2(1)
    GLMCTRL_OPDATE DATE
    GLMCTRL_OP_YEAR NUMBER(6)
    GLMCTRL_RG_CTRL VARCHAR2(1)
    THIS TABLE CONTAINS MOREOVER 25 RECORDS.
    I WANT TO DO THE FOLLOWING USECASE:
    1. I WANT TO SHOW THE PARTICULAR RECORD RELEATED TO THAT PARTICULAR FIELDS IN MY PANEL BOX AND
    2. AND ALSO UPDATE THE PARTICULAR 4 FIELDS WHICH IS SHOWN IN MY PANEL BOX
    IF YOU NOT UNDERSTAND I WILL GIVE THE EXAMPLE WATCH IT.
    glm_control - THIS MY TABLE - THIS MY RECORDS
    IT CONTAIN 1..TO ..25 RECORDS.
    GLMCTRL_BU || GLMCTRL_LVL1_DESC || GLMCTRL_LVL2_DESC || GLMCTRL_LVL3_DESC || GLMCTRL_LVL4_DESC
    1. MEL || EXPL1 || EXPL2 || EXPL3 || EXPL4
    15. UIL || XPL1 || XPL2 || XPL3 || XPL4
    25. DIL || PL1 || PL2 || PL3 || PL4
    1*. I WANT TO SHOW FOUR OF THE FIELDS (GLMCTRL_LVL1_DESC GLMCTRL_LVL2_DESC GLMCTRL_LVL3_DESC GLMCTRL_LVL4_DESC) OF THE (*'UIL'* - NOTHING BUT IT IS DATA WHICH IS IN GLMCTRL_BU FIELD).
    I WANT TO UPDATE THOSE FIELDS(GLMCTRL_LVL1_DESC GLMCTRL_LVL2_DESC GLMCTRL_LVL3_DESC GLMCTRL_LVL4_DESC) OF A PARTICULAR RECORDS
    BASED ON THIS CONDITION. GLMCTRL_BU = 'UIL'
    THIS UPDATION DONE WITH THE HELP OF BUTTON.
    I FACING THE FOLLOWING PROBLEM:
    BUT HERE FIRST RECORD OF THE TABLE IS  SHOWN. SEE THE SNAPSHOT.
    ONLY U SEE THIS SNAPSHOTS.
    http://www.4shared.com/photo/fullsize/hpoeMX1o/1_online.html
    ATLAST I NEED TO SHOWN PARTICULAR RECORD(NOT ALL RECORD) IN PANEL BOX. THAT PARTICULAR RECORD BASED ON THE CONDITION.
    AND ALSO UPDATE THE REOCRD WITH THE HELP OF BUTTON.
    CAN ANY ONE HELP ME.
    i think so it can be done with viewrowimpl class we can done it.
    but i dono how to proceed?
    note: am newbie.
    please help me.

    Hi,
    just use a ViewCriteria on the View Object query. Then drag and drop the ExecuteWithParams operation as a paremeter form to the page and ensure pressing the search button partially refreshes the table
    Frank

  • How to handle the table control in bapi?

    how to handle the table control in bapi? example va01.
    i pass multiple line item what is the procedure?
    header detail same .
    eample ship to party
           sale to party.
    line item mulptiple
    10 mat1
    2o mat2
    30 mat3.
    in bapi we can pass sinle line item.
    any way to handle multiple line item pass through the bapi.
    Message was edited by:
            Karthikeyan Pandurangan

    BAPI is not going through the screen flow logic so you need not to worry about the table control. Just check in the BAPi there must be one table parameter for line items just pass one int table with your data to that table parameter it will automatically update the tables.
    Regards
    shiba dutta

  • Change the table of contents in Adobe Presenter 9

    It appears that Presenter automatically creates the tables of contents for a Powerpoint presentation based on the slide title. Is there a way to modify the name that appears with a TOC navigation without changing the slide title?
    I would also like to know if it's possible to structure the TOC so that there are main topics and sub topics. For example, in Captivate, you can modify the TOC by clicking on the arrows in the menu to push categories under one another, like an outline:
    Main Topic
         Subtopic Slide 1
         Subtopic Slide 2
    Main Topic 2
         Subtopic Slide 1 
         Subtopic Slide 2

    Presenter doesn't have the same functionality for the TOC as Captivate. There is some wizardry that can be done if you want to adjust the look of the slide list.
    Work around was discussed in this thread: http://forums.adobe.com/message/1970468#1970468

  • Table overflowed  when trying to sap locks in the table..

    Dear ALL,
      when trying to sap locks in the table then its showing table overflowed. can telle the actual reason.
    Reagards.
    ASHUTOSH

    Hi, ALL
    suddenly sap PP persons execute the report, " errors comes as last msg  table overflow" whats the main reasons. i konw my self it automatically resize the table.
    Regards,
    ASHUTOSH

  • The table name of Mobile service auto created

    Dear all
    As we know the mobile service will automatically create the table in db if the client want to submit some data to cloud.
    But the table name which it created depends on the mobile service name, i.e., if the value setting in "MS_MobileServiceName" in web.config file is "app1", and the table we need to create is "table1", then the table name
    which it created should be:
    [app1].[table1]
    How to make it create a table which name is [dbo].[table1], I think that should be good, because my other app work role and website needs to access this table.
    Thanks

    Overrule OnModelCreating:
    public class Context : DbContext
    public DbSet<Xxx> Xxx { get; set; }
    protected override void OnModelCreating(DbModelBuilder modelBuilder)
    modelBuilder.HasDefaultSchema("dbo");

  • Need a Query to search a value from all tables.

    Hi,
    I would like to know, is there any way that we could search a string from all the tables.
    For example I need to find a STRING 'hello world', on which table it presents. I want to search it from all the tables, as there might be a situtation
    where we dont knwo which table the value gets stored.
    REgards
    Suresh

    Run this code ---this is only search for required value in VARCHAR2 column.as per ur requirement u can change it to oher dataype..
    Reply if its helpful to you
    DECLARE
    S SYS_REFCURSOR;
    CURSOR c_user_col IS
    SELECT TABLE_NAME,COLUMN_NAME,DATA_TYPE FROM USER_TAB_COLUMNS,TAB
    WHERE TABLE_NAME=TNAME AND TABTYPE='TABLE'
    ORDER BY TABLE_NAME;
    TYPE TAB_LIST
    IS
    RECORD
    TABLE_NAME VARCHAR2(1000),
    COLUMN_NAME VARCHAR2(1000),
    DATA_TYPE VARCHAR2(100));
    TYPE T_TAB_LIST
    IS
    TABLE OF TAB_LIST;
    L_TAB_LIST T_TAB_LIST := T_TAB_LIST();
    L_STMT CLOB;
    l_exists NUMBER;
    BEGIN
    FOR i IN c_user_col LOOP
    L_TAB_LIST.EXTEND;
    L_TAB_LIST(L_TAB_LIST.LAST).TABLE_NAME := I.TABLE_NAME;
    L_TAB_LIST(L_TAB_LIST.LAST).COLUMN_NAME := i.COLUMN_NAME;
    L_TAB_LIST(L_TAB_LIST.LAST).DATA_TYPE := i.DATA_TYPE;
    END LOOP;
    FOR i in 1..L_TAB_LIST.COUNT LOOP
    l_exists := NULL;
    IF L_TAB_LIST(I).DATA_TYPE = 'VARCHAR2' THEN
    L_STMT := 'SELECT 1 FROM '||L_TAB_LIST(I).TABLE_NAME||' WHERE '||L_TAB_LIST(I).COLUMN_NAME||'=''samplesdfsdfsdf''';
    OPEN S FOR L_STMT;
    FETCH S INTO l_exists;
    CLOSE S;
    IF l_exists IS NULL THEN
    NULL;
    ELSE
    DBMS_OUTPUT.PUT_LINE('Table name: '||L_TAB_LIST(I).TABLE_NAME||'--Column Name: '||L_TAB_LIST(I).COLUMN_NAME);
    DBMS_OUTPUT.PUT_LINE(L_STMT);
    END IF;
    END IF;
    END LOOP;
    END;

  • Is there any way to search for a term using the Firefox search field, and have the results automatically open in a new tab?

    Is there any way to search for a term using the Firefox search field, and have the results automatically open in a new tab? When there was support for Google Toolbar, I was able to do this; now, whenever I want to search for something, I have to open a new tab to do it, and cut-and-paste my search into the search field in the new tab. I used to be able to highlight, drag, and drop something into the search field and have it automatically open in a new tab. This is enough for me to switch to Chrome . . .

    Set a preference to have searches from the Search Bar (upper right) automatically open all searches in a new tab
    #type '''about:config''' in the URL/Location/Address bar and press the Enter key
    #if you see a warning, accept it (promise to be careful)
    #Filter = '''browser.search.openintab'''
    #in the lower panel, double click the item (or right-click and choose "Toggle") to change the value to "true"
    #close the about:config tab and test
    #See:
    #*For help with opening/using about:config, also see: http://kb.mozillazine.org/About:config
    #*Also see: http://kb.mozillazine.org/About:config_entries (click on "Browser", scroll down to browser.search.openintab)
    '''Search Bar''': http://support.mozilla.com/en-US/kb/Search+bar
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    About Google toolbar............
    Google decided that they will no longer produce the Google Toolbar for Firefox 5 and newer version. It is best to move on to other alternatives than to try any "hacks" to the toolbar that may or may not perform in the future. Future versions of Google toolbar will only work with IE7-9. Google Toolbar is not available on any other browser, even Google's own browser.
    *http://googletoolbarhelp.blogspot.com/2011/07/update-on-google-toolbar-for-firefox.html
    *https://support.mozilla.com/en-US/kb/google-toolbar-not-compatible-firefox?s=google+toolbar&r=0&as=s
    *http://www.google.com/support/toolbar/bin/answer.py?answer=1342452&topic=15356%29
    *Google Toolbar 8 FAQ (IE only): https://www.google.com/support/toolbar/bin/answer.py?hl=en&answer=1111588
    '''''To access your Google Bookmarks visit''''' www.google.com/bookmarks.
    Alternatives:
    *http://kb.mozillazine.org/Using_Google_Toolbar_features_without_toolbars
    *https://addons.mozilla.org/en-US/firefox/addon/googlebar-lite/
    *https://addons.mozilla.org/en-US/firefox/addon/gbookmarks-google-bookmarks-fo/

  • How can I automatically scale a table based on the page size?

    I have multiple tables within 100s of pages of an InDesign file and when I use the liquid layout to scale the content of the pages based on the size, the tables stay the same. I've searched for a while now and can't come up with anything other than going in and manually doing it - which I don't have the time to do.

    You probably haven't activated the layout adaptation (I'm on german ID, don't know the correct name for it in English) in the mini menu of the Liquid Layout panel.

Maybe you are looking for

  • HP Officejet Pro K550dtwn NOT 10.5 Compatible, HP considers it obsolete

    I have just found out from HP support that they have decided NOT to write drivers for the Officejet Pro K550 duplexing printer for OSX 10.5 The HP officejet pro k550 duplex printing prints the second page upside-down. The current driver, 2007 10/26 v

  • Will Photoshop CS6 work with Snow Leopard or must I upgrade to Mountain Lion on the Mac Book Pro?

    I will be purchasing PhotoShop CS6 & installing on my Mac Book Pro. Adobe tells me that I should upgrade to Mountain Lion from Snow Leopard in order for it to work best. Any thoughts on this? Thank you, Paul

  • Gbit not working?

    My LAN works ok, but it says its only 100.0 mbs not 1000.0, also in my BIOS there is no option for "onboard giga lan" like it says in the manuel.  What is going on here?

  • Apple External Modem

    Does anyone who has an exernal modem for your mac book use telus? I have heard alot of good things and alot of bad things about this modem. If you subscribe to telus dial up internet and have an external modem, could you please tell me how it works f

  • [solved] on save, or database access program crashes

    when ever i try to access any part of the hdd the program that i am useing will instantly crash (i.e. say i was going to save an image in FF, when i click "save inage as..." FF will instanly close) and it is happening with every GUI, cli still works