Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
Did you take a look at the Select method in Peoplebooks? I think that is what you are looking for. Also, check the following post for more guidance.
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog
The Select statement is not what i am looking for .
The post which was given was helpful ....but does it reads a .csv file.
These are what i have done
1 ) upload a .csv file which has 3 columns (qid,questions & answers) into a temporary table tmp_tbl whish has file_attdet_sbr subrecord.when i query in back end my file is present.
Now next step what i have to do is to read the contents of that file ( which is in the tmp_tbl & display it on the page which has scroll area.
pls help.
But the PeopleCode Select function does exactly what you are saying you want to do. Read from a table and push the data into a Grid.
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog