Hi,
In general, this error means that you are trying to query a non existent field in your selection.
Besides, since you mentioned that the view execution was successful, it could be that you are querying a case sensitive field. Hence, I would suggest you take into account if you are using the **identifier charset Unicode **(case sensitive). For instance, if you have created a view and its field name with charset Unicode, then the name of fields should be surrounded by double quotes (" ") while executing it using select statement. Otherwise you will get an error.
You may take a look at the section [Unicode Mode](https://community.denodo.com/docs/html/browse/8.0/vdp/administration/server_configuration/identifiers_charset/identifiers_charset#unicode-mode) for more information.
If you still need help and if you are a user with valid support access then you can raise a support case in [Denodo Support Site](https://support.denodo.com/) so that our support team can help you.
Hope this helps!