Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Trim Field function - Extract number from text

hi i am recieving the field name as the following example:1234

what i would like to do is extract only the number from the field  as 1234.

how do i use the trim function in Qlikview to give me the last four spaces from the right hand side only?

Best,

Bradley

1 Solution

Accepted Solutions
Not applicable
Author

right(name,len(right(name,4) )) as name

View solution in original post

1 Reply
Not applicable
Author

right(name,len(right(name,4) )) as name