if you are using xml transformation I think you can just put in the column name instead of the 121234567.
If it s the ascx transfromation, I think you will have to do Eval("columnName")
. If that method requires 1231234567 to be a int you might have to do soemthing like Int64.Parse(Eval("Column").ToString())