Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
tayariib85
Contributor II

Loop Rest API with nested SQL statements.

Hello Guys,
I have this URL with multi Ids and nested SQL statement, it works, but I have two problems, I have duplicated rows and Synthetic key.  please any advice!

thanks

tayariib85_0-1677494144249.png

 

Labels (1)
1 Solution

Accepted Solutions
henrikalmen
Specialist II

First (before the loop) create an empty table:

DBTable: load * inline [
dummy
];

Inside your loop, do this: concatenate(DBTable) load ...

And afterwards you can drop field dummy;

Something along those lines should probably work for you.

View solution in original post

3 Replies
henrikalmen
Specialist II

First (before the loop) create an empty table:

DBTable: load * inline [
dummy
];

Inside your loop, do this: concatenate(DBTable) load ...

And afterwards you can drop field dummy;

Something along those lines should probably work for you.

tayariib85
Contributor II
Author

Many Thanks!

marksouzacosta

As an addition to this topic, I'm excited to share my latest tutorial on integrating Asana with Qlik Cloud using REST APIs!

In this step-by-step guide, you'll learn:
- How to use Asana REST APIs with Postman
- Creating REST Data Connections in Qlik Cloud
- Extracting data from Asana and saving as Parquet files
- Enhancing connections with custom parameters and pagination

Check out the full video on YouTube:
Integrate Asana with Qlik Cloud Using REST APIs: A Step-by-Step Guide
https://youtu.be/lFwar30BNkQ?si=UZoM_x9L5amdJSnf

Regards,

Mark Costa

Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com