hi, I create a visualize with data table, I create 3 rows: date, event_type, count.
just like this:
date event_type count
2017-03-03 aa 1
2017-03-03 bb 2
2017-03-03 cc 3
2017-03-03 dd 4
I have a lot event_types, but I just want to show the ones I want in the results, like the example I show ,I just want to show "aa" and "bb", but I don`t want to show "cc" and "dd" in the results of data table. how can I do that?
thanks: