Scripted field with division does not show result

Hi ,
In Scripted filed division is not working. Am not getting the returned values. Here is the snippet
perncentile = ((failures_AF)/(count * 1.0));
My Version of Kibana is 4.7.2 .

Cann some one please help me how to resolve this issue?

this field i will be using in table visualization

Hello,

What are you seeing instead of the values? Empty? errors? any log lines indicating something wrong?

Also we are on Kibana 7.8.0 now :slight_smile:

Thanks,
Bhavya

Hi Bhavya,

Our current Kibana version: 7.4.2

we are trying to find the percentile based on 2 columns using scripting fields

(100*column1)/column2

Multiplication is working but division isn't happening.

Also we identified that if scripted field is added, all the properties which are shown previously are not being shown in discover tab.

After adding scripted field, we could only see scripted field in discover tab.

Could you please help on this.

Thanks & Regards,
Ramadevi

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.