cancel
Showing results for 
Search instead for 
Did you mean: 

Off Set in Data Services

Former Member
0 Kudos

Hi,

My field is having A1234.1

Required o/p is A1234

I need all characters till '.'

Could you please help me how to off set this.

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

mageshwaran_subramanian
Active Contributor
0 Kudos

word_ext('A1234.1',1,'.') .

Refer the technical manual

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use the word_ext function:

word_ext('A1234.1',1,'.')-----> o/p A1234