Is it possible to add the currenlty selected Bookmark in a set analysis expression?
The following will return the sum of Sales for my current selection + the Bookmark "MyTeam".
Sum({$+MyTeam} Sales)
What if I had Bookmarks for TeamA, TeamB and TeamC. Is it possible to have the above formula work with the selected Bookmark?
Thank you.