Open
Description
Hi.
I'm currently using the Advanced Tables plugin to add a simple "totals" column to my tables, which is super useful.
My problem is I'd love to also be able to display these tables in a nice plot graph using the Charts plugin, but for that plugin to work with markdown tables, it needs those tables to define a block (e.g. ^my_table
) right after the table itself, which totally collides with the formula syntax used by Advanced Tables.
i.e. I'm trying to do something like this:
| | Test1 | Test2 | Test3 |
| ----- | ----- | ----- | ----- |
| Data1 | 1 | 2 | 3.33 |
| Data2 | 3 | 2 | 1 |
| Data3 | 6.7 | 4 | 2 |
| TOTAL | | | |
^table
<!-- TBLFM: @>$2=sum(@I..@-1) -->
but if I try something like this the formula simply doesn't seem to work (nothing happens when I click "evaluate formula"), I can see no relevant errors in the debug info panel either.
Is there any other way of achieving this perhaps?
Many thanks in advance
Metadata
Metadata
Assignees
Labels
No labels