Hi,
I am getting errors while applying where clause in a views
{
"code": 1054,
"message": "Column 'related_user_objectId' does not exist in table 'BodyTypes'"
}
but this column exists in the view
I created this view months ago and it was working fine, suddenly why this error occurs?
And this error is happening not only in this view but also in other views.
I am attaching screenShots Please check.
Hi @Alexander_Pavelko ,
I also have suddenly issues when fetching data from a view from my server code. I’m selecting the userStatus field from the Users table by using the alias to_userStatus in my view. I’m getting the error Error: Unknown column 'userStatus' in 'where clause' although I’m selecting the view field to_userStatus from the view.
Is this related to the issue raised here? My app is currently broken …
I think the cause is the same.
We apologize for the inconvenience, our developers are already working on fixing this problem.
I will let you know as soon as we fix it.
the issue is not resolved properly as I am facing another issue since last night in a view
with where-clause
when I am using this where clause
host_objectId = '12F1D6F3-AD7B-4703-B65A-863D162CE230' and finished = false And event_type = 'Hangout'
I received an empty response. and when I removed this " And event_type = ‘Hangout’ "
I get a proper response even “event_type = ‘Hangout’” is also present in the response object.
Please check
My APP ID = “820FBB35-552C-F405-FFB9-B4D60982E100”
myViewName = “AuctionsDetailView”
Thank you, I was able to reproduce your problem. Internal ticket BKNDLSS-27312 was created. We will let you know as soon as the problem is fixed. I apologize for the inconvenience.