Read data from the text column in report

I have a sql report with an editable column created using apex_item.text (5);

I tried to read and insert the data from the column in a table, using this process

because me in 1.apex_application.g_f05.count
loop
insert into table (col_a, col_b)
values (apex_application.g_f05 (i), apex_application.g_f04 (i));
commit;
end loop;
end;

but without success.

The message when I execute is ORA-01403: no data found.

What is the error?

HI lkefur,

Try to debug it.

The reason behind this is that your report do not have the of4, fo5 (one) as text fields at all.

try to delete value n f04 normal text and check, even to f05.
I think that most probably the reason whether shud.

You can view only the source of the page and check which names are your text fields of the report to help.

Kind regards
Nandini thakur.

Tags: Database

Similar Questions

  • Reading data from a text (JS CS3) file tabs-delimited

    Hi - I'm working on a script to read data from a text file and use in a dialog box. But I hit a wall.

    I used a script from a previous post that defines a variable text document when the user script he chooses from a drop-down list.

    var myDialog = app.dialogs.add({name:"Map",canCancel:true});)
    {with (MyDialog)}

    {with (dialogColumns.Add ())}
    {with (borderPanels.Add ())}
    staticTexts.add ({staticLabel: "choose the location :"});})
    {with (dialogColumns.Add ())}

    var file = File("~/Desktop/myPlacesfile.txt");

    leader. Open ("r");
    var str = file.read ();
    leader. Close();
    var myPlaceList = str.split (/ [\r\n] + /);
    var myPlaceMenu = dropdowns.add ({stringList:myPlaceList, selectedIndex:0});})
    }
    }}}
    Ditto var = myDialog.show ();
    if(myResult == true) {}
    If (myPlaceMenu.selectedIndex == 0) {}
    myPlace var = ' - undefined ";
    } else {}
    myPlace var = myPlaceList [myPlaceMenu.selectedIndex];
    Alert (myPlace);
    }

    myDialog.destroy ();
    }

    That's what I do now:

    The text file is in this format:

    Value1 value2 [TAB]

    Value1 value2 [TAB]

    Value1 value2 [TAB]

    I need to have the drop down dialog box show only the value 1, and after that the user selects, the script returns only the value 2. (The alert is just there to test - I'm doing something else with the variable).

    Is there a way to view the first part of a tab-delimited line in the menu drop down and return the second half as a variable?

    Any help would be greatly appreciated.

    Thank you

    One of the possibilities is that it. Create a table to the left of the values of the tab of the dialog box. Then create an object that you use it as a table of correspondence. Roughly as follows:

    same thing as what you have

    leader. Open ("r");
    var str = file.read ();
    leader. Close();
    var array = str.split (/ [\r\n] + /);

    'pairs' are the table of correspondence

    pair of var = {};

    as before, 'myPlaceList' will be used for the menu drop-down
    var myPlaceList = [];

    var v;
    for (var i = 0; i)< array.length;="">
    {
    v = table [i] .split ('\t');
    pairs [v [0]] = v [1];
    myPlaceList.push (v [0]);
    }

    Add the drop-down list as before:

    var myPlaceMenu = dropdowns.add ({stringList:myPlaceList, selectedIndex:0});})

    the table of 'pairs' correspondence is used as follows: pairs ['value1'] returns 'value2 '.

    so in your script that would be:

    myPlace var pairs = [myPlaceList [myPlaceMenu.selectedIndex]];

    Peter

  • Read data from the file into ArrayList

    Hello
    I have a class called product describing the charactristics of products such as the name, id, price etc.. I have the whole set and use the get methods in my class of product. I store the information on my products in an ArrayList. I can write the information on my products in a file.
    so far, but so good...

    I want now to re-read the data from the file and store it in my list of tables again. I know I can use Parsing and read in data in an ArrayList as String, int, double etc. but is anyway to read in from 'Product' (then it would be up to my class of product)?

    Thank you in advance.

    1. are you aware of serialization?
    2. get a name, I love not dealing with numbers.

    DB

  • How to read data from the unit to acquire data with LabVIEW

    Hello everyone, I'm new with LabVIEW and I need help. How to build LabVIEW program to read and store the data acquisition unit temperature data. the data can be any store such as Excel or a text file? Thank you.

    Start passing by examples of LabVIEW.  Go to help-> find examples.  There are several examples here just for the analog input and then even more for logging data to a file.  After that, show us what you have and we can guide you a little better that way.

  • Read data from the Web site in C++ program

    Is it possible to read and store text from a website in a C++ win 32 console application? The purpose of this program would enable the text to be updated automatically whenever I open the program. It would be best to save the text as a string, if possible, so I can get out in the command prompt. I'm working on a project where I need to display constantly fluctuating prices, which are updated on a Web site. If it is not possible in a win32 console application, could you direct me to a different type of file of C++ programming? The compiler I use is Visual Studio 2015 - Community Edition. Thank you!

    I recommend that you post your question in a forum of C++.

    If C++ can pay for the operating system, you can then use wget.exe suck down your web page content. CScript and PowerShell can also do.

  • Read data from a text file

    Hi, using Cp 8.01.

    I would like to read the textual data to a text or XML file into a variable in order to display a message (using a form) on my project of Cp can I do this without using Javascript?

    Thank you.

    You need JS.

  • How to display image in the data from the blob column item

    Hello
    This is pavan, I try to upload images in the tables and display.
    I was able to download the data in the table using this http://www.apexninjas.com/blog/2011/09/uploading-and-displaying-images-in-apex/
    but I'm unable to display in the report or item and also I have mentioned these http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35127/apex_util.htm#AEAPI129 post but I din't get how to put an element valid POINT with the type of FILE that contains the type of source of column DB application page name.
    and also, I raised the thread https://community.oracle.com/message/9616066that also in response that he has changed the type of data that we need I don't have.
    can someone help me on this please
    Kind regards
    Pavan

    creating manual p3_image point of page that is display in form of image display and check point p3_image for more information how image

    in your application.

    Leave.

  • Import data from the text file to open the Document

    This should seem simple, but I can't find a way to import a text file delimited to tab automatically on opening the document.  I can open my form fill pdf document, select Forms > more form Options > data management > Import Data > change the bottom right "Text (*.txt) files" file type, select the file, then import with no problems.  I can't find a way to do this automatically when the document opens.  I know a *.fdf file will do, but my data are in a tab delimited text file.  If this is not possible, is there a program or a script that will convert *.txt to import *.fdf?  Thanks for your time.  Steve

    Have you looked at using custom JavaScript?

    importTextData

    You will need to work on how the data file select the line form.

  • get the data from the text box by clicking a button and display output text

    Hi all

    I have a task flow with two pages. On the first page, I have a text entry box and a command button.whenever I click the button, the data that is entered in the input text box should be displayed as output in the second page.please text after the code for this example.

    Thank you.

    Hello

    1. create a bean with a scope of application with any appropriate instance name: myBean_Request.
    2. create a property of the bean with any appropriate name. For example:

    private String textValue;
    

    3 generate the getters and setters in the bean for the text argument.
    4. set the value attribute of the text box to something like this.

    value="#{myBean_Request.textValue}"
    

    5. can insert setPropertyListener for the CommandButton as follows

                    
                       
                    
    

    6. in the next page set the value of the text output to the

    value="#{pageFlowScope.textValue}"
    

    I hope this helps.

    Kind regards
    Sicard.

  • Write and read data from the user's local file system

    Hello

    I write my first extension for dreamweaver. My extension should backup the data on the local file system of the user. I know that I can use DWfile.read () and DWfile.write () as described in Chapter 2 of the Dreamweaver API reference. I store the data using the XML format. What is the best way to read and parse the XML data in the file? What is the best way to write the XML data in the file?

    If you recommend one format other than XML, I'm open to suggestions. The data are only a few configuration information for the extension which should be persisted.

    Thank you

    mitzy_kitty

    How will the data be used? If it is used by JavaScript, use JSON format which includes js. If you use XML, then you will need to find an XML parser to read the data.

    Randy

  • Read data from the Table and load it into the csv file

    Hello

    I would like to read a table (select * from employees) and load the data into a csv file.

    What methods are available?

    Records will be at high volume.

    Thank you

    If it is to do a lot, use APEX.

    Create a new page with an interactive report based on the SQL code you want. When you go to download Excel, it is actually a CSV file.

    If it is large, you may need to go on the FILE_UTL road.

    If it is only once, use an interface such as SQL tool * or SQL * Developer.

    If it's a learning experience, you must do all three.

    MK

  • Using the data from the text file to the plot on a histogram

    Hi professionals of the NC.

    I have a data file text attached with 3 columns of data and I would draw it with a histogram.

    Unfortunately, the histogram data to create will not let me extract the values I want to draw it...

    I've seen some of the older ones on how to do that, unfortunately, it was a very long thread and the screw, images have been corrupted.

    Someone has a great solutions for this...? Really appreciate it!

    Hi Lexen,

    no need to use ExpressVIs:

    I used the simple histogram function, there is a step where you can provide more parameters. And I used LV2011, so the ReadSpreadsheetFile function looks different than in the latest versions of LabVIEW.

    in the desire to tell graphic C Red, G will be blue and D in green...

    I don't know what means DMC, but change properties parcel should be pretty easy!

  • How to read data from the drop-down list

    Hi all

    I use this to display a drop-down list.

    inputScreen.add (new NumericChoiceField ("number of objects:", iStartAt, iEndAt, iIncrement, iSetTo));

    How to read the data selected by the user? say if my list contains from Monday to Saturday, how will I know what day selected by the user? and how that store in the variable? Thank you.

    You have your data in a table and this stone he is used to populate the ObjectChoiceField. The FieldChanged listener you can obtain what the iteme selected to help index:

    int index = yourObjectChoiceField.getSelectedIndex ();

    and for the use of the object:

    Bean of MyObject = myObjectArray [index]

  • How to read data from the cell of the table hint?

    In my application, I filled the table hint with database data. Now I want, when I click on any particular line, I should be able to read the data in this row.

    Thank you best regards &,.

    Shrinivas

    Strange, I can see it with different accounts.

    OK, the VI attached.

    Christian

  • 71622 error code when you use read data from the encoder vi

    Hi, im using PXI7340 Motion control and I get the error-71622 code that is not defined if I try to search in the help explain error section. I get this error when I try to use reading encoder vi data. I would like to get the index data and I can not find that an another vi Traoré did this. Any suggestions

    Again, could you please show me how you have implemented that?

    Let's take a step back. What exactly are you trying to accomplish? You want to find the index position? Can find reference should do the job for you.

Maybe you are looking for

  • Custom titles doesn't work, red screen media missing!

    Each unique custom title, I try to use that I carefully placed in the user > movies > animation models > way to titles eventually appear in fcpx, but when I drag him to the timeline I get the screen red exclamation point. Which I think represents lac

  • Xperia Arc S and ICS.

    Is it useful to update Xperia Arc S for ICS? This will affect the performance of the phone?

  • Blamed the capitan!

    Hi, I was blaming updates for my problems but just found the info from here Etrecheck and I hope that's not what it looks like? Does anyone of you guys guide me as to the time the fact that the report suggests that my hard drive is faulty is correct?

  • Download request "what file you want to open with.

    I had a software auto update this morning. Since then, if I try to download something, he asks "what file you want to open with?"  He has never done this before. I tried to download Skype and Firefox, since he has stopped working after the automatic

  • I reinstalled XP Pro - when I try to install a sound driver, I thought I need admin privelages

    original title: Admin Privelages I reinstalled XP Pro - when I try to install a sound driver, I thought I need admin privelages. I'm already logged as administrator. Any ideas anyone?