- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
The FormCalc equivilant is the Round function, so;
Round(Table2.Row8.Eight * 6.07, 0)
With the second parameter to Round being the number of decimal places, which defaults to zero so in this case you could just write;
Round(Table2.Row8.Eight * 6.07)
Regards
Bruce
Views
Replies
0 Likes
Total Likes