Hi there @web-johnny!
I got several findings regarding v.2.6.10. I hope these get fixed:
1. Applying multiple filters and then sorting the result removes the filters applied. Refer to the image below:
2. A float field (in my case Grade) has different criteria from integer so I cannot filter the field using the criteria: greater than, less than etc. refer to the image below:
3. I tried exporting the records by clicking export and upon opening the excel file generated this error occurs:
4. Since I have many records (4671 to be exact), upon clicking print, I noticed that it only printed almost 500 records and upon clicking export, I noticed that it only exported 1000 records. I saw in the forum:
/topic/17967-export-only-having-1000-records/ I tried it and it works. I also tried it in PrintState and modified const MAX_AMOUNT_OF_PRINT = 500; to 10000. It also worked but the output table has no lines. Refer to the image below:
5. Also, if I applied filters, I noticed that during print and export, all the records are still displayed and not the filtered results. Refer to the image below:
I do hope these issues get fixed. Thanks for the support!