Filtering a list by greater or equal?
Hey guys , I 'm creating a simple calendar , where I have a list of 35 items that I want I want to chop into 5 separate list so I can display a 5x7 matrix . To do this , I was gonna use less or equal and greater or equal functions to turn the 35 items into 5 lists by filtering . It works when I use index is less or equal in a filter , but for some reason it doesn 't work when I use index is great than or equal in a filter ?