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: 
deepikat
Partner - Contributor
Partner - Contributor

Watermark with logged in username/ID (Dynamic)

I understand that we can create watermark using theme extensions (css ) , but the requirement here is to pick the logged-in username/ ID dynamically to show as watermark or as background all over the page. #watermark #UserID #UserName

Kindly request for some suggestions.

Labels (6)
1 Solution

Accepted Solutions
alex_colombo
Employee
Employee

Ho @deepikat, afaik there is no out-of-thebox way to print the userID as watermark. As you already know, you can use static image and point to them with CSS or custom theme.
You could build an extension which dinamically read current user ID and then inject dynamic CSS. But in this way you should have multiple images ofr your multiple users. I'm not use if it's totally feasible.

View solution in original post

1 Reply
alex_colombo
Employee
Employee

Ho @deepikat, afaik there is no out-of-thebox way to print the userID as watermark. As you already know, you can use static image and point to them with CSS or custom theme.
You could build an extension which dinamically read current user ID and then inject dynamic CSS. But in this way you should have multiple images ofr your multiple users. I'm not use if it's totally feasible.