Content type column not displaying

Hi Guys

I have noticed that the content type column is not displaying on the available columns to check in a data source. how can i select the content type to display in a chart?

Thanks

D

Hi,
You can get ‘Content Type Id’ field. Add it directly to the ViewFields section of the CAML-query in Data source -> SharePoint list tab and replace init handler in Data source -> Advanced with the following:

handlers.init = function (data, logger, processor, el, model) { model.fields.push('ContentTypeId'); return true; }