Hello
I am trying to find a differecne between column headers (month to another month). Meaning if in the new month there are some new columns headers which does not exist in previous month
1)
|set diff [search index = A PERIOD="2015-08-01 00:00:00" | stats dc(*) as * |transpose | table column] [search index = A PERIOD="2015-09-01 00:00:00" | stats dc(*) as * |transpose | table column]
above search shows me 27 values but it should be just one. Also I was trying to use foreach but any luck there.
↧