Page 1 of 1
How to Configure Extra Column
Posted: 11 Sep 2015 11:31
by armsys
How to configure Extra Column 1 to show the number of files inside the folder?
Re: How to Configure Extra Column
Posted: 11 Sep 2015 11:46
by highend
That's not the right column to do that...
You need a custom column...
Use these settings for one:
Caption: Files in folder
Type: Script
Script:
Code: Select all
return report("{count}", "<cc_item>");
Format: Text
Trigger: List
Item type: Folders
Re: How to Configure Extra Column
Posted: 11 Sep 2015 11:54
by armsys
Actually I find the solution
here.
Thanks
binar for your valuable tips.
Re: How to Configure Extra Column
Posted: 11 Sep 2015 11:59
by armsys
Hi highend,
Thanks for your help.
Mine is directly copied from binar's
It works brilliantly.
Re: How to Configure Extra Column
Posted: 11 Sep 2015 12:10
by highend
Actually, the user "Schmart" posted that, not binar

Re: How to Configure Extra Column
Posted: 11 Sep 2015 13:09
by armsys
Hi highend,
Thanks for your correction.
Re: How to Configure Extra Column
Posted: 11 Sep 2015 13:13
by armsys
How come the Items column (showing the number of files in respective folders) can't be sorted?
Re: How to Configure Extra Column
Posted: 11 Sep 2015 13:32
by highend
I have no problems with clicking the column caption and let it sort the folders as- or descending here...
Re: How to Configure Extra Column
Posted: 11 Sep 2015 14:01
by armsys
The screenshot shows the extremely random sorting of Items column displaying number of files in respective folders.
Re: How to Configure Extra Column
Posted: 11 Sep 2015 14:27
by highend
Try Format: Text instead of Number...