Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys Im trying to divide one expression into another but for some reason is giving me a bi percentage Im sure its just the brackets could you have a look? num((Count({} NEWKEYID)-Count({} PatientsNotAssessed_ID))+(Count({} NEWKEYID)-Count({} PatientsNotAssessed_ID)) / ((Count(NEWKEYID)-Count(PatientsNotAssessed_ID))-((Count({} NEWKEYID)-Count({} PatientsNotAssessed_ID)))),'##.#%')
Try this
Num((Count({} NEWKEYID) - Count({} PatientsNotAssessed_ID) + Count({} NEWKEYID) - Count({} PatientsNotAssessed_ID))/
(Count(NEWKEYID) - Count(PatientsNotAssessed_ID) - Count({} NEWKEYID) - Count({} PatientsNotAssessed_ID)), '##.#%')