Entity Type Field in Reports

Hi

Is it possible to get Entity Type Field in the report instead of the entity name?

{REPORT ORDER DETAILS:EN.Delivery,O.Quantity.Sum,O.ExactTotal.percent.desc,O.ExactTotal.Sum:(ODI=True) and (MG=$1) AND (TCET=Delivery)}

Instead of EN.Delivery is there a field I can use to get Entity Type instead?

Have a read through this topic it may help.
help-with-entities-in-a-report

Thanks @KryptonFactor, I understand how to do that.

But Instead of getting entity name say “UberEats” I want to get its Entity Type like “Delivery”.

EN.(entity type) fields dont show normally in {REPORT ORDER DETAILS:} so I am wondering if there is a hidden name for EntityType

This is something I am trying to achieve
image

Try E.Type see if that works. It may only work for entity details tag through.

Tried it already but it works only for ENTITY DETAILS