Error while getting report in projects

Error while getting report in projects

Traceback (most recent call last):
  File "/home/vhrs/frappe-bench/apps/frappe/frappe/app.py", line 55, in application
    response = frappe.handler.handle()
  File "/home/vhrs/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle
    execute_cmd(cmd)
  File "/home/vhrs/frappe-bench/apps/frappe/frappe/handler.py", line 36, in execute_cmd
    ret = frappe.call(method, **frappe.form_dict)
  File "/home/vhrs/frappe-bench/apps/frappe/frappe/__init__.py", line 875, in call
    return fn(*args, **newargs)
  File "/home/vhrs/frappe-bench/apps/frappe/frappe/desk/reportview.py", line 16, in get
    data = compress(execute(**args))
  File "/home/vhrs/frappe-bench/apps/frappe/frappe/desk/reportview.py", line 21, in execute
    return DatabaseQuery(doctype).execute(*args, **kwargs)
  File "/home/vhrs/frappe-bench/apps/frappe/frappe/model/db_query.py", line 78, in execute
    result = self.build_and_run()
  File "/home/vhrs/frappe-bench/apps/frappe/frappe/model/db_query.py", line 102, in build_and_run
    return frappe.db.sql(query, as_dict=not self.as_list, debug=self.debug)
  File "/home/vhrs/frappe-bench/apps/frappe/frappe/database.py", line 147, in sql
    self._cursor.execute(query)
  File "/home/vhrs/frappe-bench/env/local/lib/python2.7/site-packages/MySQLdb/cursors.py", line 205, in execute
    self.errorhandler(self, exc, value)
  File "/home/vhrs/frappe-bench/env/local/lib/python2.7/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
    raise errorclass, errorvalue
OperationalError: (1054, "Unknown column 'tabProject User.name as 'Project User:name'' in 'field list'")

Any Update in this error

it should be ```tabProject User`.name as ‘your_alias’``

where do I change this

In your Report SQL Query

But I nothing changed in project how does it change

still I cant get project report for some users I am getting a big trouble due to this I never changed any query is there any one knows solution to this…