AF:query with additional features

Hi all

JDev: 11.1.1.3 (11.1.1.5 migration)

We use the af:query component as our standard query module (seems logical).
Thanks to the Frank Nimphius 'validation of complex area of the af:query component' on the ADF Code corner.
It is clear, how to make the validation in an af:query component.

What we want to do is the following: on an existing field, add an icon/link that opens a pop-up window that contains
a taskflow, which contains a more complex query (with af:query ;-)). Must return the result of the tf
in the field in the first part of FY: query.

Is something like this?

Thank you.

Filip Huysmans.

Filip,

No, you can not

Frank

Tags: Java

Similar Questions

  • additional features in windows 8.1 Upgrade

    not able to improve the additional features of windows 8.1 im... I tried to get the product key from the bios, but the specifications say its no good try another... Help, please.! thnx in advance

    Hello

    The product key that is stored in the bios is only for the existing version of Windows 8 that came with the laptop - to add other features such as Windows Media Center, you can buy the upgrade code.  See the following link for more details.

    http://Windows.Microsoft.com/en-GB/Windows-8/feature-packs

    Kind regards

    DP - K

  • How can I use the additional features of windows 8.1 license key

    I bought acer E5 - 573 G-34QR (Aspire e 15) provided with windows preinstalled 8.1, I activated windows 8.1 but when I try to use additional features of windows 8.1 it ask for the product key.

    It depends on what kind of functionality you are looking for.

    Moreover, the license key is on your BIOS, so you don't need to activate windows.

    here some difference on windows 8 versions, it's the same for 8.1:

    https://en.Wikipedia.org/wiki/Windows_8_editions

    All mentioned editions have the ability to use the language packs, which allows multiple user interface languages. [5] (this feature previously only available in Windows 7 Ultimate or Enterprise). However, in China and other emerging markets, a variation of Windows 8 without this feature, called Windows 8 unique language, is sold. This edition can be upgraded to Windows 8 Pro. [14]

  • More than 1 SQL query with checkbox and error invalid number report

    Hi all

    I have two SQL query reports that each has an apex_item.checkbox and two processes for each report.  A report/process works very well.  It gives me an error of invalid number.

    In addition, another query SQL (editable report) gives me the following error when using the Multi line process, delete.

    ORA-06502: PL/SQL: digital or value error: character number conversion
    error ORA-06502: PL/SQL: digital or value error: character number conversion
    error
    Ok

    When I got a report from SQL query (with box and a process) and the query SQL (editable report) everything worked.  It stopped working when I added another SQL query report (with box and a process).

    A SQL query has the following in my query: apex_item.checkbox(3,email_id,'UNCHECKED') ""

    The other SQL query has the following: apex_item.checkbox(2,b.file_id,'UNCHECKED') ""

    Any help will be greatly appreciated,

    Sylvia

    Hi Reema,

    I've recreated the region and now it works!

    Thank you for this, looking at

    Sylvia

  • Please suggest a select query / under query with using any routines or

    source table: three columns ORIGIN, DESTINATION, MILES

    Origin Destination Miles

    Sydney Melbourne 1000
    Perth, Adelaide 3000
    Canberra Melbounre 700
    Melbourne Sydney 1000
    Brisbane Sydney 1000
    Perth, Darwin 4000
    Sydney, Brisbane 1000

    out put: three columns ORIGIN, DESTINATION, MILES

    Duplicate routes should be ignored, so the output is

    Origin Destination Miles

    Sydney Melbourne 1000
    Perth, Adelaide 3000
    Canberra Melbounre 700
    Brisbane Sydney 1000
    Perth, Darwin 4000

    Please suggest a select query / under query with using subroutines or functions/pkgs to get put out table.

    Hello

    user9368047 wrote:
    ... Please suggest a select query / under query with using subroutines or functions/pkgs to get put out table.

    Why? If the most effective way to achieve the desired results is to use a function, why would you not use it?

    Here's a way, without all the features:

    SELECT     a.*
    FROM           source_table  a
    LEFT OUTER JOIN      source_table  b  ON   a.origin          = b.destination
                                          AND  a.destination       = b.origin
                          AND  a.miles          = b.miles
    WHERE   b.origin  > a.origin    -- Not b.origin > b.origin
    OR     b.origin  IS NULL
    ;
    

    If you would care to post CREATE TABLE and INSERT statements for your sample data, and then I could test this.

    Published by: Frank Kulash, November 6, 2012 19:39
    Fixed WHERE after MLVrown clause (see below)

  • Possible BUG: af:query with several LOVs throws bitIndex exception

    Hi all

    I use the af:query for the search component and I get constantly "bitIndex < 0:-1 error" when searching on a LOV (by typing the value in the part of the LOV not using inputtext does not popup LOV).

    Installation program:

    I use Jdev 11.1.2.1 with JDEVADF_11.1.2.1.0_GENERIC_110907.2314.6081.

    Using the schema HR, I created the entity departments and a Department display object based on the entity.

    I created 2 objects of basis for the LOVs SQL view (not from entities not):

    1. view LOV departments - select * from departments
    2 view of the LOV locations - select * from places

    The two views of Lov were created using the wizard with all the default values.

    In my opinion main departments (based on the entity), I created 2 LOVs for LocationId and for DepartmentId.

    The LOV for DepartmentId returns 2 attributes, DepartmentId and DepartmentName both are mapped to the corresponding attributes in the main view of Department. (I did using the popup "Edit the list of values", in the section 'List return values').

    Finally, I dragged the "all searchable attributes" from the control panel of data to a test page, creating a group of ADF query with table

    The error:

    I type a valid service id in the LOV DepartmentId within the research section and I get the "bitIndex < 0:-1 error.» No results are returned.

    When the server running with - Djbo.debugoutput = console I see the following error messages:

    CtrlAttrs < JUCtrlValueBinding > < setInputValue > [18415]: exception caching: oracle.jbo.AttrValException: Houston-27019: the get method for attribute "DepartmentName" in the PREMISESof VIEW_USAGE_internal_vci_def_values is not resolved.
    < DCBindingContainer > < cacheException > [18416] * updated BindingContainer cache EXCEPTION: oracle.jbo.AttrValException
    < DCBindingContainer > < cacheException > [18417] java.lang.IndexOutOfBoundsException: bitIndex < 0:-1
    at java.util.BitSet.get(BitSet.java:441)
    at oracle.jbo.server.ViewRowStorage.getAttributeInternal(ViewRowStorage.java:1823)
    at oracle.jbo.server.ViewRowImpl.getAttributeValue(ViewRowImpl.java:1962)
    at oracle.jbo.server.ViewRowImpl.getAttributeInternal(ViewRowImpl.java:824)
    at oracle.adf.model.bean.DCDataRow.getAttributeInternal(DCDataRow.java:366)
    at oracle.adf.model.bean.DCCriteriaValueRowImpl.getAttributeInternal(DCCriteriaValueRowImpl.java:241)
    at oracle.jbo.server.ViewRowImpl.getAttrInvokeAccessor(ViewRowImpl.java:906)
    at oracle.jbo.server.ViewRowImpl.getAttribute(ViewRowImpl.java:854)
    at oracle.jbo.uicli.binding.JUCtrlValueBinding.internalGetAttributeValueFromRow(JUCtrlValueBinding.java:1213)
    at oracle.jbo.uicli.binding.JUCtrlListBinding.setTargetAttrsFromLovRow(JUCtrlListBinding.java:2799)
    at oracle.jbo.uicli.binding.JUCtrlListBinding.setTargetAttrsFromLovRowAndUpdateMRU(JUCtrlListBinding.java:2712)
    at oracle.adfinternal.view.faces.model.binding.FacesCtrlLOVBinding.setInputValueInRow(FacesCtrlLOVBinding.java:1163)
    at oracle.jbo.uicli.binding.JUCtrlValueBinding.setInputValue(JUCtrlValueBinding.java:2926)
    at oracle.jbo.uicli.binding.JUCtrlValueBinding.setInputValue(JUCtrlValueBinding.java:2889)
    to oracle.adfinternal.view.faces.model.binding.FacesCtrlSearchBinding$ AdfCriterionValues.set (FacesCtrlSearchBinding.java:3589)
    at javax.el.ListELResolver.setValue(ListELResolver.java:240)
    at oracle.adfinternal.view.faces.model.AdfELResolver.setValue(AdfELResolver.java:162)
    at oracle.adfinternal.view.faces.model.AdfELResolverProxy.setValue(AdfELResolverProxy.java:71)
    at com.sun.faces.el.DemuxCompositeELResolver._setValue(DemuxCompositeELResolver.java:255)


    Note:
    The search works as expected if I only have a LOV attached to the main view. (if I don't have the Department LOV attached as described above everything works fine)
    If both LOVs of DepartmentLOV and LocationsLOV return a single value, the departmnetId and the locationId, without mapping any additional return attributes research as planned as well.

    This is test case the simplest I could create to reproduce the error I see in our code.

    Here is a link to my test project: [http://www.2shared.com/file/QxZJDfax/bitIndexTest.html]

    Help, please

    I'm looking for workarounds / fixes.
    Any advice would be greatly appreciated.

    Thank you
    Sasha

    Hi Sasha,

    which seems related to the bug 12851501 - ARRAYINDEXOUTOFBOUNDSEXCEPTION LIFTING OF VIEWROWSTORAGE CLASS
    expected to be fixed in JDeveloper 11.1.2.2.0

    If you have access to My Oracle Support, there are here available patch (patch 12851501).

    Kind regards

    Didier.

  • I've been trying to get out of my printer and scanner works with the features, it can handle but you need the orginal software cd you can down line load a copy _ @ _. ___

    How can I get a copy of the cd that will work with your old software. I've been trying to get out of my printer and scanner works with the features, it can handle but you need the orginal software cd you can down line load a copy to * address email is removed from the privacy *

    Hi Oscar,.

    Thanks for the post.

    It seems you are trying to download the application printer and scanner. Please answer the following questions, which will help us to guide you in the right direction.

    1. What is the brand and model of the printer?

    Suggestions for a question on the help forums

    http://support.Microsoft.com/kb/555375

    Send us more information to help you better, we will be happy to help you!

  • Toshiba Portege 3505 with addition of XP tablet, the cursor is moved and menu drop-down window opens intermittently

    My cursor is moved to the left of the screen, then a drop down window opens to display an element of right mouse drop-down window. It is intermittent in the duration and doen not always happen.

    I've performed on a toshiba portege 3505 with addition of windows xp tablet with all security updates. I tried maleware.org and run ms security essential.

    Pleaes tell me what I have and how to get rid of this bug.

    David

    It really doesn't look like a malware problem as much as you have scanned with MSE and Malwarebytes and found no problem.

    You can see this thread: http://answers.microsoft.com/en-us/windows/forum/windows_7-desktop/menu-appear-to-the-left-of-my-cursor/4287cf85-42fe-4b49-92c6-bac01f007a6d

    Good luck...

  • Printing pages with additional layers - page by page

    Already posted this in the pre-press section:

    Printing pages with additional layers - page by page (DUPLICATE)

    But maybe the pros of Javascript are faster by giving a useful answer:

    Hello, need us a script to get a print of a document of two layers.
    The layer 'A' is a base layer, 'B' can be activated by clicking on a button on the layer "A" and gives additional information.
    The layers ('A' and 'B') which should appear in the following order: A1, A2, B1, B2... n1, n2


    Weather printing should be established in this way for the regular print command or can be implemented by a button.
    There is no limitation for that in the document.

    Hope I gave a clear statement on the challenge.  Thanks in advance.

    If you want to print each page twice, layer display and then layer B every time?

    In this case, you can use something like this (but the user may need to manually click the button print every time...):

    for (var p=0; p		   
  • Paid version with more features

    Hello

    I like the adobe way draw app prints. He has a lovely, fluid, drawing way and I enjoy using the application as some other paid applications I.  However, I am part of the iPad for many pro users that is crying out for more features. I'd be happy to pay for an application with features improved as the ability to select and scale/move one line and allow positioning of the lines inside or outside. I was also more likely to agree to a plan of cloud if an app pro with these features has been included with this subscription.

    I know that many other people have mentioned these frustrations with the application. I know that these changes are probably low priority upgraded to a free application. Please just move there are certainly users who would pay for an upgrade.

    Thank you.

    Hi heads,

    With the widespread use of the iPad Pro, we receive more comments/feature requests like yours.

    The design teams know that people are interested in the opportunity to take work from start to finish in our mobile applications, so there are many conversations about what to bring applications and what to leave out. At this point, I'm not sure what the plan is to bring more 'Illustrator-like' features to the draw.

    I would like to have more information for you... I will definitely pass your comments along to the product team.

    Thank you for taking the time to post.

    Sue.

  • Write a SQL query with lines in columns

    All the

    I need help in writing a SQL query with lines in columns, let give u an example...

    drop table activity;

    CREATE TABLE 'ACTIVITY '.

    (

    "PROJECT_WID" NUMBER (22.0) NOT NULL,

    VARCHAR2 (150 CHAR) "PROJECT_NO."

    VARCHAR2 (800 CHAR) 'NAME '.

    );

    Insert in the ACTIVITY (PROJECT_WID, PROJECT_NO, NAME) values (1683691, '10007', 12-121');

    Insert in the ACTIVITY (PROJECT_WID, PROJECT_NO, NAME) values (1684994, '10008', 12-122');

    Insert in the ACTIVITY (PROJECT_WID, PROJECT_NO, NAME) values (1686296, '10009', 12-123');

    Insert in the ACTIVITY (PROJECT_WID, PROJECT_NO, NAME) values (2225222, '9040', 12-124');

    drop table lonet;

    CREATE TABLE 'LONET.

    (

    VARCHAR2 (150 CHAR) "NAME."

    NUMBER OF THE "ROOT."

    VARCHAR2 (150 CHAR) "ENTRYVALUE".

    );

    INSERT INTO LONET (NAME, ROOT, ENTRYVALUE) VALUES ("GAC", 1683691, "LDE");

    INSERT INTO LONET (NAME, ROOT, ENTRYVALUE) VALUES ('NAM', 1683691, 'LME');

    INSERT INTO LONET (NAME, ROOT, ENTRYVALUE) VALUES ('BAG', 1683691, 'ICE');

    INSERT INTO LONET (NAME, ROOT, ENTRYVALUE) VALUES ('PAP', 1683691, 'IKE');

    INSERT INTO LONET (NAME, ROOT, ENTRYVALUE) VALUES ('NAM', 1686291, "QTY");

    INSERT INTO LONET (NAME, ROOT, ENTRYVALUE) VALUES ('PAP', 1686291, 'MAX');

    INSERT INTO LONET (NAME, ROOT, ENTRYVALUE) VALUES ("GAC", 1684994, "MTE");

    INSERT INTO LONET (NAME, ROOT, ENTRYVALUE) VALUES ('PAP', 1684994, 'MAC');

    INSERT INTO LONET (NAME, ROOT, ENTRYVALUE) VALUES ('FMT', 1684994, 'NICE');

    INSERT INTO LONET (NAME, ROOT, ENTRYVALUE) VALUES ('FMR', 1684994, 'RAY');

    INSERT INTO LONET (NAME, ROOT, ENTRYVALUE) VALUES ('BAG', 1686296, "CAQ");

    INSERT INTO LONET (NAME, ROOT, ENTRYVALUE) VALUES ("PAP", 1686296, "QAQ");

    INSERT INTO LONET (NAME, ROOT, ENTRYVALUE) VALUES ("VANESSA", 1686296, "THEW");

    INSERT INTO LONET (NAME, ROOT, ENTRYVALUE) VALUES ("ANDR", 1686296, "REYL");

    commit;

    Link: activity.project_wid = lonet.root

    look like output

    Project_wid Project_no NAME GAC NAM BAG RAC
    16836911000712-121LDELMELCELKE
    16849941000812-122MTEnullnullMAC
    16862961000912-123nullnullCAQQAQ
    2225222904012-124nullnullnullnull

    two problems, in that I am running

    1. I dono how simply we can convert rows to columns

    2. for root = 1683691, there are double NAM and RAC in lonet table... ideally these data should not be there, but since its here, we can take a MAX so that it returns a value

    3. There are undesirables who should be ignored

    Once again my thought process is that we join the activity and 4 alias table lonet.

    ask for your help in this

    Thank you

    Hello

    This is called pivoting.

    Here's a way to do it:

    WITH relevant_data AS

    (

    SELECT a.project_wid, a.project_no, b.SID

    , l.name AS lonet_name, l.entryvalue

    Activity one

    LEFT OUTER JOIN lonet l.root = a.project_wid l

    )

    SELECT *.

    OF relevant_data

    PIVOT (MAX (entryvalue)

    FOR lonet_name IN ("GAC" IN the gac

    "NAM" AS nam

    'BAG' IN the bag

    "RAC" AS cars

    )

    )

    ORDER BY project_wid

    ;

    Output:

    PROJECT_WID PROJECT_NO GAC NAM BAG RAC NAME

    ----------- ---------- ---------- ---------- ---------- ---------- ----------

    1683691 12 - 10007 121 LDE LME LCE LKE

    1684994 MAC MTE 10008 12-122

    1686296 12 - 10009 123 QAC QAQ

    2225222 9040 12 - 124

    To learn more about swivel, see the FAQ in the Forum: Re: 4. How can I convert rows to columns?

    Thanks for posting the CREATE TABLE and INSERT statements; It's very useful!

  • help me out with a query with an output that has own text.

    help me out with a query with an output that has own text.

    For example select name from tbl_name

    Ben "is my name"-> should be the output

    Hello

    3cc59f7b-B8C1-4EFA-8385-e0d8720a689c wrote:

    help me out with a query with an output that has own text.

    For example select name from tbl_name

    Ben "is my name"---> should be the output

    Sorry, it is not clear what you want.

    If the table contains only "Ben", then you can get the output above using a query like this:

    SELECT name. '' my name is' ' AS name_plus

    FROM tbl_name;

    I hope that answers your question.

    If this isn't the case, please post a small example data (CREATE TABLE and only relevant columns, INSERT statements), and the results you want from this data.

    Explain, using specific examples, how you get these results from these data.

    Always say what version of Oracle you are using (for example, 11.2.0.2.0).

    See the FAQ forum: https://forums.oracle.com/message/9362002#9362002

  • Can I do a query with a varchar2 or other inside OF?

    How can I do a query with a Variable (varchar) inside OF?

    example:

    Select * from: var;


    I received the error message: "invalid table name".

    declare

    n number;

    table-name varchar2 (30): = "double";

    Start

    run immediately 'count (*) select "| table_name in n;

    dbms_output.put_line (n);

    end;

    /

  • I subscribed to Pack Adobe and not only there me not allowed to do what I need it to do, he charged me the 9.99 and cannot me access to the subscription describes additional features. Worse, it is - I can't see it in my plans to UNSUBSCRIBE.

    I subscribed to Pack Adobe and not only there me not allowed to do what I need it to do, he charged me the 9.99 and cannot me access to the subscription describes additional features. Worse, it is - I can't see it in my plans on my Adobe account to UNSUBSCRIBE. Help! How can I unsubscribe?

    Hello

    An answer depends on where you bought the subscription for.  Please take a look at your purchase confirmation email.

    (a) Apple App Store

    Contact Apple - Apple Support support

    iTunes - account & billing - Apple Support

    (b) Google Play Store

    Subscriptions on Google Play - game Google Help

    (c) adobe web site

    Cancel your subscription or membership. Acrobat, services Cloud of Document PDF

    If none of the above answers your question, please contact Adobe customer service directly.  Sorry for the inconvenience.

  • Select the query with the level line list where the clause

    Hi all

    I am creating a tabular presentation based on a SQL query that has a list of selection based on a query with a where clause clause that refers to a column in the original SQL query.

    The situation is, I have a table that stores the client_id, source_id, and build_id, lets call it client_source. I have a second table, build_source, containing source_id and build_id, one to many relations between the two (1 source_id could have build_id 1-7).

    Using a tabular presentation, I want to select the correspondent build_id to use in client_source, but the selection list should contain only the build_id for this particular source_id of lines.

    Here is an example of the SQL source of tabular presentation;

    Select
    s.ROWID,
    s.CLIENT_ID,
    s.SOURCE_ID,
    APEX_ITEM. SELECT_LIST_FROM_QUERY (1, s.BUILD_ID,)
    "Select display b.build_id, b.build_id return.
    b build_source where b.source_id = s.SOURCE_ID ') lst
    of s client_source

    what I want to achieve, it's as source_id "BOLD" match fields. When the query is built this way, I get an error of "invalid identifier" Oracle on s.SOURCE_ID during execution.

    Is there some special tags to be used to refer to the external column? I must be missing something because this looks like a pretty mundane problem.

    I am running on 4.1.0.00.32, on an Oracle 10 g release 10.2.0.4.0 Server Express request.


    I look forward to useful responses!


    See you soon,.
    Jason

    Published by: 1005131 on May 9, 2013 19:02

    Your selection by query list receives a static SQL. That SQL can't "see" the value of your s.source_id.
    But it would work like this:
    where b.source_id = ' | s.SOURCE_ID)

    You would be the value for the SQL concatenation. It is not ideal, but it will work.

    Jorge

Maybe you are looking for

  • New Separator button missing?

    I realize that this question was already asked, but to reply or create an account just to reply - I had TO ask a question. But I know that the new Firefox interface is here, it couldn't hurt to put the separator button in the option available for me

  • Win 7 - Vista Recovery

    The release of Win 7 in October, a clean install will be necessary, who will rub Vista. It will be possible, if you wish, to return to Vista, using the DVD (s) recovery or the recovery partition? It will be necessary to repeat the recovery DVD creati

  • I get error 80070490 Windows updates when you try to install Windows Vista service pack 2.

    error 8007090 I keep getting the error 80070490 update of the window when you try to install windows vista service pack 2. help Windows and support suggested that I insert the windows dvd the disk drive but I don't have a disk with my computer. I cho

  • MW600 does not start

    Hello Suddenly, the MW600 turns off.  I kept pricing over 2 days and still it doesnot start. Need help.

  • Still waiting by e-mail portathon

    Hi there, im still waiting for the last email portathon... which normally or not? Also one of the Blackberry app I generator is branded as published, but on my portal provider is still in review, why? Thank you!