I like this program and have used it extensively. It would be helpful to have a simple filter program vs requiring use of a cumbersome pivot table when the user is simply trying to filter some data.
The help file for the pivot table is not clear as to how to use the [field,filter] function, as no example of this was given in the file.
I have a basic sheet with 1.1 million rows of data in four columns, so I can’t use Libre Office to filter it (will likely cut it in half and then rejoin it). I need to filter it down so that only values >0 in columns C and D are retained.
You’re right: using pivot tables for filtering purposes isn’t the best option. Separate, much more versatile filtering will be added in the near future (perhaps before the end of May).
Btw, for strictly tabular data types GS-Base might be more effective (and it offers built-in calculation functions too).
Hello,
Obviously there is a significant delay but it’s still on the to-do list and should be available rather sooner than later.
BTW, recent GS-Calc updates add some new/additional filtering options to pivot tables.
Actually something like that has been added to the sample DLL function library that’s been included with setup for quite some time now.
It’s just an example how it can look like and it’s quite simplified. Nevertheless making it more versatile should be trivial (though it requires at some basic C knowledge).
Could you take a look at the last code section on https://forum-eng.citadel5.com/viewtopic.php?f=17&t=570
Out of curiosity, to filter are you using things like RegEx, fuzzy filtering, filtering based on cell attributes or just plain numeric/string relations =,<>?
The autofilter comes in handy when working with large datasets so you can view only what you care about at any given time in a simple manner. The dropdown at the top of the columns are ideal to narrow down and view whatever you are trying to work with.
Thanks. Like I suggested, extending the sample “filter()” function to mimic the MS 365 “filter()” function will be trivial for any C/C++ programmer. However, I understand it’s also about the built-in GUI elements to make using various filter types convenient and simple (yet versatile). I think something should be done in the upcoming update(s).