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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

dimension in straight table

i have one fields with four values in my list box,am showcasing this in a straight table,

now when am crerating a table its just taking the first value of my list box not the others how to achieve this?

Labels (1)
1 Reply
Anonymous
Not applicable
Author

Hi there,

Do you have a qvf file or same data set file to provide so I can better understand this? Or any photos

If you have one table you are loading in, e.g. ValueList, then you could do this in the data load editor to test it:

ValueList:

LOAD

RowNo() as row,

value

FROM DataSource;

Let me know how you get on