Skip to content

Commit

Permalink
travel destinations chart: use conversion rate at transaction date
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgerstmayr committed Nov 24, 2024
1 parent 53dd53d commit c45503d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ dashboards:
link: /beancount/income_statement/?filter=#travel
queries:
- bql: |
SELECT tags, CONVERT(position, '{{ledger.ccy}}') AS value
SELECT tags, CONVERT(position, '{{ledger.ccy}}', date) AS value
WHERE account ~ '^Expenses:' AND 'travel' IN tags
ORDER BY date ASC
link: /beancount/account/Expenses/?filter=#{travel}
Expand Down

0 comments on commit c45503d

Please sign in to comment.