Hi,
I am trying to summarize a formula field in my report.
The formula field's code is:
if {tblTESTNewItemRequests.RequestStatus}="Product" then
if count({@1OpenReqNew}) > 0 then
(CurrentDate - cdate({tblTESTNewItemRequests. RequestedDate}))
When I try to put a summary of formula field in the report footer I get the error, "This field cannot be summarized".
Hmmm
Thanks for the help,
Will
I am trying to summarize a formula field in my report.
The formula field's code is:
if {tblTESTNewItemRequests.RequestStatus}="Product" then
if count({@1OpenReqNew}) > 0 then
(CurrentDate - cdate({tblTESTNewItemRequests. RequestedDate}))
When I try to put a summary of formula field in the report footer I get the error, "This field cannot be summarized".
Hmmm
Thanks for the help,
Will