Page 1 of 1
Column-wise Visual Filter?
Posted: 06 Jul 2008 04:09
by serendipity
Was there a reason why column-wise filter was applied to only selection filter and not visual filter?
While syntax for selection filter is:
Code: Select all
selfilter [<pattern>][, <f|d>][, <column>]
for Visual filter it is mere:
I might have forgotten, but was this on purpose?
Re: Column-wise Visual Filter?
Posted: 06 Jul 2008 13:12
by jacky
serendipity wrote:I might have forgotten, but was this on purpose?
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.
Re: Column-wise Visual Filter?
Posted: 21 Jul 2008 12:43
by admin
jacky wrote:serendipity wrote:I might have forgotten, but was this on purpose?
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.
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.