Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

regarding table

hi guys,

   i want one table.its having 20 columns. please provide me empty table with 20 columns.

     i  will perform assignment on that table. with data(or) without data no problem for me.

       please give me a table with 20 column names.link with each other(like employee table)

2 Replies
sujeetsingh
Master III
Master III

Go to edit script>> Click on Insert>> Load Statement >>Load Inline.

There will be a wizard to create inline table. You can give the name of the columns and value or rows.

LOAD INLINE statment question

ramasaisaksoft

Hi Vishnupriya,

            For creating your own table in Qlikview is a technique called "InLine Load".you can write code like below

Load * Inline [

col1,col2.col3........col19,col20

A,sai,vishnu...........25000,Pepsi

];

Here col1...col20->Column Names/Field Names

A,sai,Pepsi->are the data in that fields.

I hope u understand ,if have doubts please go through the below link

Various Ways to Load Data in QlikView