Skip to Content
1
Mar 07, 2014 at 02:30 PM

GROUP BY in oData query possible?

8228 Views

Hello SCN!

I read the oData specification and try to use GROUP BY in my oData query on top of the Analytical View, but the result set doesn't seem to change.

If this is not possible, I have the only option to create calculation view(SQLScript) and put my group by there?

the example I tried. It simply doesn't affect the output:

/Sales?$apply=groupby((ProductName,Category))

Thank you!