Hi,
if you want the first 3 numbers from GL ACCOUNT use the LEFT function at transformation formula.
use- LEFT( 3,GL_ACCOUNT)
you want last 3 letters use RIGHT function.
use- RIGHT (3,GL_ACCOUNT).
it will help.
Thanks,
Phani.
Hi,
if you want the first 3 numbers from GL ACCOUNT use the LEFT function at transformation formula.
use- LEFT( 3,GL_ACCOUNT)
you want last 3 letters use RIGHT function.
use- RIGHT (3,GL_ACCOUNT).
it will help.
Thanks,
Phani.