Total
hi
I have this total
but this is the result, it??s wrong.
RESUMEN DE PROVISIONES: RETENCIONES: TOTAL:
IMSS: $660.00 $60.43 $44,586.79
TotalProvisionesIMSS + TotalRetencionIMSS = TotalIMSS
I have this total
<Total Name="TotalIMSS" Expression="[TotalRetencionIMSS]+[TotalProvisionesIMSS]" Evaluator="Data1" PrintOn="GroupFooter2"/>
but this is the result, it??s wrong.
RESUMEN DE PROVISIONES: RETENCIONES: TOTAL:
IMSS: $660.00 $60.43 $44,586.79
TotalProvisionesIMSS + TotalRetencionIMSS = TotalIMSS
Comments
If you want to sum two totals (TotalRetencionIMSS and TotalProvisionesIMSS), just write the following text in the Text object:
TotalRetencionIMSS]+[TotalProvisionesIMSS
Alex,
I wrote
but I got this error
(TotalIMSS): error BC30034: Bracketed identifier is missing closing ']'.
what can I do?
TotalRetencionIMSS]+[TotalProvisionesIMSS