Here's my code
- userID = users_form[Email == zoho.loginuserid];
- Location=userID.Location;
- proj_list = (project_form[Location.contains(userID.Location) ].Project).getall();
The obtuse error says
Error at line number : -1
Improper Statement
Error might be due to missing ';' at end of the line or incomplete expression
project_form is a database of project names each one having a multi-select of locations
I'm basically trying to make a filtered list of all projects ("
proj_list") with the commonality of the same location ("
userID.Location")
The aggregate distinct function gives the same exact error message.
PS: Account sigroup application innovachron shared with support