I have an input to display/modify the markup percent of a particular thing. This input is displayed as a percent. Sometimes I may want the markup to be negative (for various reasons we may give a customer an item at no cost or reduced cost). This input works fine when the markup is a positive number (i.e. 25%). However, when it is a negative number, things go awry. The input still updates my field’s value in the data table to the negative number and performs my other calculations correctly, but it displays like this: -%. Just the dash and percent sign, no numbers. Why would this be? Thank you!
This topic was automatically closed after 70 days. New replies are no longer allowed.