Hello All,
Any function in Jmp similar to count distinct in sql?
Examples:
How can I obtain the values of count distinct subjectsid in a new column in these tables with functions?
Thanks
TABLA 1
subjectid count distinct subjectid
a 5
b 5
c 5
a 5
b 5
d 5
e 5
TABLA 2
subjectid count distinct subjectid
a 3
b 3
c 3
a 3