Hello. I've get an Evaluator column defined as "Index+4",
sometimes it works fine, but sometimes...
i see this result
what could be the problem?
Hello. I've get an Evaluator column defined as "Index+4",
sometimes it works fine, but sometimes...
i see this result
what could be the problem?
Try switching the Type to Unsigned.
nope((( breaks from folder to folder (even in the same folder after some navigation)
P.S.
and it strangely counts some files in non-expanded folders also (as they are expanded)
The index changes depending on the sort order, it's not permanently associated with a file - i.e. it updates dynamically. But the evaluator column doesn't, the value is cached the first time it's requested. I'd guess that it's being requested for some files before the list has been sorted, which means the value that gets locked in is wrong.
Probably the only way to make this work reliably would be for us to add an evaluator column flag to stop the value being cached.