Creating a view I'm getting this error :Where clause in view u_server_to_service_and_alert_test has an invalid field or a field that is not visible (ale_configuration_item)

luislembertsant
Kilo Expert

find_real_file.png

1 ACCEPTED SOLUTION

randrews
Tera Guru

without seeing the where clauses we are guessing but are you sure that column is NAMED configuration_item and not cmdb_ci like it is used elsewhere in the database?


View solution in original post

7 REPLIES 7

no worries at all glad i could help!


This worked 2 months ago, now it's broken with the same error listed above.



Having a similar problem except I am using the label name


find_real_file.png



find_real_file.png


Try it =


find_real_file.png


How can I make the rfc field visible?


Found the solution.


In order for a field (element name to seen or recognized), you need to add it to the view.


The left outer join I created to link the Problem table to the Change request table is using the where clause


prob_rfc = chgreq_number



This means that I have to add the


Change Request field (rfc) to Problem table and


Number field (number) to the Change request table



Once I did this the error went away.