Is there a method/plugin/whatever of doing arithmetic in custom columns?
I want to do something like: [=imgsize.x]/[=imgsize.y] to get the ratio of height to width for my image files. Some control over decimals would be great...
Arithmetic between WDX values?
Moderators: Hacker, petermad, Stefan2, white
Arithmetic between WDX values?
Licensed, Mouse-Centric, moving (slowly) toward Touch-centric
Re: Arithmetic between WDX values?
As expected, a custom column with simply displays 2 dates separated by a dash: 01/19/2021 11:51-03/20/2020 10:58
I would have liked to quickly list the number of days between two events, but that is not important.
I can of course do that arithmetic later with these steps:
1. Configure custom columns to display two dates in two two columns.
2. Select some rows
3. Menu Mark Copy To Clipboard With All Details
4. Paste into a spreadsheet.
5. Subtract the two date columns.
The ability to copy file details revealed in custom columns is very useful.
Code: Select all
[=tc.writedate]-[=tc.creationdate]
I would have liked to quickly list the number of days between two events, but that is not important.
I can of course do that arithmetic later with these steps:
1. Configure custom columns to display two dates in two two columns.
2. Select some rows
3. Menu Mark Copy To Clipboard With All Details
4. Paste into a spreadsheet.
5. Subtract the two date columns.
The ability to copy file details revealed in custom columns is very useful.