Getting value from summary memo

edited 10:58AM in FastReport 4.0
Hi, I've got a report - simple table with numeric values.
I've got summary for every column.

My summary is simple: SUM(colName) - made using SysMemo.

Now, I have to count something. I have to use values from summary, but I don't have any idea how to do this.
When I tried:
var
  i: integer;
begin
  i:=StrToInt(summaryMemo.Text);
end;

I got a message that "SUM(colName)" isn't integer value.
So how to get counted value from summary memo?

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.