Copying the value from a cell in the SQL results?

I run an sql query. The results are returned in a results window. I would like to copy the value from this cell
and paste it into an sql query. How can I do this? I can copy and paste a value from a cell in the view of the data in
a table, but not from the test results. How do I do this? Is there a setting I need to change?

I usually do this kind of operations and I've never had any issues, the procedure is as simple as CTRL-C in the results grid, with the required column/columns selected and CTRL-V in the worksheet or anywhere else.
If you still have issues please post your
- SQLDeveloper version
- Java Version
- OS
- Database Version
and if you can a small test case.

Similar Messages

  • Copy the inspection  result  from one lot to multiples lots!!

    Hi SAP expert,
    I want to copy the inspection  result  from one lot to multiples lots, currently i know how to setup  the copy to another lot(SAML Response from SAP ID Service ) , but  i dont know to do to multiples lot.
    ¿Someone can help me?
    Thank you

    First you have to customizing the functionality of Copy of Inspection Results using the following path, where you have to entry the inspection types, plant .etc., where you want to have the functionality.
    SPRO -> Quality Management -> Quality Inspection -> Make Settings for Copy of Inspection Results
    Then when you are in Record Result screen you select Menu -> Edit -> Copy Inspection Results ,
    then a pop-up window is displayed and you filled in with the inspection lot which has the results and then another pop-up window is displayed to select the characteristics that you want to copy.
    A.P.

  • Copy selected values from a table control into another table control

    hi there,
    as seen in the subject i need to copy selected values from a table control into another table control in the same screen. as i dont know much about table controls i made 2 table controls with the wizard and started to change the code... right now im totally messed up. nothing works anymore and i don't know where to start over.
    i looked up the forums and google, but there is nothing to help me with this problem (or i suck in searching the internet for solutions)
    i have 2 buttons. one to push the selected data from the top table control into the bottom tc and the other button is to push selected data from the bottom tc into the top tc. does somebody has a sample code to do this?

    you're funny
    i still don't get it... can't believe, there is no tutorial or sample code around how to copy multiple selected rows from a tc.
    here's my code, maybe you can tell me exactly were i have to change it:
    tc1 = upper table control
    tc2 = lower table control
    SCREEN 0100:
    PROCESS BEFORE OUTPUT.
      MODULE status_0100.
      MODULE get_nfo. --> gets data from the dictionary table
      MODULE tc1_change_tc_attr.
      LOOP AT   it_roles_tc1
           INTO wa_roles_tc1
           WITH CONTROL tc1
           CURSOR tc1-current_line.
      ENDLOOP.
      MODULE tc2_change_tc_attr.
      LOOP AT   it_roles_tc2
           INTO wa_roles_tc2l
           WITH CONTROL tc2
           CURSOR tc2-current_line.
      ENDLOOP.
    PROCESS AFTER INPUT.
      LOOP AT it_roles_tc1.
        CHAIN.
          FIELD wa_roles_tc1-agr_name.
          FIELD wa_roles_tc1-text.
        ENDCHAIN.
        FIELD wa_roles_tc1-mark
          MODULE tc1_mark ON REQUEST.
      ENDLOOP.
      LOOP AT it_roles_tc2.
        CHAIN.
          FIELD wa_roles_tc2-agr_name.
          FIELD wa_roles_tc2-text.
        ENDCHAIN.
        FIELD wa_roles_tc2-mark
          MODULE tc2_mark ON REQUEST.
      ENDLOOP.
      MODULE ok_code.
      MODULE user_command_0100.
    INCLUDE PAI:
    MODULE tc1_mark INPUT.
      IF tc1-line_sel_mode = 2
      AND wa_roles_tc1-mark = 'X'.
        LOOP AT it_roles_tc1 INTO g_tc1_wa2
          WHERE mark = 'X'.    -
    > big problem here is, that no entry has an 'X' there
          g_tc1_wa2-mark = ''.
          MODIFY it_roles_tc1
            FROM g_tc1_wa2
            TRANSPORTING mark.
        ENDLOOP.
      ENDIF.
      MODIFY it_roles_tc1
        FROM wa_roles_tc1
        INDEX tc1-current_line
        TRANSPORTING mark.
    ENDMODULE.                    "TC1_MARK INPUT
    MODULE tc2_mark INPUT.
      IF tc2-line_sel_mode = 2
      AND wa_roles_tc2-mark = 'X'.
        LOOP AT it_roles_tc2 INTO g_tc2_wa2
          WHERE mark = 'X'.             -
    > same here, it doesn't gets any data
          g_tc2_wa2-mark = ''.
          MODIFY it_roles_tc2
            FROM g_tc2_wa2
            TRANSPORTING mark.
        ENDLOOP.
      ENDIF.
      MODIFY it_roles_tc2
        FROM wa_roles_tc2
        INDEX tc2-current_line
        TRANSPORTING mark.
    ENDMODULE. 
    thx for anybody who can help with this!

  • Picking or copying Characteristics  Value from material master

    Dear Experts,
      Please i create   five Characteristics  which i assign to a Class ( of type 022 ). The Class is then assigned to  materials in the classification View of the Material Master.
    I want  one of the five Characteristics to copy its values from specific parameter value  maintaned in the  Material Master.
    Please assist on how to accomplish this?
    I did the following but did not get the desired results;  While creating this  Characteristic, in the Values Tab, I filled  ''MARC'' in the Tablename field   & in the Fieldname field, i enter the technical fieldname of the particular field from table MARC which i want.
    I want this particular value to be automatically copied into the Characteristics Value field in the Foreground  for eacb batch anytime Goods Receipt is done.
    after doing this, anytime Goods Receipt is done & a batch number generated, it takes me to the Classification screen, but this particular field which i desire  to be auto updated remains blank. 
    Please assist ?

    Hi,
    1. This will not automatically updated just as we wil fill the addtional date table and field.
    2. you need to write the object dependency to get it updated when you call somewhere
    3. Generally in the batch level you will be able to do this .( even you can use function / object dependency )
    Reg
    Dsk

  • How do I pass selected values from dynamic LOV to Command SQL in Oracle

    My environment:
    Crystal 11
    Oracle 10
    I've created and tuned a SQL script for a report.  In the Database Expert, I've copied the SQL into a Command.   I've modified the Command to create 3 parameters. 
    I need help with the following:
    1) How do I create a dynamic, cascading LOV and associated prompt group for the three parameters defined in the Command?
    2) How do I pass the user selected valueS from the prompt group into the Command SQL as limits applied to the query executed against the database?

    I have the same problem with same environment .
    The main report is having a  2 level cascading dynamic parameters.
    I created a sub report with a command as below.
    *select * from (*
    select DATUM,MSEC,CNT,B1_NAME,B2_NAME,B3_NAME,ELEM_NAME,INFO_NAME,m.INFOTYPE,V.NAME,rank()
    over (partition by B1_NAME,B2_NAME,B3_NAME order by DATUM desc ,MSEC desc,CNT desc) currentRank
    from MESSAGES m,INTYDE i,VANAME v
    where  DATUM <=SYSDATE  and trim(B1_NAME)='{?B1Name}'
    and trim(B2_NAME)='{?B2Name}'
    and m.INFOTYPE=i.INFOTYPE
    and i.VALUE_NAME_NUMBER = v.VALNUM) where currentRank=1
    I needs to pass cmbination of B1Name and B2Name from main report. I created a formula like
    formula=Join({?B1Name},{?B2Name}),'|');  But this is showing some error.
    and How I will substitute this in my command . As I new to Crystal XI  help expected.

  • Copying string value from the main file to a thread!

    i.e. I have a string like this in the main file:
    private static String a = new String("1");
    and the value from "a" shuld be copied so that a variable "a" in thread.java gets the same value!
    how to do this?
    thanks
    .leonard

    1) If main has access to a in thread, have main copy it over.
    2) Add a getA() function to main and have thread use that.
    3) Design the program better from the ground up.

  • Copying position value from one layer to another

    Hy!
    This is Pierluig, from Italy.
    I'm a noob in after effect scripting language, but not so new to programming
    Anyway, this is the question:
    I have a composition with one layer on it. let's say firstlayer.
    The layer has two effects on it: topeffect and bottomeffect.
    Bottomeffect is an effect called (Transform).
    In my script, I want another layer (let's say secondlayer) to set his position from the position of the bottomeffects of the firstlayer.
    Problem is, the property "Position" of the secondeffect of the toplayer is calculated trough an expression.
    This expressions use a function, and this function is not recognized by the script language
    I've tried something like:
      var myArr = ["0","0"];
      myArr = firstlayer.property("Effects").property("(Transform)").property("Position");
      secondo.Position.setValue(time,myArr);
    And I got the error: Undefined, is not an object.
    I've tried lots, tons of variation, and i've got lots, tons of variation in the error message , but always an error.
    So the question is: how can i get my goal?
    And my goal is to say, trough a script, after effect to set a property to a layer copying that property from another layer, assuming the layer from wich i copy the property get the property values trough an expression.
    Hope I've been clear
    Any help will be reallyappreciated, and I'll remember the helpers in my pray
    Pierlu

    Hi Pierlu,
    You can use the valueAtTime() method to retrieve a value pre- or post-expression. Here's some sample code:
    var firstLayer = comp.layer("firstlayer");
    var secondLayer = comp.layer("secondlayer");
    var firstLayerPosition = firstLayer.property("Effects").property("Transform").property("Position").valueAtTime(0, false);
    secondLayer.position.setValue(firstLayerPosition);
    Hope this helps.
    Jeff

  • To copy texbox value from one dataset to another in SSRS 2005

    Hi All,
    I have two Datasets
    The difference between this 2 dataset is
    DataSet1 gives data from filter Date1 and Date2 where Data1 and Date2 are the user entered dates
    Dataset2 gives data from filter Date1 and TodayDate wher Date1 is user entered date and TodayDate is Now()(Todays Date)
    I need to copy the textboxvalue from DataSet2 to Dataset1 
    I tried using below expression in DataSet1
    'ReportItems!textbox173.Value'
    But gave the below error 
    Any help much appreciated
    Thanks
    Pradnya07

    Hi Simran08,
    According to your description that you have two DataSets and three filters in the report:Date1,Date2,TodatDate, you trying to use the expression in the DataSet1’s table to get one TextBox’s value from DataSet2 which caused some error, right?
    I have tested on my local environment and can reproduce the issue. The error caused by the expression “ReportItems!textbox173.Value“ you are using is not an supported function when getting dynamic values from another DataSet. Exactly, we already have the
    Lookup function as Visakh16 mentioned to do this copy, but this function supported in the SSRS 2008 R2 and the later version.
    So, I recommend that you to consider two methods below:
    If the two Datasets’s table have the same fields and you can join these two tables and create only one dataset.
    If you don’t want to follow step1, you can upgrade to the new version 2008  R2 or later version, then use the Lookup function to get the value from DataSet2.
    SQL Server 2008  R2 and later version, you can use a lookup function to get values from another dataset. You can find out more here:
    http://msdn.microsoft.com/en-us/library/ms170438.aspx
    If your problem still exists, please feel free to ask.
    Regards
    Vicky Liu

  • Insert a button that will paste a value from one cell to another

    I'm hoping to be able to insert a button on a form that, when clicked, will copy the values of certain cells and paste those values into other cells on the same form.
    I'm looking to insert another botton that, when clicked, will take the value in one particular cell and add 1 to the value.
    Is it possible to have one button perform both actions?

    I had add the code in my AMimpl method
    below is my code
       ViewObjectImpl vo = this.getGlJrnlHd1();
            Row newRow = vo.createRow();
            ViewObjectImpl c1 = this.getCursorC1_1();
            Row cr1 = vo.getCurrentRow();
            System.out.println ("Curretn row:"+vo.getCurrentRow());
               System.out.println (cr1.getAttribute("GrhBu"));
            newRow.setAttribute("GjhBu", cr1.getAttribute("GrhBu"));
           newRow.setAttribute("GjhPlant", cr1.getAttribute("GrhPlant"));
          newRow.setAttribute("GjhJrnlType", cr1.getAttribute("GrvlJrnlType"));
           newRow.setAttribute("GjhJrnlNo", cr1.getAttribute("GrvlJrnlNo"));
           newRow.setAttribute("GjhJrnlSfx", cr1.getAttribute("GrhJrnlSfx"));
           newRow.setAttribute("GjhJrnlDate", "Null");
           newRow.setAttribute("GjhYear", cr1.getAttribute("GrvlYear"));
           newRow.setAttribute("GjhPeriod", cr1.getAttribute("GrvlPeriod"));
           newRow.setAttribute("GjhDesc", cr1.getAttribute("GrhDesc"));
           newRow.setAttribute("GjhAppl", "GLM");
           newRow.setAttribute("GjhReversal", "N");
           newRow.setAttribute("GjhStatus","N");
           newRow.setAttribute("GjhCreBy", "NULL");
           newRow.setAttribute("GjhCreDate", "NULL");
           newRow.setAttribute("GjhUpdBy", "NULL");
           newRow.setAttribute("GjhUpdDate", "NULL");
           this.getTransaction().commit();

  • Copy the SQL Binaries and Data to another drive and then change the drive letter to previous drive letter

    Hi All,
    We have SQL Server 2012 SP1 installed on E drive (which means SQL Binaries, Database and LOGs) are in the same drive E, we are not able to backup the SQL Server because according to Backup Vendor their is a problem with the DISK E which is why the backup
    is not successful, We have added one more drive with the same space, we have stopped SQL Server services and copy each and every thing from E drive to new drive and changed the current E Drive to K and changed the new drive to E, after that when we tried to
    start SQL Service but it was not starting, we have again reverted back the original drive to E and service was successfully started, please note here that SQL server service logon is NT service / local service. Please help us that how to do achieve this as
    we are using the same E drive and OS should not know any thing. Please help us to copy and then change the drive letter to E so that we can delete the old drive.
    Thanks
    If answer is helpful, please hit the green arrow on the left, or mark as answer. Salahuddin | Blogs:http://salahuddinkhatri.wordpress.com | MCITP Microsoft Lync

    We have stopped SQL Server services and copy each and every thing from E drive to new drive and changed the current E Drive to K and changed the new drive to E, after that when we tried to start SQL Service but it was not starting,
    You should not have done this. Even if you install complete SQL Server on Separate dedicated drive few binaries would always go on system drive that is C drive so your idea of moving files to other drive would sure create a problem. As a fact you cannot
    move SQL Server complete installation from one drive to other apart from uninstalling and reinstalling again.
    Copy it back an hope fully you would be able to restart. Why should you take a product which allows you to change sql server drive its a bad product. I guess backup engineer does not how to configure backup agent
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Articles

  • Not copying UDFs values from Payment voucher to JE UDF value

    Hi
    I created  UDF in outgoing payment and Journal Entry name Department , when i saved outgoing document the department udf value did not copy in JE. Is there any way to copy outgoing document udf values in JE udf.
    Thanks

    Hi,
    You need an FMS query to copy the value.  UDF value will not be automatically copied for JE.
    Thanks,
    Gordon

  • How to copy Location value from PO Schedule to Deliver To in PO Distrib.

    Hi,
    While creating a Purchase Order in Buyer's Work Bench, I need to copy value entered in the Location field of Schedules Tab into Deliver-To field of Distributions tab. Can it be done by OA Personalization using SPEL ${oa.<viewObject>.<viewAttr>}.
    Where do I find what is the viewobject and viewattribute name of Location field in Schedules tab?
    Thanks
    Rao

    SPEL cannot be used for this purpose.
    You need to extend the controller and copy the value like..
    VoRow.setAttribute("XXXAttribute",VoRow.getAttribute("YYYAttribute"));
    --Prasanna                                                                                                                                                                                                                                                                                                                                                                               

  • Unable to copy the sql data in excel multiple rows

    Hi friends,
    when i am paste the sql table data in excel,it's not adding multiple rows,it's addingsingle row.,
    i want to paste data in to multiple rows

    So you have a table that contains some text and you want to copy the text to Excel sheet.I would use Ssis package and try edit the excel sheet to multiple text allowance.
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Copy Characteristics Values from Contract to Sales Order

    Hi Experts,
    I have created a contract with multiple configurable assemblies in Super BOM of Header Material. Requirement is to create a sales order by referencing that Contract. But system is not copying Characteristics Values. I have to enter all those characteristics manually again in Sales Order, which is increasing workload and more prone to error.
    Configuration Profile of Header Material: Sales Order BOM (SET) -  Multi Level
    Configuration Profile of Configurable Assembly: Sales Order BOM (SET) -  Multi Level
    Tried with below options:
    1. Copy Item Number, Complete reference
    2. Same Item category, copy schedule lines, under Configuration field = A.
    Please suggest a solution.
    Thanks,
    Vishal

    Hi Shiva,
    Thanks for your input.
    But I have checked with all combinations, but not working.
    Thanks & Regards,
    Vishal

  • Passing multiple select value from BI publisher to PL/SQL functions

    Hi - I have designed a report which pass parameters (Multi select) into a function to get the output result. When a single parameter value is passed to the function, report is being displayed. When multi select value is passed to the function it is returning the error `wrong number or types of arguments in call to 'F_PROCESS_WAVE_DATA'. When i checked the parameters passed to the function, i can see each multi select value is treated as different value and is assigned to different parameter in the function.
    Any help on passing the multi select parameter into function will be helpful.
    Regards,
    Vikram.

    All - Issue was resolved. I followed the following steps to resolve the issue
    1. Create a PL/SQL table type variable as VARCHAR2 in the database - Say as Larray
    2. Create PL/SQL type record and table for the record in database. Lrec, Ltable
    3. In BI report pass multiple select LOV variable as Larray(variable).
    4. In DB function, Parameter should be defined as LARRAY.
    5. Return PL/SQL table type Ltable from the function.
    Regards,
    Vikram.

Maybe you are looking for

  • Installing 8.1.7 on RedHat Linux  7.3

    Dear All, I have been trying installing Oracle 8.1.7 on Linux 7.3, the OUI proceeds till the "Net 8 Configuration" and hangs. Both netasst and dbassist from command line hang-up. Can any one suggest way out to manually create a DATABASE and TNS Regar

  • Sales doc type language

    hi, can u pl explain what is the use of  OVA3 convert language for each sales doc type

  • No volume. HELP!

    I have a iPhone 4s.When my dad passed away my mom let me use his phone. He had always taken care of it and rarely dropped it. The screen has never been cracked and the phone has never been broken. I have had it for about 8 months now.For the past 2 d

  • Quicktime and macam -user issue?

    i have recently installed the macam driver into the library/quicktime folder in order to use a webcam ... and everything works fine with all kinds of applications-BUT i have had to create a new user so that skype recognises my webcam....could there b

  • JSF rich:dataGrid - display empty cells

    Hi, I created a rich:dataGrid with 5 columns but when the arraylist has about only 2 rows of data, the data grid displays empty cells. How do I get rid of the empty cells? border=0 did not solve the problem. Thanks in advance.