How do I filter a list to just show local currency transactions? For example if I am looking at the list of posted purchase invoices and I just want to see USD or EUR transactions, that is straight forward, I can just filter the currency code field but if I want to see just GBP, my local currency, there is no currency code. I can't seem to filter for an empty code. The only option seems to be to filter for Not equal to USD and not equal to EUR which seems a bit clunky. Am I missing an obvious solution?
Thanks