I've not been successful in making this work with a script-added column. Am I doing something wrong? Here's what I mean. I define a simple evaluator column like this
but when click Find to look for the number '1' it finds nothing. If I use another field in my Evauator column such as 'desc' then it works and Find correctly gives me test1 in the results.
What I'm trying to do is use Evaluator functions to pull certain information out of this script column and then search within that information. Hope this makes some sort of sense. Thanks.
I tried my file index evaluator column.
Same result with my dir index evaluator column.
Find was unable to find specific values, but could find * .
Using my early Dopus 13 release photo Field of View Column I found that * limited the find to photos.
Edit Note: The find was limited to photos that actually have FOV ( really focal length ) metadata.
I've added the bug-report tag to this. It's not a big issue at all but it does seem to me that DOpus isn't handling a user-defined column properly in this scenario. Thanks all.
Your script and evaluator column search works for me. So now I need to pin down why my main script isn't working. I'm still not sure it isn't a DOpus issue but more investigation is required.
I can't see what might be preventing my evaluator column search working either. I mean, it's just another column in DOpus so I'm really not sure why it's misbehaving.
That seems to work, Leo. The only problem being it's text I'm really interested in. In the below test I get the expected result of File 3, File 4 and test3.
I did a little more digging with the aid of an Output statement in the Evaluator column code. When I enter a directory I can see that the Evaluator code is correctly getting the scp:DescriptionX/DescriptionX column and populating the Evaluator column. So far so good. When I bring up the Advanced Find dialog and search the Evaluator column that is displaying the right information at the time, then I see that the scp:DescriptionX/DescriptionX is blank and so nothing I search for is found. If I change scp:DescriptionX/DescriptionX to desc then it all behaves as I expect. Is this more likely to be a problem with my script addin, or is it that DOpus isn't handling the script column correctly when using Advanced Find? Thanks.