Dremio Tableau Query Issue

How to suppress below Sum(1) query using configuration/tdc file if you are running the dashboard from tableau using Dremio data source.

Query :
SELECT SUM(1) AS “COL”
FROM table
HAVING COUNT(1)>0

1 Like