jeffs88keys Posted March 24, 2015 Report Share Posted March 24, 2015 I have a passthrough parameter set up with the following html code: <a href="mmvcs-prospect-manager.html?qn=[@field:Quote_Number#]">Update Status</a> I now have over 1000 quote numbers, so the passthrough field of qn is showing as "1,000.00" as seen in the next url: http://mymickeyvacation.com/mmvcs-prospect-manager.html?qn=1,000.00 It now returns "no records found". When I manually remove the comma to reflect qn=1000, it will work fine. Any ideas on how to correct the formatting of this to avoid the manual removal of the comma? Thanks !! Quote Link to comment Share on other sites More sharing options...
0 Jan Posted March 25, 2015 Report Share Posted March 25, 2015 Hi jeffs88keys, If I understand correctly, you can delete the "#" sign after the parameter: <a href="mmvcs-prospect-manager.html?qn=[@field:Quote_Number]">Update Status</a> This sign format the parameter as "number". I hope, it helps. Quote Link to comment Share on other sites More sharing options...
0 jeffs88keys Posted March 27, 2015 Author Report Share Posted March 27, 2015 Perfect. Thank you. Quote Link to comment Share on other sites More sharing options...
Question
jeffs88keys
I have a passthrough parameter set up with the following html code:
<a href="mmvcs-prospect-manager.html?qn=[@field:Quote_Number#]">Update Status</a>
I now have over 1000 quote numbers, so the passthrough field of qn is showing as "1,000.00" as seen in the next url:
http://mymickeyvacation.com/mmvcs-prospect-manager.html?qn=1,000.00
It now returns "no records found". When I manually remove the comma to reflect qn=1000, it will work fine.
Any ideas on how to correct the formatting of this to avoid the manual removal of the comma?
Thanks !!
Link to comment
Share on other sites
2 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.