SID-00411: %CALC% in EDITTABLE
| Status: |
Unanswered |
TWiki version: |
4.1.2 |
Perl version: |
5.8.8 |
| Category: |
CategoryPlugins |
Server OS: |
RedHat Linux 5 |
Last update: |
16 years ago |
I'm trying to do some basic calculations in one of the cells of a edit table.
This should result of the calculation should depend upon the other cells.
Though initially the result of the calculation is correct, once I edit the table the calc formula is vanished. Is there a way to retain the formula.
This can be better explained with an example.
%EDITTABLE{format="|text,5|text,5|label,0,%CALC{$EVAL($T(R2:C1)*$T(R2:C2))}%|"}%
| A |
B |
Result |
| 5 |
5 |
%CALC{$EVAL($T(R2:C1)*$T(R2:C2))}% |
In the above table, the initial value under "Result" shows 25. But once we edit the table and change one of the values in column A or B, the %CALC{$EVAL($T(R2:C1)*$T(R2:C2))}% gets vanished and just displays 25 under result.
Is this a bug or am I missing something
--
BharathReddyMeka - 2009-07-10
Discussion and Answer
Closing this question after more than 30 days of inactivity. Feel free to reopen if needed. Consider engaging one of the
TWiki consultants if you need timely help. We invite you to
get involved with the community, it is more likely you get community support if you support the open source project!
--
PeterThoeny - 2009-09-05
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.