Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

WAQL: Conditions based on count of a subexpression's result

0 votes
It would be really nice to be able to filter objects based on a "count", ie quantity of subquery results. Something like this, to find all RandomSequenceContainers that have 0 children for example:

$ from type randomsequencecontainer select this where children.count = 0
asked Mar 22, 2023 in Feature Requests by David T. (220 points)

Please sign-in or register to answer this question.

...