Looking for help: My base has a percent field with the value 25%. When I prefill and display the field in a form, 0% is what is displayed.
Base percent field settings
Base percent field value
Prefill formula
Form display
Form field settings
Looking for help: My base has a percent field with the value 25%. When I prefill and display the field in a form, 0% is what is displayed.
Base percent field settings
Base percent field value
Prefill formula
Form display
Form field settings
Interface seems to treat the percent field as an integer.
For 25%, 0.25 must be multiplied by 100.
&'prefill_PERCENT%20COMPLETE='&{PERCENT COMPLETE}*100
Interface seems to treat the percent field as an integer.
For 25%, 0.25 must be multiplied by 100.
&'prefill_PERCENT%20COMPLETE='&{PERCENT COMPLETE}*100
Thank you, Sho!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.