Thanks
I want to filter by levels.
1. Users
2. UserAccounts
3. AccountSubscriptions
There were multiple queries returned in the debugger.
But the one in question is....
SELECT AccountId, AutoRenew, CreatedBy, CreatedOn, ExpiresOn, Id, IsActive, Model, Name, OrderId, RefreshInterval, RenewedOn, RenewedWithSubscriptionId, StartsOn, UnitPrice, UpdatedBy, UpdatedOn, VisibleRetention
FROM Subscription
WHERE (AccountId IN (11656578, 46, 1, 47, 11656547))
The relation is added but the filter is not there
bucket.PredicateExpression.AddWithAnd(SubscriptionFields.AutoRenew = True)
bucket.PredicateExpression.AddWithAnd(SubscriptionFields.IsActive = True)
llbl version: 3.5.12.0317