Skip to main content
Announcements
Qlik Community Office Hours - Bring your Ideation questions- May 15th, 11 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

spliting array

hi

how to split a string through a word/character and assign it into a variable

ex string 1000 , 1234 , 1234 ,

I want to assign this string into a variable and then split it trough ' comma

how to do this through macro

4 Replies
tresesco
MVP
MVP

Hi,

Use Subfield(). Like Subfield('YourString', ' , ')

Regards, tresesco

Not applicable
Author

But I wnat to use macro

Not applicable
Author

but I have to use macro

prieper
Master II
Master II

Check this Fred:

http://community.qlik.com/forums/p/16444/64153.aspx

HTH
Peter