Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
VamsiBhagavathula1

Tags

Hello Guys,

I am new to Qliksense, I see that we have some Tags created and they are mapped  in several places such as users & apps.

Now, If I need to create a report listing all the users that are connected to a TAG, How can it be achieved??

Best Regards,

vamsi

Labels (5)
5 Replies
Mike_Dickson
Support
Support

Hello @VamsiBhagavathula1 

As this information is not stored within any logs the only way to gather this information would be through the QRS API.

To extract such information you can use the QRS API. See the QRS API Reference (method GET /user/full).

This will give you the full list of applications as well as their properties, including tags. 

To use the QRS API to load data into a Qlik Sense Application, you could use the RestConnector. The monitoring applications are already doing it so you can use them as an example. 

Using Sense APIs 

Hope this helps.

Sr. Technical Support Engineer with Qlik Support
Don't forget to mark a solution that worked for you!
VamsiBhagavathula1
Author

Hi Mike, Thanks for your response.

 

I am able to make connection to RESTAPI user full table. My question is how to link between the root & tags ?

what is the joining condition? With out joining conditions, report is not giving me the correct results when i place user and tag into a tabular report.

best Regards,

Vamsi

 

image.png

Qlik_Eric_Thomas

Try adding the tables again but make sure to select both of these tables when you do so. The REST connector should make a '__KEY_root'  that connects them.

Qlik_Eric_Thomas_0-1667828317583.png

 

Sr. Technical Support Engineer with Qlik Support
Help users find answers! Don't forget to mark a solution that worked for you!
VamsiBhagavathula1
Author

Hi @Qlik_Eric_Thomas , @Mike_Dickson 

 

Thanks a lot guys for your response and i appreciate it. However, i still does n't the required results.

I did pulled in those 2 tables root & tags but when i  am try creating a simple report using "Name" from Tag table and "NameU0" from root. It doesn't give proper results . My intention is to get the list of users who are mapped with certain tag.

 

For example, Open Users in QMC and filter the display based a selected Tag.  I want to recreate the same as a grid report with in Qliksense app using these tables of root & tags.

 

Please have a look and let me know the way to accomplish this.

 

Best Regards,

Vamsi

 

VamsiBhagavathula1
Author

Hi @Mike_Dickson ,

 

Did you had a chance to look into my question? I am able to pull inn Root and Tag information using RESTAPI but when i use name_uo from root and name from Tag it is not giving me list of users mapped to a tag inside app.

But if i go under qmc and list users associated to a tag i see users correctly.Why this is not working inside a app ??Do i have the possibilities to export users into a excel from QMC??