Newbies PTurcotte Posted May 30, 2001 Newbies Posted May 30, 2001 Hi I have 3 class of product, and I need to count the number of employe who work on it, I cant do a count cause some employe is there more then one time... the only thing a can do, product employe 0001 101 0002 101 c203 104 c203 101 total of empoye must be 2 not 4... if you have any idea let me know
Chuck Posted May 30, 2001 Posted May 30, 2001 Perhaps there's a more elegant way to do this, but one way is the following: code: Set Field [ gCount, 0 ] Set Field [ gEmployee_ID, "" ] Show All Records Go to Record/Request [ First ] Loop
Recommended Posts
This topic is 8635 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