Hello
I'm trying to put the PageNumber function in a formula, and it's coming back "Page 3.00 of 4.00".
I've tried the Round function but doesn't seem to be working. Is there something else I should try?
Here's the function:
I'm trying to put the PageNumber function in a formula, and it's coming back "Page 3.00 of 4.00".
I've tried the Round function but doesn't seem to be working. Is there something else I should try?
Here's the function:
Code:
If {V_CRYSTAL_EL_RENEWAL_NOTICE.OPTOUT} = 'NO' THEN
'Page ' & Round(PageNumber - 1,1) & ' of ' & Round(TotalPageCount - 1,1)
ELSE
PageNofM