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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
rolmontero
Partner - Creator
Partner - Creator

Using App Id from URL Parameter to Create a New Column

Hello everyone,

 

I'm working on an app that uses this API /v1/apps/{appId}/data/metadata to display all the tables an app is using. However, this endpoint does not have the ID of the app nor the name. Therefore, I am trying to use the URL parameter to create a new column. Just for testing, I created a loop with two apps. It works fine as it shows the tables from this two apps. However, when I use the variable from the loop to create a new column, it does not filter properly to know what tables belong to what app.

 

Please see image below for more details:

rolmontero_1-1728045860632.png

rolmontero_2-1728045913524.png

 

Does anyone know any other method to get this done?

 

Thanks a lot!

 

 

 

Labels (2)
1 Reply
Qrishna
Master
Master

try creating a key in AppId table, use the key variable in the url path to fetch the Appid into the the table thats currently in the loop.