Jump to content

This topic is 1291 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

image.thumb.png.f4dbf9c4e4c148115723e9e2c0e3d353.png

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

Posted

Change the currentHolding field to be a Calculation field using the following formula:

GetSummary ( s_totalAmtOn ; companyName ) +  GetSummary ( s_totalAmtOff ; companyName )

 

  • Like 1
Posted

That works.  Thanks very much for your advice.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.