2
Calculate the
Sum of "Sales" based on the
document bookmark with the id
"BM01".
Sum({Document\BM01}Sales)
3
Calculate the sum of sales based on the
current selection AND the server-bookmark with the Id "BM01".
Sum({$+Server\BM01}Sales)
4
Calculate the Sum of "Sales" based on the current selection except those records belonging to the bookmark with the Id 'Server\BM01'.
Sum({$-Server\BM01}Sales)