Bug in CRITERIA

Bug in CRITERIA

When I have two criteria connected with an AND (&&) the related VIEW doesn't work. When I have the two criteria seperately it does.

THIS DOESN't WORK
show all rows from Data [(Confirmed == "No" && Zoho_User_Name == zoho.loginuser)]

THIS DOES
show all rows from Data [(Confirmed == "No")]

AND SO DOES THIS
show all rows from Data [(Zoho_User_Name == zoho.loginuser)]


The View just shows "We are unable to fetch this data, sorry! Please note that your data is SAFE.
Report this problem to support@zohocreator.com. "

Please advise if this is a known bug?