G
Guest
Wondering if someone could help. I have this report that has a column with the following expression
=97107.51/[Text50]*[Sum of Total Cost Allowed
Which calculates fine. However when I try to do a Grand Total Sum in the Report Footer it only returns the value of the last line of the report or nothing (depending on how I switch it up). I have tried
=Sum(97107.51/[Text50]*[Sum of Total Cost Allowed]) - Doesn't recognize most of the controls (ie. Text 50 & Sum of Total Cost Allowed) Returns a blank
=Sum(97107.51/[Text50])*([Sum of Total Cost Allowed]) - Same as above with the exception that it does recognize sum of Total Cost Allowed but not Text 50
=97107.51/[Text50]*[Sum of Total Cost Allowed] - Grabs the total of the last line of the column rather than totaling all of them
and probably several other combinations. This is driving me crazy! Can anyone help?
=97107.51/[Text50]*[Sum of Total Cost Allowed
Which calculates fine. However when I try to do a Grand Total Sum in the Report Footer it only returns the value of the last line of the report or nothing (depending on how I switch it up). I have tried
=Sum(97107.51/[Text50]*[Sum of Total Cost Allowed]) - Doesn't recognize most of the controls (ie. Text 50 & Sum of Total Cost Allowed) Returns a blank
=Sum(97107.51/[Text50])*([Sum of Total Cost Allowed]) - Same as above with the exception that it does recognize sum of Total Cost Allowed but not Text 50
=97107.51/[Text50]*[Sum of Total Cost Allowed] - Grabs the total of the last line of the column rather than totaling all of them
and probably several other combinations. This is driving me crazy! Can anyone help?