Slice() not working correctly

HI All,

I am having some problems with the slice formula. It doe not return the number of entries that I request. Please let me know whether you can see what is going wrong.

Here is the page (3rd example):

Thanks
Piet

Try switching the position of the .Slice() and the .NumberedList() and it should work!

[View of Todo List].sort(ascending: True(), sortBy: [View of Todo List].[Date].Slice().NumberedList()
1 Like

Thanks! So it did.

I struggled so much to get the sort working in combination with the slice, I ran out of combinations.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.