Ability to Filter/Remove Records After Review/Flagged

Hi,

so this could be a little bit complicated.

darcoli descriped a process to highlight rows in a table. We can use this to populate a parameter with values using the action feature.
In a calculated field you can test with ifelse, if the value of your primary key is in the parameter. If yes you get a 1, else a 0 and then you filter this field on 0. So we get only values, that were not selected as valid.

Now your analyst has to create a bookmark. This way the valid values keep being filtered out the next time the analyst opens the report.

If the analyst selects another value as valid, the bookmark needs to be overwritten.

Was this understandable? :smiley:

2 Likes