custom column

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
admin
Site Admin
Posts: 60288
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: custom column

Post by admin »

You probably misunderstood the concept of "Mixed Columns":

Code: Select all

    + Configure Custom Column dialog: Added a new Type "Mixed". A mixed column 
      is sort of a meta column, defined by a list of other column definitions 
      (which need to have been defined previously) which are simply referenced 
      by their serial number. The order is relevant since the listed column 
      definitions are worked from top to bottom and the first match wins (i.e. 
      it will be used to fill the cell). The filename in question is matched 
      against the filters defined in each column definition. If no filters are 
      present the column will match any filename. So, to make sense, all column 
      definitions (apart from the last one) joined in a Mixed Column should have 
      filters defined.

Post Reply