Hello,
I would like to report on the total sessions, whilst excluding test engagements. Test engagements are any conversation containing _i_want_2_test
The current query I use to generate the count of interactive sessions is: distribute date : catd(model="date") s.beginTime as date, s.transactionCount > 1, s.beginTime == in {"now-1M/M"} order by date asc
I’d need to apply an adorner for sessions containing _i_want_2_test
with a boolean and then add this to my query to remove any test engagements, however, would appreciate your support in how to go about this.
Thank you,
Grant