Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello colleagues,
for an optimised overview, I would like to query the app descriptions in Qlik Sense.
I would like to display this information in the form of an app catalogue and make it available to our customers.
I can't find any functions like DocumentDescription() or similar in Qlik Sense.
Does anyone have an advice or can link a solution?
Thank you very much!
You can pull this information using Qlik script. Use a Qlik REST connection to the QRS (Qlik Repository Service).
You can interface with the QRS API via Qlik REST connector and the endpoint qrs/app/full. Some examples:
It may take a bit to set up the REST connection the first time. But once you do, you will have access to an incredible amount of data just by varying the url, https://help.qlik.com/en-US/sense-developer/February2023/APIs/RepositoryServiceAPI/index.html?page=2...
-Rob
http://www.easyqlik.com
http://masterssummit.com
http://qlikviewcookbook.com
You can pull this information using Qlik script. Use a Qlik REST connection to the QRS (Qlik Repository Service).
You can interface with the QRS API via Qlik REST connector and the endpoint qrs/app/full. Some examples:
It may take a bit to set up the REST connection the first time. But once you do, you will have access to an incredible amount of data just by varying the url, https://help.qlik.com/en-US/sense-developer/February2023/APIs/RepositoryServiceAPI/index.html?page=2...
-Rob
http://www.easyqlik.com
http://masterssummit.com
http://qlikviewcookbook.com
Hi Rob,
thanks for your advice. I have already found out that I have an existing monitoring app in Qlik Sense. I don't know if it is automatically created with the Qlik Sense installation. There is an existing REST query in this monitoring app which provides all the necessary information.