Probably a limitation on my side, I decided to share this little guide I wrote in hopes this helps other people scratching their heads when trying to display those Custom Columns.
_____________________________________________________________
_____________________________________________________________
tools, configuration, information, custom columns:
pick an 'undefined' item, click EDIT, then set the fields as following:
CAPTION: strlenCC [or anything else]
TYPE: script
SCRIPT:
Code: Select all
return format(strlen(<cc_name>), "000");
FORMAT: text
TRIGGER: **BROWSE** (default; this is important, otherwise the functionality will be stale)
ITEM TYPE: files
then,
right click a column, pick ADD COLUMN, locate the 'RIGHT CLICK HERE...' newly added column,
choose 'Select Custom Column' and pick the column you named under the CAPTION field previously.
-wait a bit for it o process the list, especially if its a longer one.
Edited the script before it throws errors because of the missing indention...
-thanks!
XYplorer Beta Club