Jump to content

Little information


This topic is 8388 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • 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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 8388 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.