Hello,
I am trying to filter on journal category name first and filter on ces interface then I would like to then filter on the batch name and filter out unbilled or reverses. This is my input below. It is not getting me the correct result.
[Journal Category Name] = "CES Interface"
AND Contains([Batch Name],"Unbilled") OR Contains([Batch Name],"Reverses")