I’m unable to override or assign the Category on inbound investment transactions. What I’m trying to do is to set transactions within my investment accounts as a Transfer transaction and then the immediate reinvestment as an Investment Transaction so that I’m not double counting investment transactions.
For example:
Txn 1 Filter Criteria:
Description Contains “Dividend Received”
Account Equals “ROTH IRA - FIDELITY”
Amount Polarity Positive
Column Override:
Category = Transfer
Txn 2 Filter Criteria:
Description Contains “Reinvestment”
Account Equals “ROTH IRA - FIDELITY”
Amount Polarity Negative
Column Override:
Category = Investment Transactions
But I can’t get the Txn 1 Autocat rule to work. It ignores the criteria and can’t find the transaction.
Not sure what I’m doing wrong? Is there a smarter way to do this?