Text list does not display first row of data

I have a text list that is supposed to display data from a file global variables. Strangely the text list does not display the first row of data. Does anybody know what I am missing?

Have you displayed it anywhere else, to confirm that first row is actually there?

Did you check the First Row Contains Column Names option, but leave the Display Header option unchecked?

Yes Dave, the data is all contained in the variable. Jim’s suggestion worked. The first row of data is reserved for the column headers, and checking Display Header option revealed the Missing data. I then had to append the names of the columns followed by a cr() to the beginning of my data to make everything look good.