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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Simple Table in Qlikview

How do we create a simple table in qlikview?

3 Replies
Not applicable
Author

Witl inline you can create simple table

Example


Table:
LOAD * INLINE [
Object, Atribute, Value
ball, color, red
ball, diameter, 10 cm
ball, weight, 100 g
box, color, black
box, height, 16 cm
box, lenght, 20 cm
box, weight, 500 g
box, witdth, 10 cm
];

Regards

Ashish srivastava

Not applicable
Author

you can create an Inline table or get a data source connection and update the script and load the data.

Cheers Haneesh

suniljain
Master
Master

You Can Create static table only . you can not create any dynamic table in qlikview.because Qlikview can read data but does not write data in to table.