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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Make two columns one in data model

i wish to make Product Group and ProductGroup1 into the same column. the key here is Item.

is there any way to do this.

i have mapped the values from another table based on Cost center. The original field Product Group comes from file upload into the FACT Table that is open on the sceen.

Best

Brad

1 Solution

Accepted Solutions
agni_gold
Specialist III
Specialist III

Concatenate both fields and give alias for single column.

Ex : Field1 & '|' & Field2 as NEW_FIELD

View solution in original post

1 Reply
agni_gold
Specialist III
Specialist III

Concatenate both fields and give alias for single column.

Ex : Field1 & '|' & Field2 as NEW_FIELD