Pie chart filter

how to filter out some rows that are coming from a query ? i have a query that brings all the rows, some of them not needed. Thank you!

Modify the query.

2 Likes

Either adjust your query to filter out the unused rows or create a script that loops through the returned dataset and removes the unused rows.

1 Like