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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
E_Langlet
Partner - Contributor II
Partner - Contributor II

License type Custom Properties

Hi!

I wounder if it is possible to extract the allocated license type from each user from custom properties? 

I want to list each user and their allocated custom property license in a table. 

E_Langlet_0-1662993242267.png

 

Labels (3)
1 Reply
Jack_Guo
Support
Support

Hi @E_Langlet ,

You may get this info from the repository database but not recommended to work against the repo database.

In the QSR database, you may find CustomPropertyValues table, Field Value shows the custom property value, Field user_id shows the related user id. Join with the table Users.user id and you will know the username who has been assigned to this custom property value.

I hope this helps.