Hello,
I have a query that is suppose to produce me list of items that isn't in the first 20 rows, sorted alphabetically.
Filter('Exclusion List',Not(Title in FirstN(Sort( 'Exclusion List', Title),20).Title))
Now this query gives me delegation warning, due to the "IN" clause. This is all too complex for me, I don't even know where to begin writing alternative solution for this filter. Can anyone advise on alternative approach please?
Regards
Kira