While syntax for selection filter is:
Code: Select all
selfilter [<pattern>][, <f|d>][, <column>]Code: Select all
filter [<pattern>]Code: Select all
selfilter [<pattern>][, <f|d>][, <column>]Code: Select all
filter [<pattern>]I believe this is because they both work on different level within XY, and for internal reason VF cannot access info from other columns (because they haven't been gathered yet, I think), while selection filters can since, obviously, the List has been filled already.serendipity wrote:I might have forgotten, but was this on purpose?
Yes, the VF is applied at a very early stage of browsing, when just the name and some basic props of the file are known. This is for performance reasons.jacky wrote:I believe this is because they both work on different level within XY, and for internal reason VF cannot access info from other columns (because they haven't been gathered yet, I think), while selection filters can since, obviously, the List has been filled already.serendipity wrote:I might have forgotten, but was this on purpose?