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: 
adiarnon
Creator III
Creator III

Create dynamic bookmark

hi,

i want that each user will have a bookmark that he can use

the bookmark need to make a selection on field with the value of the osuder() function.

each user should have a bookmark according to his osuser()

how can i do that?

tnx,

adi

3 Replies
marcus_sommer

If each user should only see his/her own data then is Section Access probably more suitable.

- Marcus

adiarnon
Creator III
Creator III
Author

hi,

i dont want to reduce the data

i just whant him to have a bookmark with this selection

marcus_sommer

If you really want to create a own bookmark for each user then you will need to do it manually or use a macro for this.

Easier might be to use a global bookmark with a search-expression on a key-field "UserDataKey" which associate all needed data-area with the users NTNAME and the expression is then: =osuser()

- Marcus