Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

manipulate strings

hi

how can i manipulate strings on qlikview?

have i  make the code in the script field or in the expression field?

1 Solution

Accepted Solutions
rustyfishbones
Master II
Master II

You can also use PURGECHAR ()

KEEPCHAR ()

REPLACE ()

MID () INDEX ()

I have lots of videos on youtube that will show you some examples

My channel is Rustyfishbones

I hope that helps

View solution in original post

4 Replies
rustyfishbones
Master II
Master II

You can do it in both

However there are functions that cannot be used in the script and vice versa

Better to try do most of it in the script as its less maintenance

Not applicable
Author

thanks alan

in my case, i want to "break" a string. Take a part of it that i don't wanna to cross data better.

do you now some function on qlikview that i can do this?

thank you for your help and sorry any english mistake

MayilVahanan

Hi

Try with

Textbetween() , subfield(), left(), right(), mid() and so far for get the string as you like from original string

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
rustyfishbones
Master II
Master II

You can also use PURGECHAR ()

KEEPCHAR ()

REPLACE ()

MID () INDEX ()

I have lots of videos on youtube that will show you some examples

My channel is Rustyfishbones

I hope that helps