I have a database that has audited the .EXEs on all the machines in the company. Within the database some machines have multiple occurences of the same .exe, but I only want to count that as 1 for that machine. I have the report where it will print out only 1 occurence, but it is still counting the multiple occurences. Example:
MACHINE1 TIGER.EXE
MACHINE1 CAT.EXE
MACHINE1 TIGER.EXE
MACHINE2 TIGER.EXE
Report should show:
TIGER.EXE 2 (not 3)
CAT.EXE 1
Can anyone help?
MACHINE1 TIGER.EXE
MACHINE1 CAT.EXE
MACHINE1 TIGER.EXE
MACHINE2 TIGER.EXE
Report should show:
TIGER.EXE 2 (not 3)
CAT.EXE 1
Can anyone help?