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: 
BrianDH
Creator II
Creator II

Looking for examples of using "Having" in the script WHERE clause

Looking for examples of using "Having" in the script WHERE clause

where PROJECT_TYPE <> 'CME'
AND PROJECT_TYPE <> 'GRANT'
and having  sum(BH_AMOUNT_ACT + BH_AMOUNT_GLA + BH_AMOUNT_GLL + BH_AMOUNT_GLQ + BH_AMOUNT_GLR + BH_AMOUNT_GLE + BH_AMOUNT_PAY + BH_AMOUNT_OTHER)
* 100 / sum(BH_AMOUNT_BUD) >= 75.00)

Labels (1)
1 Solution

Accepted Solutions
BrianDH
Creator II
Creator II
Author

Add Group by before HAVING

View solution in original post

1 Reply
BrianDH
Creator II
Creator II
Author

Add Group by before HAVING