I can not locate any documentation on how to make use of parameters when embedding a report into a page.
- htmlpage Test()
- <%{
- teamID = members[Added_User == zoho.loginuser].team;%>
- <div elName='zc-component' viewLinkName='Teams_Report' params='zc_Header=true&team=<%=teamID%>'>Loading ...</div>
- <%}%>
The report is based off "events". I am attempting to limit the report to row pertaining to the user's team. The team ID is returned correctly. The target is events.team.ID.