Create Data for Custom Columns
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 2
- Joined: 2023-03-03, 19:58 UTC
Create Data for Custom Columns
If I add new custom columns, how can I create data for files and folders to sort those columns by?
Re: Create Data for Custom Columns
Each custom column can be filled with data by pressing the [+] button and selecting at least one field from any installed plugin. There can be any number of fields per column, but adding more than one field makes sorting that column a challenge.
Regards
Dalai
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
-
- Junior Member
- Posts: 2
- Joined: 2023-03-03, 19:58 UTC
Re: Create Data for Custom Columns
But I want to create a custom column with custom field with custom data. For example I have a set of files, and I wish to sort them by colours. If I create a custom column and field named colours, how could I give each file new data to sort them in that custom column - for example, how could I sort certain files by red, or blue, or pink, or whatever?
Re: Create Data for Custom Columns
Do you already have a plugin with a field "colour"? If so, from where does it get this piece of information? If not, you could make use of file comments (Ctrl+Z in TC main window) and use the field or a substring of this fielddepending on where exactly in the file comment the information can be found. Note that only showing a substring doesn't sort by that substring; TC always sorts by the whole string/field.
Regards
Dalai
Code: Select all
[=tc.comment]
Code: Select all
[=tc.comment:15-20]
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: Create Data for Custom Columns
2Arvandor593
Custom columns do not allow users to enter values. Instead, they display different metadata or calculations that are already present in the file or filesystem.
Unfortunately, since TC does not support tagging, flagging, color marking or other ways to mark files, using the comments field is the only workaround, as explained by Dalai.
Custom columns do not allow users to enter values. Instead, they display different metadata or calculations that are already present in the file or filesystem.
Unfortunately, since TC does not support tagging, flagging, color marking or other ways to mark files, using the comments field is the only workaround, as explained by Dalai.