How to filter Table based of LOV change

Hi Team,
I have one LOV as Location LOV as Input and below the LOV i have one table as Employee table. Employee table have one column as Location_ID
Now I want to filter my table on change of LOV values.
Please suggest me something
Jdev :- 11.1.1.4
Thanks,
Ramit

Hi,
I think your case is a master detail relationship.
Then you can create a view link between the two View objects and then shuttle the view link to the Aplication module
Then drag and drop the first VO from the datacontrol in to the page as a select one choice, then drag and drop the table .
then put an auto submit on the select one choice and put a partial trigger on the table
you will get the filtered table when you chage the choice list data.
Ranjith

Similar Messages

  • How to Filter the lovRowSetInfo for LOV

    Hi,
    I am developing Java Application using Swing JDeveloper 3.1. My problem is how can i filter the contents of LOV so that only the nessarry data that match the condition only will display.
    Below is my solution:
    lOVRowSetInfo.setQueryCondition("employeeCode = 'AA'");
    lOVRowSetInfo.executeQuery();
    lOV.setRestrictedQuery("infobus:/oracle/Session1/employee/employeeCode", null);
    lOV.show();
    First i try to filter the lOVRowSetInfo which is fix into the LOV. I filter it so that only employee code which match the AA will display. But after i press a button to show the LOV box, the data that shows in the LOV seems like not filter at all. It still display all the value of the employee table.
    Can anybody help to solve this probelm ?
    From,
    Teeming

    I have the same challenge. Any help would be greatly appreciated.
    Brad

  • How to display value based on LOV selection

    Hi,
    I have an editable table. On create operation one of the field is LOV, based on LOV selection the next field should be auto populated, please help me how to achive this.
    Thanks,

    Thanks for your reply........
    I did all these to get value based on LOV selection, but my problem is when i am trying to create a new record then everthing is working fine but normal search i am not getting the value of that attribute.
    below is my code
    Page:
    <af:column sortProperty="ProcessType" filterable="true"
    sortable="true"
    headerText="#{bindings.CmWeeklyProcesses.hints.ProcessType.label}"
    id="c36" width="340px;">
    <af:inputComboboxListOfValues id="processTypeId"
    popupTitle="Search and Select: #{bindings.CmWeeklyProcesses.hints.ProcessType.label}"
    value="#{row.bindings.ProcessType.inputValue}"
    model="#{row.bindings.ProcessType.listOfValuesModel}"
    required="#{bindings.CmWeeklyProcesses.hints.ProcessType.mandatory}"
    columns="#{bindings.CmWeeklyProcesses.hints.ProcessType.displayWidth}"
    shortDesc="#{bindings.CmWeeklyProcesses.hints.ProcessType.tooltip}" inlineStyle="width:800px;"
    valueChangeListener="#{backingBeanScope.backing_app_CalcSchedules.weeklyDescription}"
    autoSubmit="true" >
    <!-- <f:validator binding="#{row.bindings.ProcessType.validator}"/>-->
    </af:inputComboboxListOfValues>
    </af:column>
    <!--value="#{row.bindings.Description.inputValue}" backingBeanScope.backing_app_CalcSchedules.description-->//If i use this value in the below property line then i am not getting value while creating time but if i done blind search then i am not getting any value in this field.
    <af:column sortProperty="Description" filterable="true"
    sortable="true"
    headerText="#{bindings.CmWeeklyProcesses.hints.Description.label}"
    id="c35" width="390px;">
    <af:inputComboboxListOfValues id="descriptionId"
    popupTitle="Search and Select: #{bindings.CmWeeklyProcesses.hints.Description.label}"
    value="#{row.bindings.Description.inputValue}"
    model="#{row.bindings.Description.listOfValuesModel}"
    required="#{bindings.CmWeeklyProcesses.hints.Description.mandatory}"
    columns="#{bindings.CmWeeklyProcesses.hints.Description.displayWidth}"
    shortDesc="#{bindings.CmWeeklyProcesses.hints.Description.tooltip}" inlineStyle="width:1000px;"
    readOnly="true" partialTriggers="processTypeId">
    <f:validator binding="#{row.bindings.Description.validator}"/>
    </af:inputComboboxListOfValues>
    </af:column>

  • Oracle Apps Custom Form, How to Filter data in the LOV

    Detail Data Block I am Calling One LOV, Based on Master Block Item I want to filter data in the LOV.
    in the select statement
    SELECT * FROM MTL_SYSTEM_ITEMS WHERE
    ORGANIZATION_ID = :BLOCK_NAME.FIELD_NAME
    specified
    but it is showing no data found error.

    Do this:
    MESSAGE(:BLOCK_NAME.FIELD_NAME);
    MESSAGE(:BLOCK_NAME.FIELD_NAME);
    SELECT * FROM MTL_SYSTEM_ITEMS WHERE
    ORGANIZATION_ID = :BLOCK_NAME.FIELD_NAME
    This will tell you the value of BLOCK_NAME.FIELD_NAME
    Then use PLSQL and run the query using the value of BLOCK_NAME.FIELD_NAME
    and see if you get data. If you don't get data using PLSQL, then you won't get data using LOV.

  • How to filter tables in table browser in designer

    Hello Experts,
    I had a direct connection to SAP ECC database and I want to create an universe (with designer) on top of a database table. Problem is that ECC have a lot of tables and is very time consuming the selection of tables in table browser, question is:
    is there a way to filter tables or to directly select a table provided I know the table name I want to work with?
    note: I want to use aggregate data from logistic information tables because there is no BW system in this landscape
    thank you
    Edited by: Garduño Azael on Jul 29, 2011 6:12 PM

    Hi,
    You should use the external strategy function of the designer (see chapter OPTIMIZING UNIVERSES -> USING EXTERNAL STRATEGIES TO CUSTOMIZE UNIVERSE CREATION)
    http://help.sap.com/businessobject/product_guides/boexir31/en/xi31_designer_en.pdf
    you don't need to create a new external strategy. Designer comes with a set of "standard" external strategies. 
    For filtering tables use "table strategy".
    In order to make it to work for your environment, check the file *.STG and see which db user is used in the delivered strategy, then, add this user to your RDBMS and set the permissions and tables you wish to select to in designer
    For example in my BO installation the user is named 'USER', so I added it to my DB2 RDBMS of sapecc and added the required tables
    hope it helps

  • How to filter Activities, based on the created ?

    Hello,
    I use Actvities relatives to Accounts, Contacts, Opportunities.
    I would like to filter activities to have the following behavior:
    If I'm user A, I can only see activities I have created
    If I'm user B, I can only see activities I have created
    If I'm Users C,D,E,F,G,H, I can see Activities created by users C,D,E,F,G,H,I
    Does anyone use this behavior ?
    Thanks for your help.

    DONAIS wrote:
    In my report I have column a thru d. I would like to create a filter based on another column where column A == Column B. I can enter in a value that the column cannot equal to, but I would like to use a column instead of a value.
    Thanks.
    JonathanCan't you use a case statement in the column formula? Something like below should work if I understand your question correctly:
    CASE WHEN "Table"."Column Lvl1 Code" = "Table"."ColumnLvl2 Code" THEN 1 ELSE 0 END

  • How to handle table control in PO change

    Hi All,
    R/3 is sending PO details and Vendor is using third party front end to access the PO.He has changed the PO and these changes need to be reflected in the PO. Data is coming from external sytem to R/3 through IDOC. I need to handle the changes in the PO at the ITEM level. It has the table control. I don't know about table control. Kindly help me inorder to update the PO for a particular tab in PO item(ME22N).
    I have checked the process code : ORDH and FM: MPN30_IDOC_INPUT_ORDCAD
    Regards
    Kannaiah
    Rewards for helpful answers

    Hi Ravikanth,
    Thanks for the reply.
    I checked the PO item for the fields which need to be updated. I am unable to find some fields in the FM which i had mentioned. Shall I need to use any Userexit or include for this. If yes, can you tell me the user exit for this. I have checked the following exits: AMPL0001 
    LMEDR001 
    LMELA002 
    LMELA010 
    LMEQR001 
    LMEXF001 
    LWSUS001 
    M06B0001 
    M06B0002 
    M06B0003 
    M06B0004 
    M06B0005 
    M06E0004 
    M06E0005 
    ME590001 
    MEETA001 
    MEFLD004 
    MELAB001 
    MEQUERY1 
    MEVME001 
    MM06E001 
    MM06E003 
    MM06E004 
    MM06E005 
    MM06E007 
    MM06E008 
    MM06E009 
    MM06E010 
    MMAL0001 
    MMAL0002 
    MMAL0003 
    MMDA0001
    MMFAB001
    MRFLB001

  • How to filter viewobject based drop list ?

    Hi all,
    I have a drop list based on read only view object that will exist on many jspx.
    The view object/drop list must be filtered depending on from which jspx it is called.
    So the filtering is done when user enter the page.
    How to do that ?
    Thank you for your help,
    xtanto

    Since I don't know the actual source of your method, I can only guess what exactly is going on in there.
    One common mistake people do is creating a new instance of the AM instead of using the existing AM instance that is used in the ADF page - so check if this is the case.
    I would recommend that you move up to JDeveloper 10.1.3 which has way better support for JSF and way better documentation on this type of topics - for example in the ADF Developer Guide for 10.1.3 you'll find this topic about accessing the AM from Struts:
    http://download.oracle.com/docs/html/B25947_01/bcservices005.htm#sthref684
    JDeveloper 10.1.3 has a newer version of ADF that has excellent integration with JSF instead of the old Struts - and it can deploy to an OAS 10.1.2 server:
    http://download.oracle.com/docs/html/B25947_01/deployment_topics006.htm#CIHGIAAE
    JDeveloper itself is free - so no licensing issues there.
    And you are covered in terms of ADF license since you have an OAS license that includes it.

  • Filter tables based on query results

    Hello,
    I have a report from multiple data providers.The first page of it is a summary page for the data providers and it has a small table per data provider.
    My question is- is it possible to not show a table if the data provider has not results ?
    If so - then how can this be done ?

    Follow this steps:
    1. Select Table. Do right click
    2. Choose Table Format. Select Appeareance Tab.
    3.Check "Hide Block" checkbox.
    4.Press Edit Button and place this formula:
    =NumberOfRows("YOUR PROVIDER NAME HERE") = 0
    5.Press Ok. The formula will be displayed under the "Hide block" checkbox.  Press Ok.
    Apply this to every table you one to hide if its data provider has not results.
    If one of your tables hides and you still want to do some additional modifications press "Structure button" to be able to see it.
    Edited by: PadawanGirl on Feb 16, 2011 6:01 PM

  • How to filter values based on prompt values

    Hi Gurus,
    Good Afternoon to all.After long i came back with new requirement.............Its very highly important.
    I have one report in dashboard..............which is having employee head count based months.when user wants to click any month in prompt..the report should display upto previous month data..............
    example..............
    when user click september/2011.........the report should display data upto august/2011
    when user click october/2011.............the report should diaplay data upto september/2011
    could any one please give solution to resolve this issue............
    Thanks & Ragards,
    Naveen kumar

    Have a interim report having the month,previous month(calculated using case statements or addmonths function) .Make this report prompted to month. Then in your dashboard report select the month filter as 'filter based on report' and then select the calculated column of the interim report.

  • How to filter reports based on Prompt values

    Hi All,
    I have requirement in dash board.
    in my dash board it contains two reports which is having same column with different values.i.e.,
    one report contains Input method column with CSS value,
    another report contains Input method column with SFF value
    and i have dashboard prompt for INPUT METHOD column.
    when i need to select CSS value in prompt the first report should enable(display).second report should disable.
    when i need to select SFF value in prompt the second report should enable(display).first report should disable.
    But problem is when iam prompting values the 2 reports displaying same report only.Can any give solution for this one. how to solve this prob?
    Thanks in Advance response .
    Naveen

    Hi,
    Follow the steps from this link. I hope it will be helpfull
    http://oraclebizint.wordpress.com/2008/01/17/oracle-bi-101332-selecting-reports-from-dashboard-prompts-and-guided-navigation-sections/
    Phani.

  • How to create a sharepoint list to add/change/delete the data in SQL server Table based on users inputs

    I have a table in sql with employee_num and I need to create a list and link that list to this table to make changes to table based on values user enter or selects.

    Hi,
    In addition, you could refer to one similar thread for related information:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/8ee8a7b2-ddfc-4654-b84e-b062aeb527ae/how-to-create-exernal-list-in-sharepoint-which-fetch-data-from-multiple-sql-table?forum=sharepointgeneral
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Dynamic query table for report based on LOV selected

    Hi,
    Need some suggestion and guidance how to dynamically query table via lov for report .
    Scenario:
    Table, TABLE_LIST, has tablename (table in DB) and filter (for where clause) column. The TABLENAME_LOVE is derived from table TABLE_LIST.
    SELECT TABLENAME D, TABLENAME R FROM TABLE_LIST
    In Page 2,a page select list item,P2_TABLENAME to use TABLENAME_LOV
    All data in tables in the table_list have identical structure (columns, triggers, primary key, and so on).
    I want to have the report region query from the table based on selected LOV.
    Example,
    Tablename Filter
    TB1
    CD2 ACTIVE='Y'
    When select TB1, the report regin will query based on TB1.
    When select CD2, the report regin will query based on CD2 WHERE ACTIVE='Y'
    Question:
    How can I query based on &P2_TABLENAME. WHERE &P2_FILTER.
    Like
    select col1, col2 from &P2_TABLENAME WHERE &P2FILTER
    Greatly appreciate any suggestion and some guidance.
    Tigerwapa

    Hi,
    You should always post your Apex version, DB version and other information as suggested in the FAQ.
    And the moment you talk report you should state whether it is IR or Classic.
    As for your query, have you explored the Report type "SQL Query (PL/SQL function body returning SQL query)" ?
    That might be a good fit for what you are trying to achieve.
    Regards,

  • How to retrieve 2 values from a table in a LOV

    Hi
    I'm pretty new to APEX. I try to retrieve two values from a table using a LOV. I have a table named DEBIT with then columns SITE, NAME and KEY
    I want to display NAME to the user in a list. When the user select an item from the list, I want to retrieve the data of the SITE and KEY column of this item in order to launch an SQL command based on this two values.
    How to retrieve thes two values whant the user chooses an item from the list ?
    I apologize for my english, being french.
    Regards.
    Christian

    Christian,
    From what I understood about your requirement, you want a 'select list with submit' which displays "NAME" and based on the value selected, you want to get the corresponding values for "SITE" and "KEY" from the table.
    <b>Step 1: Create a select list with submit, say P1_MYSELECT </b><br><br>
    Use something like this in the dynamic list of values for the select list: <br>
    SELECT NAME display_value, NAME return_value
    FROM DEBIT<br><br>
    <b>Step 2: Create a page process of type PL/SQL block. Also create 2 hidden items P1_KEY and P1_SITE. </b><br><br>
    In the PL/sQL, write something like:
    DECLARE
      v_key DEBIT.KEY%TYPE;
      v_site DEBIT.SITE%TYPE;
      CURSOR v_cur_myvals IS
              SELECT KEY, SITE
              FROM DEBIT
              WHERE NAME = :P1_MYSELECT;
    BEGIN
      OPEN v_cur_myvals;
      LOOP
              FETCH v_cur_myvals
              INTO  v_key,v_site;
              EXIT WHEN v_cur_myvals%NOTFOUND;
    :P1_KEY := v_key;   
    :P1_SITE := v_site; 
      END LOOP;
      CLOSE v_cur_myvals;
    END; <br><br>
    Then you can use these values for whatever purpose you need to.
    Hope this helps.

  • How to filter the Rest Api data based on Taxanomy columns

    Hi Everyone,
    We are using SharePoint2010 Standard Edition.
    I wanted get the library details through REST Api. I am using as below:
    https://SiteUrl/_vti_bin/listdata.svc/Documents?$filter=Title eq 'SharePointDoc'
    Here I am able to get the info regarding "SharePointDoc". But when I am trying to get the details from Taxonomy filter, it didn't.
    Can anyone please tell me how can we filter based on Taxanomy fields.
    Thanks in Advance
    Krishnasandeep

    Hi,
    I understand that you wanted to filter the Rest Api data based on Taxanomy columns.
    Per my knowledge, in SharePoint 2010 , not all types of column are available via REST, most annoyingly managed metadata columns are amongst this group of unsupported column types.
    However, in SharePoint 2013, we can filter list items based on taxonomy (managed metadata) columns.
    Taxonomy fields can be now called via REST API using CAML query in REST calls.
    Here is a great blog for your reference:
    http://www.cleverworkarounds.com/2013/09/23/how-to-filter-on-a-managed-metadata-column-via-rest-in-sharepoint-2013/comment-page-1/
    You’d better to change the REST calls and the CAML query to check whether it works in SharePoint 2010.
    More information:
    http://platinumdogs.me/2013/03/14/sharepoint-adventures-with-the-rest-api-part-1/
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

