Hello.
I want to be able to group by ContentType for my statistics in the charts.
I’ve seen this: Content type column not displaying
But the answer is only getting the ContentType Id, so this is only part of my problem.
EDIT:
I’ve tried to in CAML-query:
5000
But when I try to
handlers.init = function (data, logger, processor, el, model) {
model.fields.push(‘ContentType’);
return true;
}
The Group by “ContentType” I get nothing in my chart
I group by ContentType and count by ID
Please help.