Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
eoverstr
Contributor
Contributor

Tracking QVS lineage

Hello - Was wondering if anyone had any preferred ways to track the usage of .qvs files in Apps (.qvf) across all spaces

Labels (1)
1 Reply
Eduardo_Monteiro
Partner - Creator III
Partner - Creator III

Hi @eoverstr 

Have you tried the following?!

  1. List all apps across all spaces: GET /api/v1/items?resourceType=app
  2. Pull each app's script: GET /api/v1/apps/{appId}/scripts
  3. Parse for include references — look for:
    • $(Must_Include=lib://...)
    • $(Include=lib://...)
  4. Build a matrix mapping each .qvs file (list of apps that reference it)

Regards,

 

Eduardo Monteiro - Senior Support Engineer @ IPC Global
Follow me on my LinkedIn | Know IPC Global at ipc-global.com