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: 
jasonmomoa
Creator
Creator

Relationship between Object Id and Snapshot Id

Hi everyone,

I am trying to find the inner relationship between a chart and a snapshot of it.

Using the getAppObjectList('masterobject') method I get the specific chart id:

  • qInfo.qId - qvobject id

Using the getList('Snapshot') method, I get an object with 2 Id's:

  • qInfo.qId - snapshot id
  • qData.sourceObjectId - one would expect to match the qvobject id. but it is not.

Can anyone give me some insights? Thanks in advance.

1 Reply
jasonmomoa
Creator
Creator
Author

Hi again,

can anyone provide some insights on the above question?

I am trying to relate this information to play around snapshots in the frontend via Qlik Sense mashup.

Thank you.