Suppose I have fields like column-1, column-2, column-3 which can have different field-values like abc, def, xyz. How do I get the field-names with field-value as abc (for example) using a filter
<$list filter="[<currentTiddler>fields[]prefix[column-]]" variable="col-field" >
This will list the fields with prefix column- Now how to get the field-names among column-1, column-2 and column-3 with field-value as abc