Is there a way to filter text from a specific field in a table and only display the filtered text in my dashboard?
For example, I have a panel in my dashboard that contains 5 columns displaying incident ticket information: Ticket#, AssigneeName, Product, OpenTime, Description and UpdateAction. This panel is extracting this data from our ticketing system db. The Update Action field is one that is updated by many different people, including folks not in my support group. I would like to only display entries under the UpdateAction column that were inputted by my team members. The field is currently displaying all entries. For example the column is displaying the following:
05/05/16 16:12:58 (John): Hello1 13:40:15 (Jill): Hello2 10:46:46 (Bob): Hello3 04/18/16 16:45:02 (Tom): Hello4
Is there a way I can edit this field to only display Bob and Jill's entry and not John and Tom's?
... View more