HI
I have a scroll and grid both at the same level and they are both using the same record.
Now there are 2 fields in the record A and B.
Field A has multiple values (let say value for field is Cat)
Field B has different values (value for field B is all different kinds of cats)
What i am trying to do is that CAT comes on top and all the different type of cats come in the grid)
any one can help
| Title | Under | Posted on |
|---|---|---|
| how to send hyperlink with email in application engine program. | PeopleSoft Technical | 06/13/2013 - 12:55am |
| Saving records | PeopleSoft Technical | 06/04/2013 - 11:11am |
| can we alter a trigger in DB2 to add a new column | SQL & PL/SQL | 05/29/2013 - 1:31am |
| Required Peoplesoft HRMS Functional Training | PeopleSoft Functional | 05/07/2013 - 10:29pm |
Dear friend.
In field A field change write a peoplecode
if field A. value='TRANSLATE VALUE" Then
Use create sql to fetch values and insert into the grid one by one"
end-if;