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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
genissarettic
Contributor
Contributor

Insert into table on cluster data from resident table

Hello, masters!

Help me please, I need to save data from resident table to cluster throught QLik Sense.

I suppose it may be like this, but it doesnt work.

google_sessions:

LOAD *
FROM [Lib://google_sessions.QVD]
(qvd);

SQL INSERT INTO TABLE google_sessions_table_on_cluster;

Labels (2)
0 Replies