Is there a way to display Budgeted Cost of different Resource types - Material, Human or Equipment,


Create a new calculated User Field to separate the type of costs -
SUM( ASSIGNMENT[RESOURCE.TYPE==ENUM:MATERIAL]. PROPERTY("Budgeted Cost") )

For additional cost types, replace Material in the above formula with Human or Equipament.