I have a number of GL Accounts to exclude from the output of a Trial Balance
For instance, if I have the following GL Accounts : 100 , 200 , 210, 300, 500 , 510 , 600 , 610, 650, 700 But I just want to exclude account 200, 510 and 610 . How do I create a filter for it .
I try [GL Account] != "200", "510", "600" but that did not work... I think I'm doing the incorrect logic here.