I want to filter out the documents with combination of DocType and GL accounts, any some GL accounts is range, what tool should I use? Thanks!
Filter tool is your best bet! [DocType]="value" OR [GL Accounts Excluded from Review] IN ("11301010","11301040")
If you need a range, you can use > and <, but you will need to convert your column to numeric most likely