주 콘텐츠로 건너뛰기

"Please reference a specific column" error - 지식 베이스 / Deskpro Legacy - Deskpro Support

WARNING: You're browsing documentation for an older version of Deskpro. For the most up-to-date version, see: Please reference a specific column error

"Please reference a specific column" error

저자 리스트

Question:Copy link to Question: to clipboard

I'm getting an error message like this: "The following error occurred: tickets.person cannot be referenced directly. Please reference a specific column." What does this mean?

 

Answer:Copy link to Answer: to clipboard

This happens when your query is referring to a table, instead of a particular column of values within that table.

In this case, you are doing a "FROM tickets" query. You can see in the tickets table that you can reference tickets.person; this is not a reference to a column in the tickets table (like, say, tickets.id), but a cross-reference to a table that stores columns of data about people. This is indicated because Person is in italics.

 

 

For the report to work, you need to look at the Person table and pick a column to reference: for example, tickets.person.name.

도움이 되었습니다 도움이 되지 않음

이 페이지가 도움이 된다고 생각하는 사람들의 수 63 / 123