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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
ferha_jafri
Partner - Creator III
Partner - Creator III

I am getting an error while creating crosstable

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

1 Reply
er_mohit
Master II
Master II

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