Page 1 of 1

Find documents by attribute

Posted: Fri Jan 11, 2019 8:09 pm
by hlkarl
I want to find documents which have the attribute "0" in "Datum"(custom,format: integer). I want to export all those to another topic. proceeding like found in the helpfile i am not successful. Am i doing wrong?
Thanks for your help
hlkarl

Re: Find documents by attribute

Posted: Sat Jan 12, 2019 1:37 pm
by Petko
Using the filter here will yield better results:
1. Click the Filter tab below the tree.
2. Click the Edit button to open the Filter editor.
3. Click New Filter, then "Click here to add criterion", choose Datum from the drop down list, "Is Exactly" in the Condition column and enter 0 in the Value column.
You can save this filter for future use by typing a filter name in the Save Filter As edit box.
4. Click OK and a list of the documents with value 0 for Datum will appear.

Now you can use File > Export > MyInfo Topic, setting the Document Range to Filtered Documents.