I have a content type with an integer field with a custom formatter that works as designed when viewing a node page with the field. I can create a view and add the integer field, the custom formatter and options are also available, however, when I enable aggregation, my custom formatter isn't available for the integer field; only the normal integer formatter with thousands separator, prefix, suffix, etc. are available. Is this working as designed or is there functionality the custom formatter class must implement to have it also work in views?
↧