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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
jonathandienst
Partner - Champion III
Partner - Champion III

Re: Split column and replace with associated fields and concatenate

Something like this:

MAPSEGMENTS:
Mapping LOAD Segment, SalesRepID
FROM ....;

Data:
LOAD Segment,
	SalesRepID,
	RouteSegment,
	MapSubString('MAPSEGMENTS', RouteSegment) as RouteSales
FROM ....;

 PS: posted in wrong forum. Should be posted to a Qlikview or QikSense forum, not the community forum.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
0 Replies