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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
didine
Contributor
Contributor

Select * from Rest get connexion JSON

Hello , i have a connexion REST (GET) 

RestConnectorMasterTable:
SQL SELECT
"__KEY_root",
(SELECT
"Code_Article",
.
.

.

.

.

.

.


"__FK_value"
FROM "value" FK "__FK_value")
FROM JSON (wrap on) "root" PK "__KEY_root"
WITH CONNECTION(
url "$(vURL)",
HTTPHEADER "$(vheadder)" "$(vValue)"
);

I would like to load all the fields, to be able to create a foreach, because I have lot of tables, but the select *  from does not work, can you help me please

Labels (1)
0 Replies