MEDFAR
01-06-2023Cloud Apps
How can you Count the number of patient with more than one AppointmentId in the same day
Hello, I've been trying to build build a widget (NUMBER) where I get the total Count of PatientId with more than one appointment in the same day... I was able to build a pivot table but I am confused when I try to replicate the calculation in other widget. Here is what I've been trying to do:
(COUNT([PatientId]), COUNT([AppointmentId[), [AppointmentDate])
The problem is I can't filter the number of AppointmentId to be greater than 1 because AppointmentId is a String and Sisense doesn't offer the option to filter by value....
Thank you in advance for your help!
Olivier