Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI All,
I need to get v_monthto should come as number in text object.
Jan means ---1
Feb means ---2
Regards,
Helen
You can load it into your script, or you can set it by just using Num(Month)
Try this in text object
=Num(Month(Date#(v_monthto,'MMM')))