-
HI, I would like to format a column like this : 10,2% (+2,7%) How can I do this ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, at this time, you cannot reference a previous “formatted” column. that said, at this time, in a formula, you can use this function: |
Beta Was this translation helpful? Give feedback.
-
New version 1.14.0 is out, with a new feature in computed column template: you can reference another column formatted value. https://github.com/fbaligand/kibana-enhanced-table/releases/tag/v1.14.0 |
Beta Was this translation helpful? Give feedback.
Hi,
at this time, you cannot reference a previous “formatted” column.
I will try to add this feature in next release.
that said, at this time, in a formula, you can use this function:
roundTo(x, n)
where x is the number to round, and n is the number of decimals you wish.
This is not perfect but it helps.