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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

show same data

I'm importing a file .csv in qlikview and I have a table like

0

0

0

0

but in the imported table it shows only ones. How can I let the program show all the data?

Thank you,

Giacomo

Labels (1)
1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Ya sure you can do that.

     Try with this

     Load * Inline[

     Field1,Field2

     1,0

     2,0

     3,0

     4,0

     5,0

     6,0];

Create table box with this 2 fields.

Celambarasan

View solution in original post

10 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     You mean you have single column which has only zeros and its is showing only one zero?

     Where you checked?

Celambarasan

Not applicable
Author

yes that is what I mean! Instead of an entire colum of zero I have only one!

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Have you checked in the table view(Ctrl+T) or in list box?

Celambarasan

Not applicable
Author

no I did't checked.

I'm sorry, these are the first days I'm using qlikview, I have to learn from zero.

what does it mean?

Thanks,

J

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     List boxes shows only once.You can came to know the number of occurrences by checking Show Frequency option in the List box properties.

Celambarasan

Not applicable
Author

ok I understand,

but can I show all the zero in the column??

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Ya sure you can do that.

     Try with this

     Load * Inline[

     Field1,Field2

     1,0

     2,0

     3,0

     4,0

     5,0

     6,0];

Create table box with this 2 fields.

Celambarasan

rbecher
Partner - Master III
Partner - Master III

Hi Jack,

you have to add a key column (like a primary key, you could use the RecNo() function for this) because the table object (UI) will only display distinct rows (like in listbox).

- Ralf

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
Not applicable
Author

I am going t try it! thank you, I have to deal with tables with 10000 data or more.. I think it will take a little too much time in this way!

Do you know if in the list box there is a sort of distict or something like this?