⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Filter Bugs in v.2.6.10



larasmith

larasmith
  • profile picture
  • Member

Posted 10 January 2019 - 03:39 AM

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:

Q1-Sorting-Resets-Filters.png
 
 
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:
Q2-Float-Criteria.png
 
 
3. I tried exporting the records by clicking export and upon opening the excel file generated this error occurs:
Q3-Exported-Data-Corrupted.png
 
 
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:
Q4-Table-Lines-Missing.png
 
 
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:

Q5-Filter-Failed-During-Printer.png

 

I do hope these issues get fixed. Thanks for the support! 


spiritbreaker69

spiritbreaker69
  • profile picture
  • Member

Posted 11 January 2019 - 01:36 AM

Even in 2.6.11


spiritbreaker69

spiritbreaker69
  • profile picture
  • Member

Posted 11 January 2019 - 02:45 AM

this is my error in 2.6.11 no problem with 2.6.10 and 9


larasmith

larasmith
  • profile picture
  • Member

Posted 12 January 2019 - 16:46 PM

Follow-up regarding this topic...

larasmith

larasmith
  • profile picture
  • Member

Posted 22 January 2019 - 00:12 AM

Patiently waiting for this @web-johnny

 

Thanks!


larasmith

larasmith
  • profile picture
  • Member

Posted 24 January 2019 - 02:26 AM

Hi @web-johnny!

 

I upgraded to 2.7.0 and from the list above the 5th issue which is the filtered print and export issue was partially addressed.

Now during the filtered export, the data being exported is correct but the during print it still prints all the records or wrongly filtered records.