Sum Printed Text

Hello,

I am trying to do like below:-

Actual Data Memo1
1.1 1
1.5 2
1.5 2
Sum 4.1 4 (!!!)

I have 2 options:-
1. I want to set Memo1 display format like 1,234.5
In case Data = 1.1 , Shown = 1.1
= 2 , Shown = 2
It would be shown decimal point if data has decimal point.
With this option, I will set sum Memo to be --> [sum(<Report_frxDB."field">]

2. If option #1 couldn't be possible, I will set display format like 1,234 (no decimal point)
In this case, if I still set sum Memo to be --> [sum(<Report_frxDB."field">]
I will get result like above (!!!)
How can I sum printed text?

Thank you in advance.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.