Is there a way to make text and a number appear numerically. For example, I have a table where you can add rows and one of the columns is txt with a number. Can I have that number show up in numeric order each time a row is added? The text is MR + 1 or so on.
Solved! Go to Solution.
Views
Replies
Total Likes
Sure,
use FormCalc in the layoutReady event of the textfield.
$ = Concat("MR ", $.parent.index + 1)
Views
Replies
Total Likes
Sure,
use FormCalc in the layoutReady event of the textfield.
$ = Concat("MR ", $.parent.index + 1)
Views
Replies
Total Likes
YES!! thank you so much...this is perfect!!
Views
Replies
Total Likes
Views
Likes
Replies