Hi
I need a new column with formula 'NG Amount' / 'Component Qty' * 1000000
I tried to perform SCRIPTED FIELDS but without success.
Thanks for the helpers
Can you share what you tried with scripted fields?
Anyone please?
Hi, can you please try https://github.com/fbaligand/kibana-enhanced-table, this plugin do mathematical caculations
Sorry for the delay. It seems like there are documents in your index that do not contain the fields you are working with here.
You can check with
if (doc['my-field-anme'].value != null)
and return a default value if it's not available.
Try using tsvb.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.