Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
In the formula below , I just want to use a normal formula instead of Set analysis any ideas?
NUM((count({<MentalHealthHistory_ID={'2','3'}>} NEWKEYID))/(Count(NEWKEYID)-Count(PatientsNotAssessed_ID)),'##.##%')
Martin
May be as below:
Num(If(MentalHealthHistory_ID='2' OR MentalHealthHistory_ID='3',Count(NEWKEYID)/Count(NEWKEYID) - Count(PatientsNotAssessed_ID),'##.##%')