Using DISTINCT in Rollups

Hi (-:

When trying to use the DISTINCT operator when creating a rollup, I get the error that using DISTINCT is not supported:

CleanShot 2021-09-13 at 17.50.53@2x

This is super useful for counting unique views/clicks for example. Without it, you’ll probably also need to use something like a Redis SET to produce a unique result.

Is there any way to create the “DISTINCT” behavior in a Rollup?
Is DISTINCT support on the roadmap?
It might be a small keyword but it covers a huge array of use cases. very useful (-:

HI @yaron !

there’s currently no support for Distinct for rollups.