[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: [sqr-users] Evaluate - When



I believe what is happening is that it is processing nothing for the 'D'
'E' options....that is it is acting like this:

when = 'D'
when = 'E'
   ! Do nothing
when-other
    ! processing D or E or other
    Break;
End-Evaluate

If that is what they intended, then it is working.  If they want the D
E options to flow to the when-other clause then they just plain don't
know what they are doing (no surprise there).  Remove the 2 lines for D
and E and it should work.




Larry Roux
Syracuse University
lroux@syr.edu


>>> radhika_05@hotmail.com 4/20/2005 11:09:01 AM >>>
Hi,

   I am having a problem with delivered SQR. It has Evaluate Statement
which 
codes like the following:

Evaluate &Paygroup
when = 'A'
    ! processing A
    break;
when = 'B'
when = 'C'
    !processing B or C
    Break;
when = 'D'
when = 'E'
when-other
    ! processing D or E or other
    Break;
End-Evaluate

    Here when the value of paygroup is B or C it goes into processing B
or 
C. But when the value is D or E it doesn't go to Processing D or E or
other.

I can remove the lines of code when = 'D' and when = 'E' . But before
making 
changes to the delivered one, i would like to know is there any reason
for 
peoplesoft to code like this?

Any input would be appreciated.

Thanks.

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's
FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ 


_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org 
http://www.sqrug.org/mailman/listinfo/sqr-users

_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users