I have a column named **Target** that contains several values where some ends with `@myemail.com` , but when I just used `stats count by Target`it became really messy as there are many email users.
So I want to sum all the values that ends with `@myemail.com` and then display in the Pie chart with other value counts. But I tried `stats sum(eval)` return no result while case wouldn't work as the total type of string values changes along time.
Does anyone know how to search this? Thanks!
↧