Groups
Groups
Sign in
Groups
Groups
Beancount
Conversations
About
Send feedback
Help
Displaying tags in a journal query
30 views
Skip to first unread message
Vikas Rawal
unread,
Sep 25, 2018, 4:46:21 AM
9/25/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bean...@googlegroups.com
I would like to include a column to display the value of tag "receipt" in the following query (for journal report):
SELECT date, flag, description, account, cost(position), cost(balance);
How could I do this?
Vikas
Vikas Rawal
unread,
Sep 25, 2018, 5:05:31 AM
9/25/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bean...@googlegroups.com
This works:
SELECT date, flag, description, account, any_meta('receipt'), cost(position), cost(balance) where account~"Expenses";
Thanks.
Reply all
Reply to author
Forward
0 new messages