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: 
Anonymous
Not applicable

Map_id not found in QlikView 12

Hi All

I am getting map_id not found error while loading these tables,can anyone please help me with this

Billing:

Load Region,Country,Net,Tax ,Months,

     ApplyMap('MapRegion',Region) as RegionName,

     ApplyMap('MapCountry',Country) as CountryName

From E:\CustomerData.xlsx;

[MapRegion]:

Mapping LOAD * Inline [

Region, RegionFullForm

AP,APAC

CALA,CALA

EMEA,EMEA

US,NORTH AMERICA

];

[MapCountry]:

Mapping LOAD * Inline [

Country,CountryFullForm

AR,Argentina

AT,Austria

BE,Belgium

BR,Brazil

CA,Canada

CZ,Czech Rep.];

1 Solution

Accepted Solutions
sunny_talwar

I hope you are loading your Billing table after the two mapping load and not how you have put them above?

[MapRegion]:

Mapping LOAD * Inline [

Region, RegionFullForm

AP,APAC

CALA,CALA

EMEA,EMEA

US,NORTH AMERICA

];

[MapCountry]:

Mapping LOAD * Inline [

Country,CountryFullForm

AR,Argentina

AT,Austria

BE,Belgium

BR,Brazil

CA,Canada

CZ,Czech Rep.];

Billing:

Load Region,Country,Net,Tax ,Months,

     ApplyMap('MapRegion',Region) as RegionName,

     ApplyMap('MapCountry',Country) as CountryName

From E:\CustomerData.xlsx;

View solution in original post

3 Replies
awhitfield
Partner - Champion
Partner - Champion

Hi Vani,

any chance that you can upload your data source .xlsx?

Andy

sunny_talwar

I hope you are loading your Billing table after the two mapping load and not how you have put them above?

[MapRegion]:

Mapping LOAD * Inline [

Region, RegionFullForm

AP,APAC

CALA,CALA

EMEA,EMEA

US,NORTH AMERICA

];

[MapCountry]:

Mapping LOAD * Inline [

Country,CountryFullForm

AR,Argentina

AT,Austria

BE,Belgium

BR,Brazil

CA,Canada

CZ,Czech Rep.];

Billing:

Load Region,Country,Net,Tax ,Months,

     ApplyMap('MapRegion',Region) as RegionName,

     ApplyMap('MapCountry',Country) as CountryName

From E:\CustomerData.xlsx;

Anonymous
Not applicable
Author

Ya Sunny,now this was resolved.Thank you