Mr.Morning Posted October 20, 2003 Posted October 20, 2003 I have a weird problem. I have a portal that has a listing of prices and taxes for that item. These are simple total items. When I ask for the sum of the totals of prices and taxes I do not always get the correct answer. Somewhere in the process it seems to round off the numbers causing the wrong answer. It doesn't do this all the time which makes solving the problem difficult. Anyone clues and what to check from anyone would be appreciated. Thanks in advance,
Henry Posted October 20, 2003 Posted October 20, 2003 For calculate the total number in portal, i always set a calculation field and set it as Sum(portalrelated::price). The relationship "portalrelated" is just same as the relationship for use the portal. If you want to round it as 2 digit, you can set it as Sum(Round(portalrelated::price, 2)). Regards, Henry
Recommended Posts
This topic is 7706 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