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

Enhancement: Options for '% Reprocessed' calulation #420

Closed aixtools closed 2 months ago

aixtools commented 9 months ago

Currently % Reprocessed is coded as Reprocessed / Price * 100.

I would also like to 'option' to have it be Reprocessed / Manufacturing * 100.

Or - maybe better: along the line of #419 - be able to define a column (rather than a search criteria) based on existing columns (ie, make my own '% Reprocessed') - and, to keep it distinctive from standard columns - be able to define a background color for self-defined columns.

GoldenGnu commented 9 months ago

I feel like that would be super easy to do with a formula column. 1) Table > Formula Columns > Add 2) Select a name 3) Formula [Reprocessed] / [Manufacturing] * 100

Does that resolve the issue for you?

GoldenGnu commented 2 months ago

I'm going to close this as resolved, as the user never replayed to the follow up question