You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "apps/frappe/frappe/app.py", line 114, in application
response = frappe.api.handle(request)
File "apps/frappe/frappe/api/__init__.py", line 49, in handle
data = endpoint(**arguments)
File "apps/frappe/frappe/api/v1.py", line 36, in handle_rpc_call
return frappe.handler.handle()
File "apps/frappe/frappe/handler.py", line 50, in handle
data = execute_cmd(cmd)
File "apps/frappe/frappe/handler.py", line 86, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File "apps/frappe/frappe/__init__.py", line 1726, in call
return fn(*args, **newargs)
File "apps/frappe/frappe/utils/typing_validations.py", line 31, in wrapper
return func(*args, **kwargs)
File "apps/frappe/frappe/__init__.py", line 879, in wrapper_fn
retval = fn(*args, **get_newargs(fn, kwargs))
File "apps/frappe/frappe/desk/reportview.py", line 32, in get
data = compress(execute(**args), args=args)
File "apps/frappe/frappe/desk/reportview.py", line 80, in execute
return DatabaseQuery(doctype).execute(*args, **kwargs)
File "apps/frappe/frappe/model/db_query.py", line 193, in execute
result = self.build_and_run()
File "apps/frappe/frappe/model/db_query.py", line 237, in build_and_run
return frappe.db.sql(
File "apps/frappe/frappe/database/postgres/database.py", line 326, in sql
return super().sql(modify_query(query), modify_values(values), *args, **kwargs)
File "apps/frappe/frappe/database/database.py", line 230, in sql
self._cursor.execute(query, values)
psycopg2.errors.DatatypeMismatch: COALESCE types text and integer cannot be matched
LINE 3: where coalesce("tabCustom Field"."options", 0) = '0' and ...
^
{
"exception": "",
"exc_type": "DatatypeMismatch",
"_debug_messages": "[\"Error in query:\\nCOALESCE types text and integer cannot be matched\\nLINE 3: where coalesce(\\\"tabCustom Field\\\".\\\"options\\\", 0) = '0' and ...\\n ^\\n\"]"
}
Module
other
Version
ERPNext V15
Installation method
manual install
Relevant log output / Stack trace / Full Error Message.
No response
The text was updated successfully, but these errors were encountered:
Information about bug
Goto Custom field list => Apply filter for Options = Equals = "" (Empty String)
App Versions
Route
Traceback
Request Data
Response Data
Module
other
Version
ERPNext V15
Installation method
manual install
Relevant log output / Stack trace / Full Error Message.
No response
The text was updated successfully, but these errors were encountered: