BrianFawcett
Registered User.
- Local time
- Today, 07:19
- Joined
- May 3, 2010
- Messages
- 63
I am trying to add a text box with a SUM function to provide totals at the bottom of a report. The function I am using is below:
=Sum([SummarybyChannelType-LessThan60.SumofAssetCost])
SummarybyChannelType-LessThan60 is a Query
SumofAssetCost is a field derived in that query
When I added it to my report a view it, the text box displays "#ERROR"
Can someone help me out with why this is?
=Sum([SummarybyChannelType-LessThan60.SumofAssetCost])
SummarybyChannelType-LessThan60 is a Query
SumofAssetCost is a field derived in that query
When I added it to my report a view it, the text box displays "#ERROR"
Can someone help me out with why this is?