Hi,
I would use the following steps to verify if the column name is present in the view:
1. Right click on the view > execute > this opens up in VQL shell. Here, you can see all the columns of that view.
2. By checking the field names here, you can verify that the field name you are using in your original query is valid.
Hope this helps!