Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have found the correct Mode value. Now I'm stuck with a problem: the data isn't showing in every field. What should I do?
This is my code please help me at
Because of the missing outer expression wrapping the aggr() you don't have an expression else a calculated dimension. Therefore try to add a min/max/avg() wrapping it or by adjusting the aggr() behaviour by extending it with: aggr(NODISTINCT ...)
Because of the missing outer expression wrapping the aggr() you don't have an expression else a calculated dimension. Therefore try to add a min/max/avg() wrapping it or by adjusting the aggr() behaviour by extending it with: aggr(NODISTINCT ...)