Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
DerekTomps
Contributor
Contributor

Bookmarks

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

Labels (1)
1 Solution

Accepted Solutions
QFabian
MVP
MVP

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

https://help.qlik.com/en-US/sense/September2020/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetA...

 

 

Greetings!! Fabián Quezada (QFabian)
did it work for you? give like and mark the solution as accepted.

View solution in original post

2 Replies
QFabian
MVP
MVP

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

https://help.qlik.com/en-US/sense/September2020/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetA...

 

 

Greetings!! Fabián Quezada (QFabian)
did it work for you? give like and mark the solution as accepted.
DerekTomps
Contributor
Contributor
Author

Thanks very much.