Include calculated fields in reports

I createad a non Persistent attribute like this

@Transient
@MetaProperty(related = "mainEmail")
protected String mainEmailChk;

I also coded the getter

i include this attribute in GUI and works OK
but when I try to include it in a reports isn’t avaiable

what i’m doing wrong?
thanks

Hello, @juliobrzezinski

i’ve tried to reproduce the issue and i’m able to include such attribute to a report in the reports wizard.

Please clarify where you cannot include your attribute. Also, it will be nice if you share a small test project which i can use to reproduce the problem.

Regards,
Daniil.