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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to skip last 3 digit in the data?

Hi QV Team,

I need to skip the last 3 digits. Help me out.

2-5-2015 12-13-22 PM.png

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Left(Field,Len(Field)-3)

View solution in original post

4 Replies
tresesco
MVP
MVP

Left(Field,Len(Field)-3)

amit_saini
Master III
Master III

Hi,

Like this???

Thanks,

AS

Not applicable
Author

Hi Murali,

Please try this,

Mid(Sales Order#,1,( Len(Sales Order#)-3))

Warm Regards,

Joshmi

Not applicable
Author

thank you.