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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
francisco_marti
Contributor III
Contributor III

Server bookmark in set analysis is not working

Hello everyone.

I want to make a set analysis sum with a bookmark located and created in the server.

I know that I can use this type of formula in set analysis:

Sum({Server\BM01}Sales),

in my case it would be:

=sum({Server\BM65-220} CA_COMMANDE)

The BM65-220 is a bookmark created by a user in the AccesPoint and shared to everyone.

But my result is 0.

I tried to replace 'Server' by 'MyServerName' but it didn't work.

I tried =sum({Server\BM65} CA_COMMANDE) also.

Can anyone help me, please?

Thank you.

bookmark.png

1 Solution

Accepted Solutions
francisco_marti
Contributor III
Contributor III
Author

Qlik Support told me that I had to put the name of the bookmark instead the internal name. That simple.

For instance: sum({Server\BM65} CA_COMMANDE)  is wrong.

Right: sum({Server\TheNameYouGiveToTheBookmark} CA_COMMANDE) .

Regards.

View solution in original post

3 Replies
sunny_talwar

Did you try putting the bookmark name within square brackets

=sum({[Server\BM65]} CA_COMMANDE)

francisco_marti
Contributor III
Contributor III
Author

Sorry by the delay.

Yes, I put square brackets and unfortunately didn't work.

Thank you for your advise.

francisco_marti
Contributor III
Contributor III
Author

Qlik Support told me that I had to put the name of the bookmark instead the internal name. That simple.

For instance: sum({Server\BM65} CA_COMMANDE)  is wrong.

Right: sum({Server\TheNameYouGiveToTheBookmark} CA_COMMANDE) .

Regards.