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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to remove some part of row data?

hi guys,

my input is like this,

col1 from source

---------------------

customer1 H1

H1 customer2

customer3 H1

i need output in dashboard level like this:

customer1

customer2

customer3

how we can control at edit script level?

Thanks in advance...

1 Solution

Accepted Solutions
Not applicable
Author

Shiva,

You can do this with MapSubstring() function.

Have a look at the attached application.

- Sridhar

View solution in original post

2 Replies
Not applicable
Author

Shiva,

You can do this with MapSubstring() function.

Have a look at the attached application.

- Sridhar

Not applicable
Author

gr8 help thank u...Sridhar.