matrixsolutions Posted August 4, 2012 Report Share Posted August 4, 2012 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. Quote Link to comment Share on other sites More sharing options...
0 bahar_vm Posted August 7, 2012 Report Share Posted August 7, 2012 You can remove # from the parameter name so instead of &PID=[@field:ID#] you will have &PID=[@field:ID] and the results should be what you expect. Quote Link to comment Share on other sites More sharing options...
0 IamNatoyThatLovesYou Posted June 7, 2022 Report Share Posted June 7, 2022 Hello, Had this issue also and changed the number in the format of the Localization and worked. - Natoy Quote Link to comment Share on other sites More sharing options...
0 cheonsa Posted September 2 Report Share Posted September 2 Hi! You can also check this article for different syntax available when displaying parameters: https://howto.caspio.com/parameters/displaying-parameters/ Quote Link to comment Share on other sites More sharing options...
Question
matrixsolutions
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.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.