Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We know that with filters we can create bookmarks and use these bookmarks in set analysis.
but is there an option to put set analysis into bookmarks?
because i've got an couple of set analysis statements with exclusions in them
sum({<filterfield-={'f1','f2','f3'}>} sales)
right now the filterfield consists of 5 point for example.
test: load * Inline [ filterfield, sales f1,10 f2,30 f3,30 f4,40 f5,50 ];
If I now create a bookmark for the set analysis statement then I will use a filterpane to filter out f1 to f3.
but when the data changes to include (see below) I only get f4 and f5 to show with the bookmark.
test: load * Inline [ filterfield, sales f1,10 f2,30 f3,30 f4,40 f5,50 f6,60 ];
My question is; is it possible to dynamically update the bookmark so that f6 (and others like f7 etc.) will automatically be added to the bookmark?