How to Configure Extra Column
-
armsys
- Posts: 557
- Joined: 10 Mar 2012 12:40
- Location: Hong Kong
How to Configure Extra Column
How to configure Extra Column 1 to show the number of files inside the folder?
-
highend
- Posts: 14993
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: How to Configure Extra Column
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:
Format: Text
Trigger: List
Item type: Folders
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>");Trigger: List
Item type: Folders
One of my scripts helped you out? Please donate via Paypal
-
armsys
- Posts: 557
- Joined: 10 Mar 2012 12:40
- Location: Hong Kong
-
armsys
- Posts: 557
- Joined: 10 Mar 2012 12:40
- Location: Hong Kong
Re: How to Configure Extra Column
Hi highend,
Thanks for your help.
Mine is directly copied from binar's
It works brilliantly.
Thanks for your help.
Mine is directly copied from binar's
It works brilliantly.
To see the attached files, you need to log into the forum.
-
highend
- Posts: 14993
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: How to Configure Extra Column
Actually, the user "Schmart" posted that, not binar 
One of my scripts helped you out? Please donate via Paypal
-
armsys
- Posts: 557
- Joined: 10 Mar 2012 12:40
- Location: Hong Kong
Re: How to Configure Extra Column
Hi highend,
Thanks for your correction.
Thanks for your correction.
-
armsys
- Posts: 557
- Joined: 10 Mar 2012 12:40
- Location: Hong Kong
Re: How to Configure Extra Column
How come the Items column (showing the number of files in respective folders) can't be sorted?
-
highend
- Posts: 14993
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: How to Configure Extra Column
I have no problems with clicking the column caption and let it sort the folders as- or descending here...
One of my scripts helped you out? Please donate via Paypal
-
armsys
- Posts: 557
- Joined: 10 Mar 2012 12:40
- Location: Hong Kong
Re: How to Configure Extra Column
The screenshot shows the extremely random sorting of Items column displaying number of files in respective folders.
Last edited by armsys on 11 Sep 2015 16:21, edited 1 time in total.
-
highend
- Posts: 14993
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: How to Configure Extra Column
Try Format: Text instead of Number...
One of my scripts helped you out? Please donate via Paypal
XYplorer Beta Club