The Big Bear Posted January 20, 2008 Posted January 20, 2008 (edited) Hi all I think this has been ask before but I cannot find it. When there are several records for the same spool number, I would like to display the spool number once until the next spool number and display this number only once until the next spool number appears. The example does not display well once submitted. Example spoolnumber weld number welder id sp1 1 K sp1 2 R sp1 3 A sp2 1 C sp2 2 K sp2 3 A would like the list view to resemble this: spool number weld number welder id sp1 1 K 2 r 3 A sp2 1 C 2 K 3 A thanks in advance Lionel Edited January 20, 2008 by Guest
comment Posted January 20, 2008 Posted January 20, 2008 Try an unstored calculation field = Case ( SpoolNumber ≠ GetNthRecord ( SpoolNumber ; Get ( RecordNumber ) - 1 ) ; SpoolNumber )
The Big Bear Posted January 21, 2008 Author Posted January 21, 2008 Comment Thanks for the information Lionel
The Big Bear Posted January 21, 2008 Author Posted January 21, 2008 Michael You are a bloody genius. thanks so much for the help.
Recommended Posts
This topic is 6151 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now