Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I don't know if the title is correct.
I write the following code
[PreTweets]:
load * from [lib://QVD (nubd-qlik_qliksense)/intital.QVD](qvd);
load * from [lib://QVD (nubd-qlik_qliksense)/Delta.QVD](qvd);
[Tweets]:
load
TweetId,
Text(TweetId) as TweetId_str,
firstvalue(RetweetedRetweetCount) as RetweetedRetweetCount,
firstvalue(last_updated_time) as last_updated_time
resident [PreTweets] group By TweetId order by last_updated_time desc;
Tweets table is not created ,, is there anything I'm doing wrong ?
[Tweets]:
noconcatenate load