Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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.