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: 
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