formula (tabular layout) [message #347691] |
Fri, 12 September 2008 20:38  |
tjay
Messages: 37 Registered: September 2008
|
Member |
|
|
Hi
I have a text item(10 records displayed)
For example;
When use enters 5 to the first record
and then 10 to the second record
(5*2)+(10*2)=30 must be displayed in the display item.
and user enter 3 to third record
30+(3*2)= 36 should be displayed in the display item.
and so on
How can I do that?
I have been trying to do this for one week, but I couldnt manage to succeed.
|
|
|
|
Re: formula (tabular layout) [message #347741 is a reply to message #347714] |
Sat, 13 September 2008 09:26   |
tjay
Messages: 37 Registered: September 2008
|
Member |
|
|
I want do this with 2 calculated items:
1-)formula item to return the result of ":block.item * 2"
2-)Summary item to add these which will be displayed.
For the first option:
I tried this formula but nothing displayed in displayed item
Calculation Mode: Formula
Formula: :CAB.VALUE*2
Summary Function:None
Sumarizedblock: Null
SummarizedItem: Null
|
|
|
|