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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Input data via load script

Hi,

I have a very short amount of data that I could load via pasting it into excel and loading the file. However, the data is static and I don't think worth the trouble of what I mentioned. How do I load data by inputting it into the load script (on a separate tab). Example of my data

State          Vice President

MD             John Smith

VA              Todd Cole

PA              Eileen Taggert

Other data loaded via excel will share the "State" values

Thanks

Labels (1)
1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Add a bit of code like below to create a table from an inline definition.

MyTable:

load * inline [

State,          Vice President

MD,             John Smith

VA,              Todd Cole

PA,              Eileen Taggert

];


talk is cheap, supply exceeds demand