3 #+BEGIN: propview :id "december" :conds ((string= SPENDTYPE "food")) :cols (ITEM AMOUNT)
5 |----------------------------------+----------|
6 | "Grocery Store [2008-12-01 Mon]" | 56.77 |
7 | "Restaurant [2008-12-08 Mon]" | 30.67 |
8 |----------------------------------+----------|
12 #+BEGIN: propview :cols (ITEM (+ 400 AMOUNT)) :scope tree :match "example"
13 | "ITEM" | "(+ 400 amount)" |
14 |---------------------------------------------------------------------------------+------------------|
15 | "December Spending :example:" | 0 |
17 | "Grocery Store [2008-12-01 Mon]" | 456.77 |
18 | "Athletic club [2008-12-02 Tue]" | 475.0 |
20 | "Restaurant [2008-12-08 Mon]" | 430.67 |
21 |---------------------------------------------------------------------------------+------------------|
25 ** December Spending :example:
31 **** Grocery Store [2008-12-01 Mon]
36 **** Athletic club [2008-12-02 Tue]
42 **** Restaurant [2008-12-08 Mon]