Hi;
i have this code it's work, but there is delegation in my code and my table contain more than 7000 rows, delegation make me trouble because some rows doesn't display in my gallery, how can i write my code without delegation.
delegation is on StartWith because i'm using b.Name
ForAll(DepartementList As b;
/**TimeEntries**/
Collect( TimeEntriesColl; Filter(TimeEntries; StartsWith( Direction; b.Name)) ) )