qliksense

Get the Object ID in Qlik Sense


I want to know what is the Object ID of a certain object on the sheet. I downloaded an extension form (http://branch.qlik.com/#/project/56f591b33f1dca10d1e91865), and I need the object ID as parameter to extension to be able to export the data of certain object.

Thanks!


Solution

  • Copy and pasted answer from Qlik

    Obtaining object id using the Single feature

    One way of obtaining app id and object id is to use the Single feature that comes with Qlik Sense.

    Do the following:

    Make sure that Qlik Sense Desktop is running. Open a browser window and enter URL http://localhost:4848/single A list of available Qlik Sense apps is displayed. Select the applicable Qlik Sense app. For example, select the Tutorial.qvf item. A list of all sheets and objects contained in the Qlik Sense app is displayed. If you want the appid this can be found after the ?appid= in the URL. In this example the appid is Tutorial.qvf Select the applicable Qlik Sense object. For example, select the bar chart item titled Customer Sales and Quantity. The visualization is displayed in the browser window. If you want the object id, this can be found after the &obj in the URL. In this example the object id is hpTGYJp. You have now obtained the object id for the selected Qlik Sense object.