My field fails to reload when placed in a certain position--Why
Hello
I have written my SQL and am referencing my fields in Qlikview i.e.
LOAD
DATE,
FORENAME,
SURNAME
SQL;
Select
Date,
Forname,
Surname
from table1
However the relaod fails when I have forename in a certain place in the LOAD statement. If I move my forename field around to the top or bottom, then reload runs O.K.