Greg58 Posted July 21, 2021 Posted July 21, 2021 I am having a problem getting the above field to work on the sub-summary part. There are 2 summary fields (TotalAmtOn, and TotalAmtOff) which display as expected. The other field (with 3000 in it) is CurrentHolding and should display the amount left when TotalAmtOn, and TotalAmtOff and summed. So the 3000 should be 2000 in the abpve example. The same problem is in the $49000 field?? Any assistance will be appreciated please. Trades Temp.fmp12
comment Posted July 21, 2021 Posted July 21, 2021 Change the currentHolding field to be a Calculation field using the following formula: GetSummary ( s_totalAmtOn ; companyName ) + GetSummary ( s_totalAmtOff ; companyName ) 1
Greg58 Posted July 21, 2021 Author Posted July 21, 2021 That works. Thanks very much for your advice.
Recommended Posts
This topic is 1291 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