Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i need to show before dot word(only first dot before data)
how

use below in script
SubField(YourFieldName,'.',1) as YourNewField
May be this
load SubField(A,'.',1) as F