Displaying tags in a journal query

30 views
Skip to first unread message

Vikas Rawal

unread,
Sep 25, 2018, 4:46:21 AM9/25/18
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 AM9/25/18
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