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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
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