Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
sweens78
Creator
Creator

Percentage not showing proper result

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)))),'##.#%')

1 Reply
sunny_talwar

Try this

Num((Count({} NEWKEYID) - Count({} PatientsNotAssessed_ID) + Count({} NEWKEYID) - Count({} PatientsNotAssessed_ID))/
(Count(NEWKEYID) - Count(PatientsNotAssessed_ID) - Count({} NEWKEYID) - Count({} PatientsNotAssessed_ID)), '##.#%')