Question

Delete an entry from Table

  • 8 December 2022
  • 2 replies
  • 89 views

Userlevel 2

I have a table that is populated frequently using query scheduled in the report. I am trying to remove an entry from the table.

 

How can this be achieved.


2 replies

Userlevel 2
Badge +3

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.

 

Userlevel 2

Hi Rupsan,

 

Thank you for the update. However, since the data has already populated and the only option we have is to maintain the list of exclusion and using that in the query.

 

We have noticed that a feature request is already in place for this behaviour. We will be looking out on the feature in future :)

Reply