Maybe you are looking for

  • CRM 7.0 EHP1 and FINBASIS

    Gurus, I hope this question is posted in the correct forum...if not, let me know where it ought to go. We are currently running CRM7.0 with NW7.01 dual stack with these components: SAP_ABA     701     0007     SAPKA70107 SAP_BASIS     701     0007   

  • Older Digital Video Camera - no firewire port

    I have an older Sony Digital Video Camera and a MacBook Pro with iDVD"08 and I want to transfer my tapes to DVD using OneStep DVD. The camera has a USB port, but no firewire port. Is there an adapter I can get or some other way to use OneStep DVD? I

  • WEB SERVICE + REQUEST RESPONSE TRACK

    Hello Friends, I have a issue, I have to consume the webservice made in .NET environment. The web service uses oasis security. so I have to set the SOAP HEADER with user name and passwrod. Unfortunately its not working. My question is , is there any

  • Can the central system and the sender system at different time zone?

    We have a control(i.e. central) system which is 6 hours ahead of the sender system. When processing step "analyse tables in sender system", we get short dumps immediately at  control , sender and receiver. On the sender, the short dump reads: Runtime

  • Following the Hello World Tutorial for Microsoft Windows - PROBLEM

    Okay, I have my Command Prompt up and I was on the C Drive, I put in javaAnd a bunch of text came up, then I wanted to change HelloWorldApp.java to a .class file so I typed in javac HelloWorldApp.javaAnd an error popped up: 'javac' is not recognized