Hello, everyone!
I used this formula to grab my excel data, my excel has 10000 rows.
ClearCollect(DataProdOrder, Filter(Perform, Value(No)<=2000), Filter(Perform, Value(No)> 2000 && Value(No)<=4000), Filter(Perform, Value(No)> 4000 && Value(No)<=6000), Filter(Perform, Value(No)> 6000 && Value(No)<=7000))
But, the data are shown just 2000 data, how to fix it?
Thank you in advance.