hi all,
I tried tow ways:
metric Sum accessSuccess
script: _value*100/doc[‘accessStatus’].sum()
or
metric Sum accessSuccess
script: _value*100/doc[‘accessStatus’].value
are the same value and run isnot correct
Do you know why?
Many thanks
ThuyLe