cancel
Showing results for 
Search instead for 
Did you mean: 

Remove last 8 character ?

Former Member
0 Kudos

Hi  Friends ,

I have a database filed Note .

I want to remove last 8 character from the note field . how to do this .

Ex : if i have data like  ' Contact Sap Community network for crystal queries '   ,

i need to display

' Contact Sap Community network for crystal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Lenin,

Write below code inside a formula and place it in 'Details' section.

left({table.field},len({table.field})-8)

{table.field} represents the column in your table.

Thanks,

Prathamesh

Answers (0)