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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Expression Help please

If([BLD]='Own',Sum([Total])/Sum([PH]),

Sum([RA])/Sum([LH]))

Is anything wrong here ?

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

SUM(If(BLD = 'Own', Total/PH, RA/LH))

View solution in original post

2 Replies
MK_QSL
MVP
MVP

SUM(If(BLD = 'Own', Total/PH, RA/LH))

Not applicable
Author

Thank you Manish agian.I appreciate your help.