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

[sqr-users] Evaluate - When



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