Aggregate Model with SOQL "HAVING" clause?

Is it possible to specify “HAVING” in an aggregate model?

Reference: https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_select_having.htm

My use case is that I want to filter out 0 SUMs

https://community.skuid.com/t/set-having-with-javascript

Thanks for the link!

Got it working!

Added this to the model’s XML in its own section after the section:



Yes, you can add clauses via the XML, see this post:

https://community.skuid.com/t/filter-on-count

All of these links are broken. Can someone provide the updated links to the ‘having’ capability?

Hi Paul,
Here are the updated links for those threads:

1 Like