Awesome
Chris, December 03, 2004 - 1:26 pm UTC
Thanks for the response. That was exactally what I was looking for. It's great that analytics can be so simple at times, but produce such powerful results.
A reader, December 03, 2004 - 10:28 pm UTC
And to think, for all these years, I've been using a knife to cut bread.
Out of curiosity...
Dan Kefford, December 06, 2004 - 9:50 am UTC
... has any vendor ever considered implementing a MODE() function/analytic?
December 06, 2004 - 12:28 pm UTC
isn't it "rank=1 and count > 1"?
but the problem with MODE is that it natually returns a collection, the mode of
1,1,2,2
is
1 and 2
(eg: it is not scalar)