Is it possible to just display second line of "SST" only using crystal report to extract the value from that field.
My coding is below:
using Mid
mid({Invoice.InvGSTSumCode},4)
using Carriage return
Trim(split({Invoice.InvGSTSumCode},chr(13))[2])
Result come out is not what i want, it give me an extra one line space