Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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