[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
- Subject: Re: [sqr-users] Evaluate - When
- From: "Larry Roux" <LRoux@syr.edu>
- Date: Wed, 20 Apr 2005 11:15:05 -0400
- Delivery-date: Wed, 20 Apr 2005 10:16:04 -0500
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
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