Just replace the value in column b when value is 2 with empty string -
<your search> | eval b=if(b=2,"",b)
Just replace the value in column b when value is 2 with empty string -
<your search> | eval b=if(b=2,"",b)
thanks. its worked 🙂
I would use null()
instead of ""
.