I have a Unique Integer field named 'ID' that I would like to pass as a parameter.
The parameter string in the url is &PID=[@field:ID#]
The resulting URL is '&PID=14,239.00' when it shoudl be '&PID=14239'
Where is the parameter being formatted with the comma and the decimal?
Thanks for any assistance.