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: 
tracycrown
Specialist
Specialist

Split Full Name into Sub-Names

Dear all

Kindly help to advise how to split full name into sub-names and assign code (or number) to all sub-names.

 

Full NameName1Name2Code1Code2
Johny Tan Kim SengJohnyTan7235
Ang Soon TengAngSoon2263

Thank you

Tracy

Labels (1)
21 Replies
MarcoWedel

Hi,

instead of

Code1+Code2+Code3+Code4


you can use


RangeSum(Code1,Code2,Code3,Code4)


as the RangeSum() function even returns results in cases one of its parameters is null.

hope this help


regards


Marco




tracycrown
Specialist
Specialist
Author

Dear Mr Macro Wedel

Yes....   the answer is correct now. You are a good mentor, I have learned a new command from you today.

Thank You

Tracy