Hi
I currently have the following formula field in my report and it works fine. What I need to do is to increase the number of decimal places on the output, its currently showing to 2 dp's, I need it to show to 4. Can anyone advise on the best way in which to do this? Any help would be greatly appreciated, Cheers, Bob
If {Documents.Description} = 'FitzIAG Strategic Property Income Exempt UT 1' then "" else ToText({Documents.Units})
I currently have the following formula field in my report and it works fine. What I need to do is to increase the number of decimal places on the output, its currently showing to 2 dp's, I need it to show to 4. Can anyone advise on the best way in which to do this? Any help would be greatly appreciated, Cheers, Bob
If {Documents.Description} = 'FitzIAG Strategic Property Income Exempt UT 1' then "" else ToText({Documents.Units})