Hello, I have a field that contains the string below. a) There can be fewer/more than the 4 events listed below. b) Value of the events will be different. (event=aa)(event=bb)(event=cc)(event=normal) ===================================================== 1) How can I create a new field events that equals "aa,bb,cc,normal"? 2) Is there a way to exclude the normal event? So field events = "aa,bb,cc" only? 3) Is there a way to make it list like so I can filter on these events values? (ie - potentially count # of events with aa or cc or (aa + cc)?) 4) Is there a way to count the events returned in the field? Thank you!
... View more