This is an interactive report entry form.
I tried entering Column Attributes of String("000" + :P8_PARAMETER_1).slice(-3);
I tried creating a Dynamic Action - Change with a javascript expression of
var str = :P8_PARAMETER_1
var pad = "000"
var :P8_PARAMETER_1 = pad.substring(0, pad.length - str.length) + str
I tried for the Dynamic action value True set to execute javascript code of P8_PARAMETER_1.lpad("0", 3)
When the record is created it is not padded with zeros.
Thanks,