Bug creating a list

Bug creating a list

Here's my code
  1. userID = users_form[Email == zoho.loginuserid];
  2. Location=userID.Location;
  3. 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.

Cheers,
John Whitney

PS: Account sigroup application innovachron shared with support