GoldenGnu / jeveassets

jEveAssets is an out-of-game asset manager for Eve-Online, written in Java
http://eve.nikr.net/jeveasset
GNU General Public License v2.0
147 stars 36 forks source link

Assets view: **Type Count** ignores filter setting #405

Closed aixtools closed 11 months ago

aixtools commented 11 months ago

Bug: (imho)

My best guess is that the Type Count column is the total of the Type, but of all records, rather than only the selected records. e.g., from the following I would expect Type Count to say 10 rather than > 200M.

image

If my best guess is wrong - please explain.

GoldenGnu commented 11 months ago

Yes, that is exactly what it is - total of all assets of that type (and everything else included in the assets, like jobs, orders etc.). I don't see why that would be a bug?

GoldenGnu commented 11 months ago

There are plenty of ways to see the count of shown items: The status bar, the right click menu on a selection or on the column header. All those does that perfectly well. So I’m close this