I want to include Bit Depth in a library report, but it is not available in the listed fields/tags for reports. Creating a custom tag of "bit depth" doesn't work because there already is that tag. Virtually all tags are available for reports except bit depth. Thoughts on how to add that?
I fiddled around with custom tags. Didn't know what I was doing, but tried anyway. By trial and error, I discovered/learned the solution.
Edit
Edit Preferences
Preferences window
Tags (1)
Custom Tags
Define New Tags button
New Custom Tag Definition
Virtual Tags list
(select any one of the 32 virtual tags available)
"formula:" column
Function Selector from drop-down list
$Abs(<field>) from next drop-down list
replace <field> with <field you want>
(in my case it was <Bit Depth>), the result being
$Abs(<Bit Depth>)In the "label:" column, assign any name you want for that tag
(in my case, it was "Bit Depth V1)
It is then available in the library report checklist
Easy peasy.
