I have 8 formula fields defined. Only 4 of them are available when I select the Insert Summary function on the Toolbar.
What would cause formula fields to not be available?
The following is the formula for the 4 fields that do appear:
If {V_CHK_VW_EARNINGS.CHECKVIEWEARNSCD} = {?Earning 1 Desired} then
{V_CHK_VW_EARNINGS.CHECKVIEWEARNSAMT}
else
0
The following is the formula for the 4 fields that do NOT appear:
If (Previous({V_CHK_VW_EARNINGS.COMPANYCODE}) = {V_CHK_VW_EARNINGS.COMPANYCODE}) and
(Previous({V_CHK_VW_EARNINGS.NAME}) = {V_CHK_VW_EARNINGS.NAME}) and
(Previous({V_CHK_VW_EARNINGS.FILE#}) = {V_CHK_VW_EARNINGS.FILE#}) and
(Previous({V_CHK_VW_EARNINGS.CHECKVIEWCHK#}) = {V_CHK_VW_EARNINGS.CHECKVIEWCHK#}) and
(Previous({V_CHK_VW_EARNINGS.CHECKVIEWCHKSEQ#}) = {V_CHK_VW_EARNINGS.CHECKVIEWCHKSEQ#})
Then 0
Else
{V_CHK_VW_EARNINGS.CHECKVIEWGROSSPAYA}
Does anyone have any ideas?
What would cause formula fields to not be available?
The following is the formula for the 4 fields that do appear:
If {V_CHK_VW_EARNINGS.CHECKVIEWEARNSCD} = {?Earning 1 Desired} then
{V_CHK_VW_EARNINGS.CHECKVIEWEARNSAMT}
else
0
The following is the formula for the 4 fields that do NOT appear:
If (Previous({V_CHK_VW_EARNINGS.COMPANYCODE}) = {V_CHK_VW_EARNINGS.COMPANYCODE}) and
(Previous({V_CHK_VW_EARNINGS.NAME}) = {V_CHK_VW_EARNINGS.NAME}) and
(Previous({V_CHK_VW_EARNINGS.FILE#}) = {V_CHK_VW_EARNINGS.FILE#}) and
(Previous({V_CHK_VW_EARNINGS.CHECKVIEWCHK#}) = {V_CHK_VW_EARNINGS.CHECKVIEWCHK#}) and
(Previous({V_CHK_VW_EARNINGS.CHECKVIEWCHKSEQ#}) = {V_CHK_VW_EARNINGS.CHECKVIEWCHKSEQ#})
Then 0
Else
{V_CHK_VW_EARNINGS.CHECKVIEWGROSSPAYA}
Does anyone have any ideas?