Page 1 of 1

Re: custom column

Posted: 24 Aug 2021 17:20
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.