July 21, 20214 yr 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
July 21, 20214 yr Change the currentHolding field to be a Calculation field using the following formula: GetSummary ( s_totalAmtOn ; companyName ) + GetSummary ( s_totalAmtOff ; companyName )
Create an account or sign in to comment