Hi,
How can i use variables (eg:%RTT%,%LYN% etc) in nvision layout.
Thanks in advance.
Deepa.
Hi,
How can i run nvision report through portal.Please provide me steps.
Thanks in advance.
Deepa.
Hi,
How to create matrix layout and produce a report through ps nvision.
Thanqs in advance
Deepa.
Hi Every one,
Anyone help me out of installation steps of peoplesoft.
Advanced Thanks to everyone.
Regards,
Ansar
Hi,
My requirement is to calculate other fields based on 1 field in peoplecode action in ae program.if i run the program i'm unable to get calculated values.
Below is my code in peoplecode action.
Local number &SAL, &HR, &TA, &TOT;
&SAL = EXO_AEPC_AET.BANK_SAL;
If &SAL > 10000 Then
&HR = 1000 * 0.3;
&TA = 1000 * 0.5;
&TOT = &HR + &TA+&SAL;
Else
&HR = 100;
&TA = 200;
&TOT = 300;
End-If;
EXO_AEPC_AET.BANK_HRA = &HR;
EXO_AEPC_AET.BANK_TA = &TA;
EXO_AEPC_AET.BANK_TOT = &TOT;
Hi,
How can i run my own query through nvision. Provide me the steps.
Thanks,
Deepa.
Hi,
My requirement is to accept values from runcontrol table through sqr program while running the program in process sheduler.Give me 1 simple eg. program .
Thanks in advance,
Deepa.
Hi Guys,
This will seems to be a very silly doubt for you,but its really irritating if you have number of component under one folder.
It is very difficult for mee tofind out a perticular component from the list of 40-50 links.
I want to arrange all the left hand navigation link alphabetically,
If any one has know please let me know.
My menu is being such a hassle for mee that i spend my 1/4 day in finding components....
Any suggetions would be worthwhile...
Thanks in advance,,,,,,,,,,,,,,,,,,,,
Hi,
I am facing problem running sqr program in process schduler.Please provide me steps to run program in ps.
how to run the below sqr program in process scheduler.
#include 'setenv.sqc'
BEGIN-HEADING 2
PRINT 'SQR PROGRAM'() center
PRINT 'EMPID' (+1,6,20)
PRINT 'NAME' (,+2,23)
PRINT 'COUNTRY' (,+4,25)
END-HEADING
BEGIN-PROGRAM
DO PROCEDURE1
END-PROGRAM
BEGIN-PROCEDURE PROCEDURE1
#DEBUG SHOW 'START PROCEDURE1'
BEGIN-SELECT
EMPLID (+1,6,20)
NAME (,+2,23)
COUNTRY (,+4,25) ON-BREAK SKIPLINES=1
FROM PS_PERSONAL_DATA
END-SELECT
graphic (5,1,66) horz-line 40
Hi,
The below once is my code in application engine program.My requirement is to calculate the values based on salary and print in my state record after running using runcontroll page.
[code]
/*using state record in sql action in step 1*/
%Select (BANK_ID,BANK_SAL,BANK_HRA,BANK_TA,BANK_TOT)
SELECT *
FROM PS_RUN_CNTL_AETPC
WHERE OPRID=%OperatorId
AND RUN_CNTL_ID=%RUNCONTROL;
/* using peoplecode action in step 2*/
Local number &SAL, &HR, &TA, &TOT;
&SAL = EXO_AEAET.BANK_SAL.Value;
If RUN_CNTL_AETPC.RUN_CNTL_ID.Value = %OperatorId Then
If &SAL > 1000 Then
| Title | Under | Posted on |
|---|---|---|
| How to run nvision report through portal | PeopleSoft Technical | 08/31/2010 - 4:45am |
| Any1 here who can help? | PeopleSoft Technical | 08/31/2010 - 2:12am |
| How to create matrix layout | PeopleSoft Technical | 08/27/2010 - 2:22am |
| UnCaught C++ Exception | PeopleSoft Technical | 08/10/2010 - 9:05am |
Recent comments
1 day 1 hour ago
1 day 3 hours ago
1 day 3 hours ago
2 days 7 hours ago
2 days 8 hours ago
2 days 12 hours ago
3 days 1 hour ago
1 week 4 hours ago
1 week 4 hours ago
1 week 4 hours ago