Daniel Shanahan Posted March 8, 2011 Posted March 8, 2011 A curious thing: I have two number fields: originalPrice and currentPrice. The currentPrice was calculated via Replace Field Contents to show 15% off the originalPrice. In FileMaker, both of these fields were marked as "Currency", a fixed number of decimals (2), a dollar sign ($), and a thousands separator (,). This works fine in FMP. However, when I view it on the web (using the API for PHP), the originalPrice looks like this $1,234.33 and the currentPrice looks like this 1049.1805 I changed the currentPrice to a calculation field (number return), again marked it as "Currency" in the inspector, but this did not help. Anyone have any ideas? Thanks.
Recommended Posts
This topic is 5265 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now