Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need help as i am getting an error message
Cannot open file 'C:\Users\Pole star pc 4\Desktop\Country1.csv' The system cannot find the file specified.
CrossTable(Country,Currency,2)load Area,population,U.S.A,Germany,France from Country1.csv
When i am running an expression
Crosstable(Country,Capital,2) load area,population,U.S.A,Germany,France,Italy from Country1.csv
Plz reply what i m doing wrong.
Thanks in advance
i think you missed the line when fetching the table bold one
FROM
(txt, codepage is 1252, embedded labels, delimiter is ',', msq);
hope it helps