7 Jan
2004
7 Jan
'04
3:15 p.m.
This is explained in the PageTemplates documentation. Inside the template you have the bound variable "user" that is bound to the current logged-in user. So if you need the username you would do here/reports/getReportsByUser_sql(user/getUserName)
Answered too fast, this is obviously completely wrong syntax. You need python: here.reports.getReportsByUser_sql(user.getUserName()) jens