Question - How can I filter by currency type in a dataview?
How can I filter by currency type in a data view?
I need to see all the ACH donations, and exclude a data view of a particular transaction source.
I created the data view to find all transactions of the source I need to exclude.
But I can't find the filter to choose a particular currency type, like ACH (which should be much simpler).
Accepted Answer
The currency type is not stored exactly on the financial transaction, and the available filters on financial transactions don't allow for weaving a transaction data view to a Financial Payment Detail data view.
For that kind of report, then, you would need either Lava or SQL
Other Answers