beeficecream / YNABDashboard

Resources required to setup and display Grafana dashboards using InfluxDB data generated through exporting and inserting YNAB budget data
GNU General Public License v3.0
43 stars 6 forks source link

Net Gain/Loss #3

Open kennylarsen opened 4 years ago

kennylarsen commented 4 years ago

Is there a reason that the Net/ Gain Loss pulls from the categories data rather than the transaction data? From what I can work out from the db the categories data is timestamped from the export from YNAB so the net gain/ loss only works from the month you begin using the dashboard. Don't want to start trying to implement a fix if there was a good reason for the decision!

PS, thanks for all the work on this!

beeficecream commented 4 years ago

The only reason for this is because I couldn't find a reliable query to pull ONLY true expenses. If you're able to find that query I'd be rolled to know what it is so I can get it updated.