I have field called test, what would be out if use assume command
command: -- | accum test as test2 ( It will create test2 field but what would be the result).Thanks
test
1
90
3
4
5
6
8
1
1
Just run this:
| makeresults | eval test = "1 90 3 4 5 6 8 1 1" | makemv test | mvexpand test | accum test as test2
Just run this:
| makeresults | eval test = "1 90 3 4 5 6 8 1 1" | makemv test | mvexpand test | accum test as test2
correction not assume command it is accum command.thanks