Hi there,
I have a similar situation , need to calculate percentage for the below table -
index=x | xyseries hostname compName status
hostname , Comp1 , Comp2, Comp3 , Comp4
x Passed Failed Passed Failed
y Failed Passed Passed Passed
I need another col where percentage of is calculated like (Passed/Passed+Failed)*100 ..how do we achieve it?
... View more