If you have a table of data, say:
<tbody>
Name
Age
Gender
John Smith
45
Male
Jane Smith
44
Female
</tbody>
To which you apply an advanced filter which returns cells with Male in the Gender field, is it then possible to assign a name to that filter i.e. return a separate column which...