Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
panipat1990
Creator II
Creator II

Help

Hi,

   I am new qlikview......suppose in DB 2500 Records Not Clear........Like U.K.,UNITED STATE,BRITAN,England,,or Many Countries Same repeated......USA,India,Or Many Countries Different Way of write........Then How to solve this issue in qlikview.....i donot want to use mapping..........Not Maintain Inline ........Suppose My Records 2500 Not Clear.....Then How To Solve this Issue In Qlikview without Using Mapping or inline...................please help me..

1 Solution

Accepted Solutions
sorrakis01
Specialist
Specialist

Hi,

You can LOAD your records on qlik and work on them. Example:

If your field country can be U.K., BRITAIN, England...

You can do:

LOAD If(Country= Match(Country,'U.K.','BRITAIN','England'),'Great Britain',

          If(Country= 'USA','United States','Others Countries')) as Country

FROM (your database, excel file....)

Regards

View solution in original post

4 Replies
sorrakis01
Specialist
Specialist

Hi,

You can LOAD your records on qlik and work on them. Example:

If your field country can be U.K., BRITAIN, England...

You can do:

LOAD If(Country= Match(Country,'U.K.','BRITAIN','England'),'Great Britain',

          If(Country= 'USA','United States','Others Countries')) as Country

FROM (your database, excel file....)

Regards

settu_periasamy
Master III
Master III

Try this,

1. Concat (Distinct Country);  Assign to the variable

2. use the Pick(Match() or Wildmatch) function to group the countries.

jonathandienst
Partner - Champion III
Partner - Champion III

This is actually a scenario where a mapping is exactly what you want to use. Why do you exclude it?

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
kuczynska
Creator III
Creator III

Hi Gourav,

Didn't you already ask this question here: Help

and here Help


What is that about?