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

how to concatenate two columns

Hi

I have two columns Gender and ETP code and want to remove redundancy so how can I concatenate two columns

11 Replies
techvarun
Specialist II
Specialist II

You mean this?

LOAD Gender&[ETP code] as Key resident TableName;

techvarun
Specialist II
Specialist II

a sample set of data will get you better suggestions

Thanks

prma7799
Master III
Master III

Please share some sample app ...

or you can try like this

LOAD Gender&[ETP code] as NewKey;

Anonymous
Not applicable
Author

i want total on each chart to be same but I am not getting the same so i Want to concatenate the etpcode (primary key ) and the gender column ana.png

mithilesh17
Partner - Creator II
Partner - Creator II

Hi,

You mean composite key?!

Maybe like this-

Load

*,

Gender&'-'&[ETP Code] as [Gender Key]

Resident table_name;

Regards,

Anonymous
Not applicable
Author

sir i want total on each chart should be same and I am not getting the same so can you please help me in resolving the issue ?

prma7799
Master III
Master III

Please share some sample application.

Anonymous
Not applicable
Author

I have a query regarding a dashboard. I want a total of each charts(circled in black) to be same in pivot table but its not coming to be same.

So please tell me what may be the reason behind the same ?ana.png

Anonymous
Not applicable
Author

How can I share my qvw here?