Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi QV Team,
I need to skip the last 3 digits. Help me out.
Left(Field,Len(Field)-3)
Left(Field,Len(Field)-3)
Hi,
Like this???
Thanks,
AS
Hi Murali,
Please try this,
Mid(Sales Order#,1,( Len(Sales Order#)-3))
Warm Regards,
Joshmi
thank you.