Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to create a chart showing a timeline (dimension = date) and the y-axis should be the count method.
Here the entry 2020-05-05 should count 1, the entry 2020-06-08 should count 3, the entry 2020-06-16 should count 6.
How can I do this?
Try like this
Dim: Date
Exp: Rangesum(Above(Count(YourMethodFieldName),0, RowNo()))
Try like this
Dim: Date
Exp: Rangesum(Above(Count(YourMethodFieldName),0, RowNo()))
you are a genius mayil ❤️
but the filter function isn't working properly now... it only show one entry when I filter every single date. Do you know how to fix that?