Export function - Add option to export FILTERED data only.
T
Thorsten Schöning
started a topic
17 days ago
I'm regularly looking at table data using the grid view during support, because the tables I need to look at then are mostly small or even with many rows fast to load because they only contain few columns with few data. Additionally I often filter contents using the search box in the upper right corner of the view, simply because it's much faster to use than the "Filter"-row.
Very often I need to export data from the filtered grid as well and while the button to export from the grid is easily available, it seems only able to export ALL data of the grid, NOT ONLY what is currently visible using the searchbox-filter.
As things are already have been loaded into memory and stuff, shouldn't it be easy to simply add a checkbox in the export dialog to only export all rows currently visible?
In the attached screenshot, max rows and total rows is 538, while I'm only interested in 3 visible rows the grid shows currently. But I don't see any easy way to export only those 3 rows with what the export dialog provides, especially support for various different formats. Because sometimes I only need some TXT-representation, but sometimes CSV as well etc.
So, what I actually request is the opposite of the following:
Thorsten Schöning
I'm regularly looking at table data using the grid view during support, because the tables I need to look at then are mostly small or even with many rows fast to load because they only contain few columns with few data. Additionally I often filter contents using the search box in the upper right corner of the view, simply because it's much faster to use than the "Filter"-row.
Very often I need to export data from the filtered grid as well and while the button to export from the grid is easily available, it seems only able to export ALL data of the grid, NOT ONLY what is currently visible using the searchbox-filter.
As things are already have been loaded into memory and stuff, shouldn't it be easy to simply add a checkbox in the export dialog to only export all rows currently visible?
In the attached screenshot, max rows and total rows is 538, while I'm only interested in 3 visible rows the grid shows currently. But I don't see any easy way to export only those 3 rows with what the export dialog provides, especially support for various different formats. Because sometimes I only need some TXT-representation, but sometimes CSV as well etc.
So, what I actually request is the opposite of the following:
https://support.dbvis.com/support/discussions/topics/1000081257
Thanks for considering this!