May 30, 200124 yr Newbies 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
May 30, 200124 yr 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
Create an account or sign in to comment