Hi,
I found there is error happen while casting field use on summary field with formatted.
May I know is that a bug? or a limitation?
Example as below.
private static $summary_fields = array(
'CurrentUnit.Formatted'
);
private static $casting = array(
'CurrentUnit' => 'Int'
);
function getCurrentUnit(){
return 100;
}