Open FredD opened 2 years ago
+1
Totally agree with the amazingness of Advanced Tables and with the usefulness of this idea. With string concatenation, it's possible to create dynamic links to web pages, for example. Suppose you have an id in the first column and a country name in the third column: with string concatenation we can create a last column with links to the object (using id) and to the country in any web app (Wikipedia, for example) using the country name.
Thanks for the great work!
+1 also. Would it be possible to, for example, sum the values of a column but format the cell to read Sum::
The ability to add a raw number into a formula. Currently, it seems in order to reference a value you need to have it in the table. For instance, to divide a number, you need to have the divisor somewhere in the table.
@FredD, just to make sure you're aware: You can use constant numbers (called real
and float
in the grammar) in the formula:
What tripped me up at first is the fact that every arithmetic operation in infix notation needs be surrounded in parentheses:
So @2$2=@2$1*0.5
can't be parsed, but @2$2=(@2$1*0.5)
should work.
Tony Grosinger
Thanks for the wonderful Advanced Table plugin. I have two requests which would make it even more wonderful for me.
The requests have to do with the formula functionality, which makes this plugin so useful for me.
The ability to add a raw number into a formula. Currently, it seems in order to reference a value you need to have it in the table. For instance, to divide a number, you need to have the divisor somewhere in the table.
The ability to add string literals into the outcome of a function (24 hours) (16 minutes)
Many thanks for this plugin, I use it every day