Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
shantam102
Contributor
Contributor

Qlik Sense Extention for comments.

Hi,

I am thinking about creating an extension which will fetch the data objects present in a sheet and likewise user can add/remove comments for a particular data object.

Facing challenge to get ID's of these objects also suggest any approach to achieve this.

Thanks,

Shantam

3 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Take a look at this extension for an example of enumerating all the objects on a sheet:

GitHub - erikwett/DevTool: Developer Tool extension for Qlik Sense

-Rob

http://masterssummit.com

http://qlikviewcookbook.com

shantam102
Contributor
Contributor
Author

Thanks a lot Rob.
This extension helped me understanding things more clearly.
I am just curious and wanted to ask that Can we create a new file for data store ( example. JSON file) and use Asynchronous calls (i.e GET and POST) for desirable operations.

Thanks again
Shantam

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Can you be more specific about "desirable operations"?  What type of operations?

-Rob