keenlabs / keen-sdk-net

A .NET SDK for the Keen IO API
MIT License
37 stars 23 forks source link

cannot group by multiple fields #24

Open Burgov opened 8 years ago

Burgov commented 8 years ago

Hi,

As the groupValue argument is a string, I don't seem to be able to group by multiple fields (which Keen does support). Am I overlooking something, or is this indeed missing from the implementation?

Regards, Bart

wetzler commented 8 years ago

Hi Burgov - I'm pretty sure that the library was written before Keen supported grouping by more than one property, so it's missing at the moment. How important is the feature to you?

Burgov commented 8 years ago

Our product id's are composite (id and brandId), so we virtually always have to group by multiple fields, when we are grouping.