Editing Query

I am using Business Components from tables to create components so that I can drag and drop the fields in my JSP page.
How can edit the SQL query and pass parameters I wanted to.
Thanks
Cosmos

Just the same as the sample I pointed you to, but instead of the dataAction forward back to the same page it will forward to another page.
The JDeveloper reviewer guide shows you a basic "passing a parameter from a page to a data action" in the Web service based application section.
http://www.oracle.com/technology/products/jdev/collateral/papers/10g/reviewer/reviewerguide.html

Similar Messages

  • Odac 12.1 Oracle.VsDevTools Cannot edit query results

    I am running Windows 7 64-bit and Visual Studio 2010
    I installed ODTwithODAC121010 successfully.
    In Visual Studios Help>About it shows: Oracle Developer Tools for Visual Studio 12.1.0.1.0
    Issue:
    After updating to odac 12.1 I can no longer edit/insert data into the query builder results pane.
    I have relied on this capability in previous versions of odac.
    Has this feature been removed?
    I've connected to multiple Oracle 11g dbs with same results below:
    I get the following response when I attempt to edit a field in the query results pane:
    No row was updated.
    The data in row 10 was not committed.
    Error Source: .
    Error Message: Unable to parse expression.
    Correct the errors and retry or press ESC to cancel the change(s).
    I get the following response when I paste a new row in the query results pane:
    No row was updated.
    The data in row 11 was not committed.
    Error Source: Oracle.VsDevTools.10.0.
    Error Message: Object reference not set to an instance of an object.
    Correct the errors and retry or press ESC to cancel the change(s).
    Is there something I need to do to enable this?
    What are some good alternatives if this capability is no longer supported?

    Hi George Pertea,
    Thanks for the reply.
    I am in the edit query mode and also the query tool bar is enabled.
    But my "view sql" button is disabled,I cannot click on it.
    I am logged in as "Admin" , so what is the problem.
    I was able to do that in XI R2 before.
    Please help me!
    Thanks

  • Edit query results in SQL worksheet

    I can't edit query results in SQL worksheet, I not found any options to "ON" this. I use SQL Developer 2.1.1.64.

    You can't edit results in the worksheet. It's an accepted feature request with no scheduled date. In the mean time you have to go to the table or write an update statement.

  • Cannot View SQL button in XI 3.1 edit query mode

    Hi All,
    I am using Webi XI 3.1.
    I dragged the objects into results pane and want to view the SQL for the query. But I don't find the SQL button at all.
    Please help me where to get that!

    Hi George Pertea,
    Thanks for the reply.
    I am in the edit query mode and also the query tool bar is enabled.
    But my "view sql" button is disabled,I cannot click on it.
    I am logged in as "Admin" , so what is the problem.
    I was able to do that in XI R2 before.
    Please help me!
    Thanks

  • How to Edit Query Result of Simple Search Panel

    Hi Experts,
    I have a question regarding Simple Search Panel.
    I have made a VO that select a table which contained data like this:
    Name | Skill | Status
    Rooney | Shooting | A
    Rooney | Heading | B
    Rooney | Running | B
    Van Persie | Shooting | A
    Van Persie | Heading | C
    Van Persie | Running | B
    I successfully made a Simple Search Panel which showing all the data from that VO.
    But my requirement is I want to make a grouping of that search result, so it should be showing like this:
    Name | Skill | Status
    Rooney | Shooting | A
    - - - - - - | Heading | B
    - - - - - - | Running | B
    Van Persie | Shooting | A
    - - - - - - | Heading | C
    - - - - - - | Running | B
    As long as it is the same person with the row above, it won't print the name of the person.
    Could you please give me a pointer about this?
    Thanks in advance,
    Rheza
    Edited by: 893922 on Feb 19, 2013 3:13 AM

    Hi expert,
    My requirement is I need to override the query result from Simple Search Panel.
    The data that I provided above was just for simplify the example.
    One of my requirement is:
    - when the "status" column value is 0, I need to override this and show an image of image0.jpg
    - when the "status" column value is 1, I need to override this and show an image of image1.jpg
    Any pointers about this will be so much appreciated.
    Thanks,
    Rheza
    Edited by: 893922 on Mar 6, 2013 7:26 PM

  • Multicam editing query

    I am having a problem trying to edit a multicam sequence.
    I haave set up a new sequence and imported Sequence 1 into it and enabled Multicam. (Sequence 1 has all the camera  clips in sync).
    However as soon as I open the multicam window and start editing I get the red line across the top which indicates that the sequence needs rendering. The red line appears in both the multicam sequence AND Sequence 1.
    This has never happened before.
    Can anybody pleade advise?
    Brian

    Hi Brian,
    I don't know what you mean by "before" but I have certainly seen this exact same software defect in CC, and not in earlier versions.
    It generally seems to have had a negative effect on the actual playback only somestimes, but to very bad effect for me, like when a nested sequence had Neat Video applied to it, which is a very slow effect to apply.
    On my projects, the red line seems to come and go! It's been hard to put my finger on what causes it and what clears it, except sometimes merely opening a nested sequence will cause it to come back. Closing and saving the project cleared it at least once.
    Lets all hope that Adobe gets their act together and comes out with a new release full of working software and not new bugs  features very soon, and again after that release. This forum is currently full of reports about software defects, not messages about "how do I do..."
    And that is very telling.
    Please do keep us informed about any other findings with your preview indicator.
    Brett

  • Online video editing query...

    How exactly would one go about creating an online video
    editing service with flash???
    Like these:
    eyespot
    motionbox
    jumpcut
    onetruemedia
    Actually what I need is a lot more basic than these - just
    the user being able to choose start and end points for their
    uploaded video and then sending it back to the server.
    Many thanks

    Any progress?

  • JXTreeTable - Cell Selection / Editability Query

    Hello all,
    I have a JXTreeTable which consists of three columns ( 0,1, 2 ). Column 0 and 2 are not editable, whereas I input my values into Column 1.
    My problem is when I choose a row (one click), column 1 of that row is not highlighted (maybe focus is the right word here?)
    but becomes editable right away despite the fact that I choose "+hoodNumberEditor.setClickCountToStart(2)+". (pls see below code)
    I want Column1 to be first highlighted (with a flashing TextCursor in wait -as in any text editor-) and become editable only after 2 clicks.
    My futile attempt is as given below:
    Probably a trivial issue but any ideas on how to solve this?
    Thanks in advance!
    Berkan
    public void setModel(DataModel model) {
    this.model = model;
    table.setTreeTableModel(model);
    table.setSelectionMode(0);
    table.getColumn(0).setMinWidth(200);
    hoodNumberEditor = new NumberEditor();
    hoodNumberEditor.setClickCountToStart(2);
    table.getColumn(1).setCellEditor(hoodNumberEditor);
    table.getColumn(1).setCellRenderer(
    new DefaultTableRenderer(new SimpleStringValue(), hoodTableCellRenderer));
    table.getColumn(2).setCellRenderer(
    new DefaultTableRenderer(new HtmlizeStringValue(), DefaultTableCellRenderer.LEFT));
    table.expandAll();
    }-----

    Hi,
    in BI-IP you can enable row/column selection in the analysis item. Per characteristic you can map e.g. the selected row selection to the characteristic used in the filter of a planning function.
    The documentation also contains some examples:
    http://help.sap.com/saphelp_nw70/helpdata/en/43/c8240e47460aa5e10000000a1553f6/frameset.htm
    (follow the links at the end of the above page).
    Regards,
    Gregor

  • Edit Query through RRMX

    Hi, experts,
    Iu2019m trying to use BW with office 2007 and windows vista.
    Although when I start RRMX transaction and every time Iu2019m going to u201Cedit queryu201D the excel stops working.
    How can I solve this problem?
    Thanks in advance!
    Kind regards,
    CML.
    We are using:
    SAP_ABA        700       0013 SAPKA70013     Cross-Application Component   
    SAP_BASIS      700       0013 SAPKB70013     SAP Basis Component           
    PI_BASIS       2005_1_7000013 SAPKIPYJ7D     PI_BASIS 2005_1_700           
    ST-PI          2005_1_7000006 SAPKITLQI6     SAP Solution Tools Plug-In    
    SAP_BW         700       0015 SAPKW70015     SAP NetWeaver BI 7.0          
    FINBASIS       600       0007 SAPK-60007INFINFINBASIS 600 : Add-On Supplemen
    SEM-BW         600       0007 SAPKGS6007     SEM-BW 600 : Add-On Supplement
    BI_CONT        703       0005 SAPKIBIIP5     Business Intelligence Content   
    ST-A/PI        01K_BCO7000000      -         Servicetools for other App./Netweaver 04
    And the BEx is:
    Support package 8, patch 1, revision 1443

    Hi CML,
    Its better try to Download the SAP GUI once again from the service market place and see if the issue gets resolved. Some times SAP GUI installation files may corrupt and occurs these kind of problems.
    In service market place -> goto Downloads -> click on Installations and Upgrades -> click on Entry By Application Group - > Installations and Upgrades" SAP Frontend Components" SAP GUI FOR WINDOWS
    From this location download the ZIP files and run in ur system.
    Regards,
    Vara Prasad

  • Cannot Edit Universe Query in Crystal Reports.

    Hi,
    We have Crystal Reports 2008 SP5 installed on a Terminal Server where our report developers can go to develop reports. We have a 4 node BOXI R2 SP4 cluster on the opposite side of a firewall, and have opened the firewall ports so that Crystal Reports can connect to this BOXI cluster and a universe on that cluster, and the developers can publish their reports.
    For some developers, and the issue is intermittent for them, if they open one of those Crystal Reports to edit the universe query, they go into Database Expert and right click and choose Edit query, nothing happens. The Query Editor window does not open. They don't get any errors, other than the Universe Query editor window refuses to open. No errors on the BOXI server side either.
    They can work for a few days and everything works fine, when suddenly this behavior starts. When they report the issue to me and I try it myself, it works fine. I've checked their access rights repeatedly and have even given a user temporary full admin rights to rule out any rights issues, but they stll get this behavior.Just as strange, the problem suddenly will disappear. Often, they will send me an message several hours or days later stating that everything is OK again and they can edit their universe queries in the same reports that refused to work earlier.
    I've also checked the BOXI cluster nodes to see if possibly one of the services had a missing -requestport setting, and was choosing a random port that the firewall could be blocking, but everything looks fine. If I login to the BOXI cluster servers and try one of the reports, I can edit the query just fine.
    Any suggestions? I'm at my wits end.
    Edited by: Perry Provst on Nov 11, 2010 9:18 PM

    I had the same issue and it was because the Universe is having Oracle as Database and I dont have any Oracle drivers installed on my machine. Once i have installed Oracle drivers i was able to view/edit the query panel.
    Hope this would help you.

  • How to disable edit qury in Query Manager.

    Hi,
    We written query and normal user don't want to edit query only they have to execute the query. in authorization setup under Extension Tools  we have only Define Formatted Search and Manage User Fields and Execute Commands.how we can disable to edit query for particular users in SAP B1. we are using SAP B1 2005 PL43.
    Regds,
    Samapth Kumar.

    In Authorizations window > go to Reports > Query Wizard > No Authorization

  • BEx version message ... editing BI Stats query. Whatu0092s the Implication?

    Hi,
    In executing the query “0TCT_MC22_Q0104 - Long term trends in total runtime” I got an message which suggested that I was not getting data because of some conditions in the query.
    I selected the icon “Change Query(Global Definition)” in BEx, in the attempt to edit the query but got this message:
    “The component was edited with a more recent version of the Editor. You also have to use the more recent version to edit further.
    Further processing not possible. Update your front end.”
    1.
    I suspect it want me to use a more recent version of BEx, but what version?
    (Is this documented anywhere?)
    My current BEx is:  Final Release 3.50; Version 3500.6.569
    2.
    Does it mean that when one installs BI Statistics, all BEx in the environment needs to be updated to this new BEx version?
    If so, any effect on the existing queries in the environment?
    Thanks

    Hi,
    is there a way to establish that? because I may have to make a case for why I need this patch?
    Also, with this new patch, if I do go ahead with it, will it affect the other queries once I edit a query with the new version?
    i.e. will an edited query in the new BEx (or patch), still be available for developers using the old versions to work on them? Or, it means that they all need to upgrade to the new version?
    Thanks

  • SCCM 2012 Query report for specific software installed.

    I have Reporting point installed and it seems to be working as I was able to run OS reports.
    Here's what I would like to do.
    1. I need a query/report to show us all the machines that do not have Microsoft Forefront Endpoint Protection installed.
    2. I also need a query/report showing what machines still have Sophos AV installed.
    Any help is greatly appreciated it.
    Thanks,
    Voev

    I was not able to use the Reporting to get computers without FEP installed. So I did a workaround.
    Create Device Collection for computers with FEP installed
    1. Device Collections => Create Device Collection =>name it "Computers with FEP installed=> Query Rule Properties => Edit Query Statement => Criteria tab => Add the following statements
    Criterion Type: Simple value
    Where: Installed Software - ARPDisplay Name
    Operator: is equal to
    Value: System Center 2012 Endpoint Protection          (as appeared in Add/remove program name)
    Create Device Collection for computers without FEP installed
    1. Device Collections => Create Device Collection => Name "Computers without FEP Installed" => Query Rule Properties => Add Rule => Include Collections => Tick "All Systems" => OK =>  then you need to add
    the Exclude by => Add Rule => Exclude Collections => Tick " Computers with FEP Installed => OK
    So in my "All Systems" Collection has 1000 members
    Computers with FEP Installed collection has 900 members
    Computers without FEP Installed collection has 100 members
    Add the with FEP installed & without FEP installed collections together is equal to 1000 members of the All Systems.

  • How to get these Attribute class in Query Statement ?

    Hi All,
    I have 2 SCCM primary site, the first one is a migrated site from SCCM 2007 to SCCM 2012 SP1 & then upgraded to SCCM 2012 R2, the second one is a newly created SCCM 2012 R2 site.
    I was trying to create a collection membership rule using the query statement on the second site & i found there are attribute classes which were missing on this site.
    Under query rule /edit query rule in the criteria tab i am trying to define a new criteria with Criteria type : Simple value & then i click the select under "Where" for chossing the attribute class & a value called "Winlogon64"
    don't exists there. There are other classes which are missing too.
    then i go to my first site & i can see the classes there, collection query rule are also defined using the attribute classes.
    Now my questions are :-
    1. Does these settings gets migrated from SCCM 2007 to SCCM 2012 on the first site?
    2. How can we get this in SCCM 2012 R2 on the second site?
    Experts please help.
    Thanks,
    Pranay.

    It sounds a lot like you where using an extension on your hardware inventory. Changes to your hardware inventory are not migrated, so you would need to recreate that change in the hardware inventory.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • How can we see previleges assigned to all users using database query

    I am using the follwoing query to see previleges assigned to all users , but the suprising thing is that it shows GP_APP_ID as null for a large number of user , even though in discoverer administrator I can see the previleges assigned to those users. I do not understand why it does that. Can someone please help so that I can see the previleges of all users
    select unique EU_USERNAME, decode (GP_APP_ID ,1000, 'Desktop / Plus Privilege (U)',
    1001, 'Create / Edit Query (U)',
    1002, 'Item Drill (U)',
    1003, 'Drill Out (U)',
    1004, 'Grant Workbook (aka Sharing) (U)',
    1005, 'Collect Query Statistics (U)',
    1006 ,'Admin Privilege (A)',
    1007, 'Set Privilege (A)',
    1008, 'Create / Edit Business Area (A)',
    1009, 'Format Business Area (A)',
    1010, 'Create / Edit Summaries (A)',
    1011, 'Not used as far as can be determined',
    1012, 'Schedule (U)',
    1013, 'User is never required to schedule workbooks (U)',
    1014, 'Save workbooks to database (U)',
    1015, 'Managed scheduled workbooks (A)',
    1016, 'to 1017 Not used as far as can be determined',
    1018, 'Change Password',
    1019, 'to 1023 Not used as far as can be determined',
    1024, 'Create Link (U))') from
    EUL5_ACCESS_PRIVS A,
    EUL5_EUL_USERS U
    where A.AP_EU_ID=U.EU_ID
    order by EU_USERNAME
    thanks

    Hi,
    This is probably because the business area security is stored in the same table. So you will probably find that where GP_APP_ID is null then GBA_BA_ID holds the value of the business area. You should change your query to just select where GP_APP_ID IS NOT NULL.
    Rod West

Maybe you are looking for