March 19, 2008 at 1:32 am
I am working on a report in RS where I have to put in a condition when previous record is null. We can use PreviousIsNull in Crystal to check if the previous record is Null but how to check it in RS.
Can anybody tell me how to find out Previous and Next record in RS?
March 19, 2008 at 2:59 am
There's a Previous( ) function you can use. The expression would look something like this.
=IIf (IsNothing(Previous(Fields!SomeField.Value))=1, [enter some value for condition evaluation to true], [enter some other value for condition evaluating to false])
I'm not sure about a Next function - don't think there is one.
March 19, 2008 at 9:58 pm
Thanks Karl... I was hunting for this...
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy