This question about Using an extension: Task filed
If I have a table on a topic with a CALC that counts up items in a column like this:
| *When* | *Who* |
| 02 Jan 2019 | Sally |
| 03 Jan 2019 | John |
| 07 Jan 2019 | Sally |
| *Totals* | %CALC{"$COUNTITEMS( R2:C$COLUMN()..R$ROW(-1):C$COLUMN() )"}% |
Then I get a table that looks like this:
When |
Who |
02 Jan 2019 |
Sally |
03 Jan 2019 |
John |
07 Jan 2019 |
Sally |
Totals |
John: 1 Sally: 2 |
If I then add another table somewhere in the topic that has an EDITTABLE tag, I get this instead:
When |
Who |
02 Jan 2019 |
Sally |
03 Jan 2019 |
John |
07 Jan 2019 |
Sally |
Totals |
John: 1%BR% Sally: 2 |
--
EdMcDonagh - 27 Feb 2019
I can confirm this is an error in
EditRowPlugin. Could you please file a bug report
here. Thank you.
Note that
EditTablePlugin does not have this problem. So until this is fixed you might consider switching off
EditRowPlugin and enabling
EditTablePlugin again.
--
MichaelDaum - 28 Feb 2019
Thanks
MichaelDaum.
Item14825 added.
Rather than turning off
EditRowPlugin, for now I am moving the totals out of the table, which is not as nice but at least executes the new lines!
I am not sure of the protocol - should I now close this question?
--
EdMcDonagh - 28 Feb 2019
I've switched it to "Tasked filed". We can close this question when the task will be closed.
--
MichaelDaum - 28 Feb 2019