How to Configure Extra Column

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
armsys
Posts: 557
Joined: 10 Mar 2012 12:40
Location: Hong Kong

How to Configure Extra Column

Post by armsys »

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

Post 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
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

Post by armsys »

Actually I find the solution here.
Thanks binar for your valuable tips.

armsys
Posts: 557
Joined: 10 Mar 2012 12:40
Location: Hong Kong

Re: How to Configure Extra Column

Post by armsys »

Hi highend,
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

Post by highend »

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

Post by armsys »

Hi highend,
Thanks for your correction.

armsys
Posts: 557
Joined: 10 Mar 2012 12:40
Location: Hong Kong

Re: How to Configure Extra Column

Post by armsys »

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

Post by highend »

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

Post by armsys »

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

Post by highend »

Try Format: Text instead of Number...
One of my scripts helped you out? Please donate via Paypal

Post Reply