hi,
in my scenario i need the output based on the following condi tions.
i have to link the BKTXT field and the gate no field.but here BKTXT is in text format and gate no is in integer format how will i link this two field.
i linked bktxt = gateno
so while debugging i got this output
the gate no is 0000000012
bktxt = 0000000012
then i deleted that zeros using packed.
now
bktxt = 12.
it taking the i have delete that space.