Hi,
when we are creating Reports - we need to somehow tell Espo to count totals on "current entity".
For example if we have projects with tasks, than we need to calculate totals on current project without having to create Report for every project.
With user this is obvious:
env\userAttribute('id')
But is this possible with "current entity"?
when we are creating Reports - we need to somehow tell Espo to count totals on "current entity".
For example if we have projects with tasks, than we need to calculate totals on current project without having to create Report for every project.
With user this is obvious:
env\userAttribute('id')
But is this possible with "current entity"?
Comment