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.

Similar Messages

  • 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

  • How to filter selection in drop down box in Report Builder 3.0

    New to SQL reporting services -
    what is the syntax for filtering the drop down list in Report Builder 3.0? 
    I have the following:  =Parameters!ReportParameter1.value   and =Fields!Store.value 
    my drop down shows the project name numerous times rather than just once.

    New to SQL reporting services -
    what is the syntax for filtering the drop down list in Report Builder 3.0? 
    I have the following:  =Parameters!ReportParameter1.value   and =Fields!Store.value 
    my drop down shows the project name numerous times rather than just once.
    Hi ,
    If I understood your requirement clearly then you need distinct value in Parameter list.
    In this case you need to select a distinct record in dataset that will be further used as Parameter input.
    Lets say your pameter accept value from dataset1;
    select 'Project1' pp
    union all
    select 'Project1'
    union all
    select 'Project1'
    union all
    select 'Project2'
    union all
    select 'Project2'
    union all
    select 'Project3'
    so in this case your report parameter will show.
    By selecting distinct record  you will get ;
    Thanks
    Please Mark This As Answer or vote for Helpful Post if this helps you to solve your question/problem. http://techequation.com

  • 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 filter data from dropdown list in sharepoint 2010

    hi,
    we have one requirement for filtering data from drop down list , we have 4 drop down  lists, in that  drop drown, we  can select any drop down that related data bind to grid view ,  

    Try using "relationshipWebURL"
    property
    Ref:
    http://spservices.codeplex.com/discussions/348401
    Another option is by using Infopath forms
    Ref:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/9a84eae9-515f-4bef-921f-5ede5819f8df/filtering-a-cascade-dropdown-list-to-use-in-another-site
    Adnan Amin MCT, SharePoint Architect | If you find this post useful kindly please mark it as an answer :)

  • 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.

  • Dynamic create Drop List

    Hi, i'm building a form to gather info on the number of sessions there are in a day. So on this form, there is a drop list which allows the user to select from 1 to 10 sessions.
    Now, all the sessions are different times, so i have to create different number of drop based on the number select.
    Therefore if the user select 5, 5 new drop list appears and if 8, 8 new drop list appears. These new drop list would show times value for the user to select.
    Eg of drop list would have
    <select name=...>
    <option value='1'>1</option>
    i've so far manage to dynamically the select drop boxes but they do not show the option times values as i wish to.
    How can i get the drop list to show the options?
    can anyone help?
    function createSessionTimes(){
    var aElement=document.createElement("<select name='Session1'>")
    document.body.insertBefore(aElement);
    var aElement2=document.createElement("<select name='Session2'><options value='1'>1</option>")
    aElement.insertBefore(aElement2);
    }

    Yes, i know this is javascript. but i was hoping there is a jsp way to dynamically create new number of drop lists based on the value of the drop list above.
    so far i only seen javascript but i wish to do in jsp alone. Can anyone provide a jsp solution?

  • In BI how to filter the selection options based on inputs on top field

    Hi Friends,
    In BI, How to filter the selection options based on inputs on top field.
    The system should automatically filter the lower level drop downs based on the selection of a higher level.
    For e.g. :
    If a user selects a Country then the States drop down should only display the State's belongs to the Country. Similarly when a State is selected, the District drop down should display only those District's belongs to the State.
    Thanks in Advance.
    Regards
    Jayaram M

    Hi Anil,
    Thanks for reply but I couldn't use Compounding Characteristic here. Need some other solution.
    Regards
    Jayaram M

  • How do I make a drop down list of text in numbers as it is made in the example spreadsheet for comparing cars for buying where you can choose a value from a dropdown list for each car?

    how do I make a drop down list of text in numbers as it is made in the example spreadsheet for comparing cars for buying where you can choose a value from a dropdown list for each car?

    Where is this example spreadsheet? Without seeing it I can only guess at what you are asking.
    To make a drop-down list (a pop-up menu in Numbers-speak), format the cell as a pop-up then edit and add to the list of items.
    If the example spreadsheet is pulling in a dollar value based on what car you chose in the pop-up, it is probably using LOOKUP or one of the other lookup functions, getting the information from another table (a lookup table). If, instead, these dollar values are what you are choosing in the pop-up, then you need to create a pop-up with these values in it.
    The Help menu includes a link to a page where you can download the Numbers Users Manual. It also has a link to the Formulas and Functions guide. Both are useful to new users.

  • 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

  • How to filter results from 4 dynamic list menus depandant on how many of them are selected

    I have a search page with a form with 4 list menus and 1 submit that post the results to the results page. I can create a record set that either retrieves the correct data from my database if a selection is made from all four menus Or i can create the recordset if only 3 menus have a selection or the same for 2 menus and 1 menu. However i want the user to be able to make a selection from either 1, 2, 3 or all 4 of the menus and the exact data be retrieved. At present if i try to combine the recordset using AND and ORs the results are not specific enough, for example the 4 menus are Location, Type, Price & Style if a user selects from all 4 i only want to retrieve data that matches all 4 criteria, but at the same time if the user selects only 2 of the menus the i want it to retrieve data that matches specifically those 2 variables. I´m not actually sure if i should be creating a more advanced sql query of if its the php side of things that i need to look at. This is my first dynamic site so please be aware i´m still a learner where php and sql is concerned. Please can anyone help?  

    Hey there,
    Thanks for replying,
    I too am using Dreamweaver recordset, my local server is XAMPP ( apache php mysql), i´have pasted my sql recordset below to give an idea of what i´m trying to do, however this does not work as i´m trying to select the exact data based on 4 menus PRICE TYPE LOCATION and BEDS, and also want the search to work if the user only selects options from either 1, 2, 3 or 4 of the menus, with the code as it is if the user select only two options from 2 of the menus the results don´t just find (for example) all results for location AND price they find all results for the location varibale OR the price variable rather than a match for both, if you see what i mean?
    Any suggestions?  
    SELECT trueprice,`desc`, `propid`, `bathrooms`, `photo1`, locationtable.loc, typetable.style, bedtable.`number`
    FROM detailstable JOIN locationtable ON detailstable.location=locationtable.locid JOIN typetable ON detailstable.type=typetable.typeid JOIN pricetable ON detailstable.price=pricetable.priceid JOIN bedtable ON detailstable.beds=bedtable.bedid
    WHERE (location=varloc AND price = varprice AND type=vartype AND beds=varbed ) OR (price=varprice AND location=varloc AND type=vartype) OR  (price=varprice AND location=varloc AND beds=varbed) OR (price=varprice AND beds=varbed AND type=vartype) OR  ( location=varloc AND type=vartype AND beds=varbed) OR  (price=varprice AND location=varloc) OR (price=varprice AND type=vartype) OR (price=varprice AND beds=varbed) OR (type=vartype AND location=varloc) OR (type=vartype AND beds=beds) OR (location=varloc AND beds=varbed) OR (price = varprice OR beds=varbed OR type=vartype OR location=varloc)
    ORDER BY detailstable.trueprice ASC
    Look forward to receiving your thoughts,
    Linda
    Date: Wed, 21 Oct 2009 14:36:33 -0600
    From: [email protected]
    To: [email protected]
    Subject: how to filter results from 4 dynamic list menus depandant on how many of them are selected
    Hiya,
    I'm just doing my first dynamic site too, and am at a similar level to yourself.
    Can you give us more info re the site. What software, eg Dreamweaver etc are you using, and is your server using PHP or ASP etc?
    For what I've used, I amended the SQL side of things in the recordset in Dreamweaver. That way, you can test the SQL as you're setting up the recordset.
    Let me know how you're going on anyway
    Cheers
    Andy
    >

  • Does anyone know how to Add a date drop down list to a pdf file?

    Can someone tell me how to add a Date drop down list in a form

    There's no built-in function that does that in Acrobat, but there are some third-party tools that do.
    The two most known ones are by FormRouter, which is free and based on form fields (but also a bit buggy), and a non-free version created by Max Wyss, which is based on a dialog object.

  • How JComboBox Drop List Works ?

    hi all ,
    I was wondering how the drop list of the jcombobox appears over all other components in the form although the jcombobox takes no reference to its parent.
    best regards

    JComboBox doesn't really need to know about its parent to draw over the top. You need to understand how a GUI is constructed to understand how things overlap one another. I actually don't know of a really basic tutorial on GUIs that covers component hierarchies. You should read the [url http://java.sun.com/docs/books/tutorial/uiswing/learn/index.html]Swing Tutorial anyway but I've always felt it's based too much on examples.
    In general, though, you have to understand that things are stacked on top of one another in a GUI. This is called a component hierarchy. You have a top-level container with nested components. Each component can be a container which contains other components. Each component is painted from the top of the hiearchy to the bottom, which translates to painting from the back to the front so that what you ultimately see is the result of a lot painted components.
    As an example, imagine a deck of cards. If you look at them from above, you see only the top card. If you fan them out, you see parts of each card and all of the top-most card. A GUI is structured and painted the same way.

  • I bought an I pad 2 from us but I can not activate the Facetime in UAE(Dubai)as I can not see the country in the I pad's  drop list, anyone has an idea as how to resolve this issue

    I bought an I pad 2 from us but I can not activate the Facetime in UAE(Dubai)as I can not see the country in the I pad's  drop list, anyone has an idea as to how to resolve this issue

    I'm not that familiar with how FaceTime works. I know how to set It up but I don't use it. I just know that you can't activate in the UAE. I believe that you can activate in any country that permits it's use. Whether you will need a new ID or not, I can't confirm.
    You can Google this and get all sorts of articles on workarounds. Apparently if you set up a VPN you can use it in the UAE. Here is one article that I found.
    http://talkfree7.blogspot.com/2010/09/how-to-facetime-voip-call-from-uae.html
    I Googled "workaround for FaceTime in UAE" to find this.

Maybe you are looking for

  • Problema ao criar Pick via DI em diferentes clients simultâneos

    Bom dia a todos. Gostaria de pedir uma ajuda. Estou criando um AddOn que ao cliente concluir um Pedido de Venda, o AddOn irá selecionar os lotes dos itens com base em alguns critérios(o primeiro é o lote que esta mais próximo de vencer, o segundo é o

  • MBP early 2011 battery life

    I have the early 2011 release of the 17" MBP (8gig ram, 2.2ghz quad i7, 500 gig harddrive) and it seems like the battery life has just been cut inhalf. It lasts me about 3 and a half hours from just general use. Is my battery faulty? Really appriciat

  • How can I get all my entities out of BC4J

    I would like to extend the entityimpl class in a generic way, so I can use codelogic for all entieties in the BC4J Project? How can I do this? I would like to write a method that uses the entityname as the parameter and then per entity (using the par

  • How do I convert PDF(Acrobat 9 Pro) or INDD5 to Word?

    I need to convert our PDF output files or INDD files to Word docs for Kindle publication. The Save As doesn't convert correctly.

  • How to import playlists in the new plays-for-sure suit for zen to

    hey all, well before the new touch firmware, i could import wmp playlists using the import feature of media source, and then transfer it to my touch using media source as well now my meida source does not recognize my zen touch with the new firmware