I have a formula like :
Which results in:
We see you have grown by 1036.00 locations.
How can I format that number within the formula to return 1,036 instead of 1036.00?
Thanks.
Dave
Code:
"We see you have grown by " +
cstr({g_letter_mgmt_change_data_1.changeCt}) +
" locations."
Which results in:
We see you have grown by 1036.00 locations.
How can I format that number within the formula to return 1,036 instead of 1036.00?
Thanks.
Dave