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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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