Query custom fields in SQL Report?
Is there a way to query custom fields using a SQL Report? We have a custom field called Role (to indicate what role/function a computer plays in the company). When I try so SELECT Computers.Role in a SQL Report, the report always fails with "no such column". Am I missing something here?
-
You have to left join the CustomComputerValues table, and it can get a little tricky depending on exactly what you want your report to do. Here are a couple of examples:
Please sign in to leave a comment.
Comments
2 comments