Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Test Result Column Percentage

Hi i am having the Test Result Column,In that column i am having the test Result as Pass,Fail,N/A

i need to get the overall execution percentage & also percentage based on pass ,Fail, N/A.

1 Solution

Accepted Solutions
karthikoffi27se
Creator III
Creator III

Hi Lakshmi,

Please use the below formula

Sum([Test Result])/Sum(Total[Test Result])


Many Thanks

Karthik

View solution in original post

2 Replies
sunny_talwar

Would you be able to share a sample or some image to show what you have? Also, it might help to show the expression you use to calculate Pass, Fail, N/A

karthikoffi27se
Creator III
Creator III

Hi Lakshmi,

Please use the below formula

Sum([Test Result])/Sum(Total[Test Result])


Many Thanks

Karthik