
Hi Srijan,
I’m sorry but it is not possible to remove an entry from the table as of now, after it has already been generated. This is because you can only populate tables using a query in a bulk. Re running the query completely create a new set of values discarding the old values.
What you can do is negate the entry that you don’t want in the query itself that populates the table.
Examples:
add a -incicator=hash, in the filtering parameter, if you don’t want hash indicators to be populating in the table.
add a -user=henry, in the filtering parameter, if you don’t want data of use henry in the table.
2 comments