Currency/number formatting problems in calculated amts over $1000

Hi I have built a simple order app that is working well except for this problem. On the order screen the user selects a product from a custom list and inputs a quantity and the app calculates and displays the total using the unit price. It all displays correcty. The user clicks the checkout icon which links to the order summary screen which lists the chosen products and their calculated amts in a scrollable list, with a grand total calculated at the bottom. It works great for any calculated amts under $1000 but I get some weird behaviors for amts exceeding that.
I would prefer to use a currency format but when I do all amounts on the order summary screen display as zero and are recorded in the order items collection as zero. I’ve tried playing around with format=none, or default etc but no luck. Here is a visual- any help much appreciated:)

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.