Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Can I use distinct?

I have columns for clinicname, attendanceid and date and am trying to get average number of attendances per clinic.

How do I use distinct to get 1 as value for clinic name per date and a count of attendances?

Thanks


Ian

1 Solution

Accepted Solutions
deepakk
Partner - Specialist III
Partner - Specialist III

Hi,

I hope the attach applicatioon is what you are looking for.

Deepak

View solution in original post

3 Replies
Not applicable
Author

I believe you just add DISTINCT to your script.

From your example:

LOAD DISTINCT Clinic_Code,

     attendanceid,

     date

FROM

(ooxml, embedded labels, table is Sheet1);

deepakk
Partner - Specialist III
Partner - Specialist III

Hi,

I hope the attach applicatioon is what you are looking for.

Deepak

jagan
Luminary Alumni
Luminary Alumni

Hi,

Please find the attachment for solution.

Regards,

Jagan.