Hi I am using CR V.10 and I have a formula below that I do not understand about shares varaible. I do have a field name PeriodDays in the database but Where can I find the true value of nTotPeriodDays in this formula? Is the prefix "n" represent something in CR? Thanks.
WhilePrintingRecords;
Shared NumberVar nTotPeriodDays;
{@CalcPeriodEarned} / nTotPeriodDays
WhilePrintingRecords;
Shared NumberVar nTotPeriodDays;
{@CalcPeriodEarned} / nTotPeriodDays