Efficient way to use Aggregate functions in Valueset
Efficient way to use Aggregate functions in Valueset
PFB my Analysis:
WHERE clause has 4000 characters limit and we can call the balance value function there. But to
select that value, the common solution is to use a hierarchical query at the top to get values from 1
to say 99999 and match the value with the balance value.