How to Use Memo data
Dear FR Experts,
I am new to both Fast Report & Forum. I am creating a report there i wants to calculate a memo data from another memo, for example: Memo12 = Memo11*12
i tried like [<Memo11>*12] but it is not working. In previe its giving some random number like 432482.79874.
and also i tried [abs(<Memo11>)*12] thts also in same way.
Is there a way to calculate how i am expecting.
Please help me if you know this.
Thanks & Regards,
Alaguraja
I am new to both Fast Report & Forum. I am creating a report there i wants to calculate a memo data from another memo, for example: Memo12 = Memo11*12
i tried like [<Memo11>*12] but it is not working. In previe its giving some random number like 432482.79874.
and also i tried [abs(<Memo11>)*12] thts also in same way.
Is there a way to calculate how i am expecting.
Please help me if you know this.
Thanks & Regards,
Alaguraja
Comments
Hi,
You can try to use variables or you can also use database field. Apart from that, try to use this [Memo11.Value *12].
Hope it works.
When i use [Memo11.Value *12], irrespective of Memo11 data it is displaying zero value.
This example considers the value as an integer, fix it if it's a float of any sorts:
It should work
of a previously processed object from one that comes after.
also the value property of a memo is that of the last variable processed within the memo