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

Concatenate inline

Hi,I had a QVD created and i concatenated new inline table.Can someone please tell me how to modify previously loaded inline table?and i can see  Employee field added to my first table "filename".i meant to create another table actually. when exactly should i use Resident load?

Directory;

CrossTable(EmployeeName, Data)

LOAD EmpID,

     EmployeeName

FROM (qvd);

Concatenate

LOAD * INLINE

[Employee, EmpID

    Rohit S,1

    David S,2

    Sahil,3

    Pravesh P,10

    Rahul S,20

    Monica N,11

    Derek C,12

    Sam,23

];

Thanks.

11 Replies
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

If you attached a data model, I can't see it (not the first time, it seems to be a repeating problem with attachments...)

You can build a use the calendar, if you data model contains any date fields. From the script you shared so far, I haven't seen any date fields. If you have one, then build the calendar based on that field.

Ask me about Qlik Sense Expert Class!
Not applicable
Author

table inline load