ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
How to pass access token dynamically in qliksense rest api connection
Sure, Using With Connection You can achieve. as example: ElementsToLoad:Load * inline [ElementID12fa911sy293h13d13…];Let j=0;for j = 0 to 99Let vElementID = peek('ElementID', $(j), 'Teams');RestConnectorMasterTable:SQL SELECT fields FROM "datad")FROM JSON (wrap on) "root" PK "__KEY_root"WITH CONNECTION(Url "www.domain.com/element?key=$(vElementID)/more_stuff/");NEXT j;DROP TABLE RestConnectorMasterTable;exit Script;
How to pass access token dynamically in qliksense rest api connection
Sure, Using With Connection You can achieve. as example:
ElementsToLoad:
Load * inline [
ElementID
12fa91
1sy293
h13d13
…
];
Let j=0;
for j = 0 to 99
Let vElementID = peek('ElementID', $(j), 'Teams');
RestConnectorMasterTable:
SQL SELECT
fields
FROM "datad")
FROM JSON (wrap on) "root" PK "__KEY_root"
WITH CONNECTION(Url "www.domain.com/element?key=$(vElementID)/more_stuff/");
NEXT j;
DROP TABLE RestConnectorMasterTable;
exit Script;