Dynamic Table Analysis?

Is it in any way possible to have a “Table” Analysis actively change what is displayed and remove records, even though it is based off of app completions?

Tables Analyses are immutable, so you can’t remove completions from these tables.

You can add filters, which can help take out info you don’t want to see. However, in the app itself, you would need to add a variable flag that you would update before you complete in order to remove records based on a specific parameter.