This add the option to run a "distinct" sql command on the query results.
Useful to return count results based on distinct of custom values.
Es. While having a logs table with a "user_id" field and the chart setup as "group_by_date", this new field can filter logs and show the total amount of users by day if 'field_distinct' is set to "user_id"
This add the option to run a "distinct" sql command on the query results.
Useful to return count results based on distinct of custom values.
Es. While having a logs table with a "user_id" field and the chart setup as "group_by_date", this new field can filter logs and show the total amount of users by day if 'field_distinct' is set to "user_id"