Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I hope you can help.
I've got a fairly large table of invoices and I have bookmarked ones that were shown in a previous period and to excluded as we go on. So when I go to see the current period how can I show all the data minus the bookmarked rows within set analysis please? Thanks Derek
hi @DerekTomps , i found this in the community, basically, you can call bookmarks with set analysis like this :
sum(Sales) - sum ({BM01} Sales)
here the links of hep and community that i found :
https://community.qlik.com/t5/QlikView-App-Development/Set-Analysis-Bookmark/td-p/315816
hi @DerekTomps , i found this in the community, basically, you can call bookmarks with set analysis like this :
sum(Sales) - sum ({BM01} Sales)
here the links of hep and community that i found :
https://community.qlik.com/t5/QlikView-App-Development/Set-Analysis-Bookmark/td-p/315816
Thanks very much.